/freebsd/contrib/bmake/mk/ |
H A D | mkopt.sh | 115 _list=no 123 --no|no) _list="$_list no"; shift;; 124 --yes|yes) _list="$_list yes"; shift;; 126 [A-Z]*) _list="$_list $1"; shift;; 130 _mk_opts $_list
|
/freebsd/libexec/rc/ |
H A D | network.subr | 1256 local _list _iflist parent child_wlans child create_args debug_flags 1257 _list= 1280 _list="$_list $child" 1287 if [ -n "${_list# }" ]; then 1288 echo "Created wlan(4) interfaces: ${_list# }." 1290 debug "Created wlan(4)s: ${_list# }" 1298 local _list _iflist parent child_wlans child 1299 _list= 1316 _list="$_list $child" 1320 if [ -n "${_list# }" ]; then [all …]
|
H A D | rc.subr | 792 local _list _prefix _nlist _j 794 _list="$@" 795 if [ -z "$_list" ]; then 801 for _j in $_list; do 810 _list=$_nlist 811 echo -n ${_prefix:-"Waiting for PIDS: "}$_list 813 pwait $_list 2>/dev/null
|
/freebsd/crypto/openssh/ |
H A D | addrmatch.c | 49 addr_match_list(const char *addr, const char *_list) in addr_match_list() argument 60 if ((o = list = strdup(_list)) == NULL) in addr_match_list() 109 addr_match_cidr_list(const char *addr, const char *_list) in addr_match_cidr_list() argument 120 if ((o = list = strdup(_list)) == NULL) in addr_match_cidr_list()
|
/freebsd/contrib/file/python/ |
H A D | magic.py | 110 _list = _libraries['magic'].magic_list variable 111 _list.restype = c_int 112 _list.argtypes = [magic_t, c_char_p] 240 return _list(self._magic_t, Magic.__tobytes(dbs))
|
/freebsd/usr.bin/paste/ |
H A D | paste.c | 108 typedef struct _list { struct 109 struct _list *next; argument
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
H A D | testmode.c | 26 #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 D | libutil.h | 128 void properties_free(properties _list); 129 char *property_find(properties _list, const char *_name);
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | netdevice.h | 319 #define netdev_hw_addr_list_for_each(_addr, _list) \ argument 320 list_for_each_entry((_addr), &(_list)->addr_list, addr_list)
|
/freebsd/sbin/hastd/ |
H A D | secondary.c | 113 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 D | primary.c | 183 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/contrib/bsnmp/lib/ |
H A D | snmpclient.h | 186 typedef void (*snmp_table_cb_f)(void *_list, void *_arg, int _res);
|
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
H A D | _libzfs_core.py | 1888 def _list(name, recurse=None, types=None): function 1970 result = next(_list(name, recurse=0)) 2023 for entry in _list(name, recurse=1, types=['filesystem', 'volume']): 2050 for entry in _list(name, recurse=1, types=['snapshot']):
|
/freebsd/tools/tools/nanobsd/ |
H A D | fill_pkg.sh | 152 PL=$NANO_PKG_DIR/_list
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set1_sigalgs.pod | 82 be used with the B<_list> forms of the API.
|