Searched refs:_list (Results 1 – 14 of 14) sorted by relevance
| /NextBSD/contrib/bmake/mk/ |
| HD | mkopt.sh | 88 _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/ |
| HD | ecore_sp.h | 290 #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/ |
| HD | network.subr | 1257 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 …]
|
| HD | rc.subr | 610 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/ |
| HD | magic.py | 96 _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/ |
| HD | tee.c | 54 typedef struct _list { struct 55 struct _list *next; argument
|
| /NextBSD/crypto/openssh/ |
| HD | addrmatch.c | 378 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/ |
| HD | paste.c | 121 typedef struct _list { struct 122 struct _list *next; argument
|
| /NextBSD/lib/libutil/ |
| HD | libutil.h | 122 void properties_free(properties _list); 123 char *property_find(properties _list, const char *_name);
|
| /NextBSD/tools/tools/nanobsd/ |
| HD | fill_pkg.sh | 77 PL=$NANO_PACKAGE_DIR/_list
|
| /NextBSD/sbin/hastd/ |
| HD | secondary.c | 114 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); \
|
| HD | primary.c | 184 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/ |
| HD | snmpclient.h | 185 typedef void (*snmp_table_cb_f)(void *_list, void *_arg, int _res);
|
| /NextBSD/contrib/gcc/ |
| HD | FSFChangeLog.10 | 7239 (generate_{ivars,protocol}_list, build_protocol_reference): Likewise.
|