Home
last modified time | relevance | path

Searched refs:_list (Results 1 – 14 of 14) sorted by relevance

/NextBSD/contrib/bmake/mk/
HDmkopt.sh88 _list=no
93 --no|no) _list="$_list no"; shift;;
94 --yes|yes) _list="$_list yes"; shift;;
96 [A-Z]*) _list="$_list $1"; shift;;
100 _mk_opts $_list
/NextBSD/sys/dev/bxe/
HDecore_sp.h290 #define ECORE_LIST_INIT(_list) \ argument
292 (_list)->head = NULL; \
293 (_list)->tail = NULL; \
294 (_list)->cnt = 0; \
298 #define ECORE_LIST_IS_LAST(_elem, _list) \ argument
299 (_elem == (_list)->tail)
302 #define ECORE_LIST_IS_EMPTY(_list) \ argument
303 ((_list)->cnt == 0)
306 #define ECORE_LIST_FIRST_ENTRY(_list, cast, _link) \ argument
307 (cast *)((_list)->head)
[all …]
/NextBSD/etc/
HDnetwork.subr1257 local _list _iflist parent child_wlans child create_args debug_flags
1258 _list=
1278 _list="$_list $child"
1291 _list="$_list $child"
1296 if [ -n "${_list# }" ]; then
1297 echo "Created wlan(4) interfaces: ${_list# }."
1299 debug "Created wlan(4)s: ${_list# }"
1307 local _list _iflist parent child_wlans child
1308 _list=
1325 _list="$_list $child"
[all …]
HDrc.subr610 local _list _prefix _nlist _j
612 _list="$@"
613 if [ -z "$_list" ]; then
619 for _j in $_list; do
628 _list=$_nlist
629 echo -n ${_prefix:-"Waiting for PIDS: "}$_list
631 pwait $_list 2>/dev/null
/NextBSD/contrib/file/python/
HDmagic.py96 _list = _libraries['magic'].magic_list variable
97 _list.restype = c_int
98 _list.argtypes = [magic_t, c_char_p]
204 return _list(self._magic_t, dbs)
/NextBSD/usr.bin/tee/
HDtee.c54 typedef struct _list { struct
55 struct _list *next; argument
/NextBSD/crypto/openssh/
HDaddrmatch.c378 addr_match_list(const char *addr, const char *_list) in addr_match_list() argument
389 if ((o = list = strdup(_list)) == NULL) in addr_match_list()
438 addr_match_cidr_list(const char *addr, const char *_list) in addr_match_cidr_list() argument
449 if ((o = list = strdup(_list)) == NULL) in addr_match_cidr_list()
/NextBSD/usr.bin/paste/
HDpaste.c121 typedef struct _list { struct
122 struct _list *next; argument
/NextBSD/lib/libutil/
HDlibutil.h122 void properties_free(properties _list);
123 char *property_find(properties _list, const char *_name);
/NextBSD/tools/tools/nanobsd/
HDfill_pkg.sh77 PL=$NANO_PACKAGE_DIR/_list
/NextBSD/sbin/hastd/
HDsecondary.c114 if (TAILQ_EMPTY(&hio_##name##_list)) \
116 TAILQ_INSERT_TAIL(&hio_##name##_list, (hio), hio_next); \
122 while (((hio) = TAILQ_FIRST(&hio_##name##_list)) == NULL) { \
128 TAILQ_REMOVE(&hio_##name##_list, (hio), hio_next); \
HDprimary.c184 if (TAILQ_EMPTY(&hio_##name##_list[(ncomp)])) \
186 TAILQ_INSERT_TAIL(&hio_##name##_list[(ncomp)], (hio), \
193 if (TAILQ_EMPTY(&hio_##name##_list)) \
195 TAILQ_INSERT_TAIL(&hio_##name##_list, (hio), hio_##name##_next);\
204 while (((hio) = TAILQ_FIRST(&hio_##name##_list[(ncomp)])) == NULL && !_last) { \
213 TAILQ_REMOVE(&hio_##name##_list[(ncomp)], (hio), \
220 while (((hio) = TAILQ_FIRST(&hio_##name##_list)) == NULL) { \
226 TAILQ_REMOVE(&hio_##name##_list, (hio), hio_##name##_next); \
/NextBSD/contrib/bsnmp/lib/
HDsnmpclient.h185 typedef void (*snmp_table_cb_f)(void *_list, void *_arg, int _res);
/NextBSD/contrib/gcc/
HDFSFChangeLog.107239 (generate_{ivars,protocol}_list, build_protocol_reference): Likewise.