Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/mk/
H A Dmkopt.sh110 _list=no
118 --no|no) _list="$_list no"; shift;;
119 --yes|yes) _list="$_list yes"; shift;;
121 [A-Z]*) _list="$_list $1"; shift;;
125 _mk_opts $_list
/freebsd/libexec/rc/
H A Dnetwork.subr1276 local _list _iflist parent child_wlans child create_args debug_flags
1277 _list=
1300 _list="$_list $child"
1307 if [ -n "${_list# }" ]; then
1308 echo "Created wlan(4) interfaces: ${_list# }."
1310 debug "Created wlan(4)s: ${_list# }"
1318 local _list _iflist parent child_wlans child
1319 _list=
1336 _list="$_list $child"
1340 if [ -n "${_list# }" ]; then
[all …]
H A Drc.subr806 local _list _prefix _j
810 _list="${_list}${_list:+ }$_j"
814 while [ -n "$_list" ]; do
815 echo -n ${_prefix:-"Waiting for PIDS: "}$_list
817 _list=$(pwait -op $_list 2>/dev/null)
/freebsd/crypto/openssh/
H A Daddrmatch.c46 addr_match_list(const char *addr, const char *_list) in addr_match_list() argument
57 if ((o = list = strdup(_list)) == NULL) in addr_match_list()
106 addr_match_cidr_list(const char *addr, const char *_list) in addr_match_cidr_list() argument
117 if ((o = list = strdup(_list)) == NULL) in addr_match_cidr_list()
/freebsd/usr.bin/paste/
H A Dpaste.c125 typedef struct _list { struct
126 STAILQ_ENTRY(_list) entries;
132 static STAILQ_HEAD(head, _list) lh; argument
/freebsd/contrib/file/python/
H A Dmagic.py110 _list = _libraries['magic'].magic_list variable
111 _list.restype = c_int
112 _list.argtypes = [magic_t, c_char_p]
242 return _list(self._magic_t, Magic.__tobytes(dbs))
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dtestmode.c26 #define REG_BAND(_list, _reg) \ argument
27 { _list.band[0] = MT_##_reg(0); \
28 _list.band[1] = MT_##_reg(1); }
29 #define REG_BAND_IDX(_list, _reg, _idx) \ argument
30 { _list.band[0] = MT_##_reg(0, _idx); \
31 _list.band[1] = MT_##_reg(1, _idx); }
/freebsd/lib/libutil/
H A Dlibutil.h135 void properties_free(properties _list);
136 char *property_find(properties _list, const char *_name);
/freebsd/sbin/hastd/
H A Dsecondary.c113 if (TAILQ_EMPTY(&hio_##name##_list)) \
115 TAILQ_INSERT_TAIL(&hio_##name##_list, (hio), hio_next); \
121 while (((hio) = TAILQ_FIRST(&hio_##name##_list)) == NULL) { \
127 TAILQ_REMOVE(&hio_##name##_list, (hio), hio_next); \
H A Dprimary.c183 if (TAILQ_EMPTY(&hio_##name##_list[(ncomp)])) \
185 TAILQ_INSERT_TAIL(&hio_##name##_list[(ncomp)], (hio), \
192 if (TAILQ_EMPTY(&hio_##name##_list)) \
194 TAILQ_INSERT_TAIL(&hio_##name##_list, (hio), hio_##name##_next);\
203 while (((hio) = TAILQ_FIRST(&hio_##name##_list[(ncomp)])) == NULL && !_last) { \
212 TAILQ_REMOVE(&hio_##name##_list[(ncomp)], (hio), \
219 while (((hio) = TAILQ_FIRST(&hio_##name##_list)) == NULL) { \
225 TAILQ_REMOVE(&hio_##name##_list, (hio), hio_##name##_next); \
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dnetdevice.h350 #define netdev_hw_addr_list_for_each(_addr, _list) \ argument
351 list_for_each_entry((_addr), &(_list)->addr_list, addr_list)
/freebsd/contrib/bsnmp/lib/
H A Dsnmpclient.h186 typedef void (*snmp_table_cb_f)(void *_list, void *_arg, int _res);
/freebsd/tools/tools/nanobsd/
H A Dfill_pkg.sh152 PL=$NANO_PKG_DIR/_list
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set1_sigalgs.pod87 be used with the B<_list> forms of the API.