Home
last modified time | relevance | path

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

/openbsd/usr.sbin/npppd/common/
H A Dslist.c69 #define VALID_IDX(_list, _idx) \ argument
70 (((_list)->first_idx <= (_list)->last_idx) \
71 ? (((_list)->first_idx <= (_idx) && (_idx) < (_list)->last_idx)? 1 : 0)\
72 : (((_list)->first_idx <= (_idx) || (_idx) < (_list)->last_idx)? 1 : 0))
76 (((_list)->first_idx + (_idx)) % (_list)->list_size)
79 #define VIRT_IDX(_list, _idx) (((_list)->first_idx <= (_idx)) \ argument
80 ? (_idx) - (_list)->first_idx \
81 : (_list)->list_size - (_list)->first_idx + (_idx))
85 (_list)->_memb = ((_list)->list_size + --((_list)->_memb)) \
86 % (_list)->list_size
[all …]
/openbsd/usr.bin/ssh/
H A Daddrmatch.c47 addr_match_list(const char *addr, const char *_list) in addr_match_list() argument
58 if ((o = list = strdup(_list)) == NULL) in addr_match_list()
107 addr_match_cidr_list(const char *addr, const char *_list) in addr_match_cidr_list() argument
118 if ((o = list = strdup(_list)) == NULL) in addr_match_cidr_list()
/openbsd/usr.sbin/pkg_add/OpenBSD/
H A DPackageRepository.pm991 sub _list($self, $cmd, $error) subroutine
1011 return $self->_list("echo 'nlist'| ".$self->ftp_cmd." $fullname",
/openbsd/distrib/miniroot/
H A Dinstall.sub835 local _name=$1 _query=$2 _list=$3 _def=$4 _dynlist _dyndef _key _q
839 eval "_dynlist=\"$_list\""
/openbsd/gnu/usr.bin/gcc/gcc/
H A DFSFChangeLog.107239 (generate_{ivars,protocol}_list, build_protocol_reference): Likewise.