Searched refs:_list (Results 1 – 5 of 5) sorted by relevance
69 #define VALID_IDX(_list, _idx) \ argument70 (((_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)) \ argument80 ? (_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 …]
47 addr_match_list(const char *addr, const char *_list) in addr_match_list() argument58 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() argument118 if ((o = list = strdup(_list)) == NULL) in addr_match_cidr_list()
991 sub _list($self, $cmd, $error) subroutine1011 return $self->_list("echo 'nlist'| ".$self->ftp_cmd." $fullname",
835 local _name=$1 _query=$2 _list=$3 _def=$4 _dynlist _dyndef _key _q839 eval "_dynlist=\"$_list\""
7239 (generate_{ivars,protocol}_list, build_protocol_reference): Likewise.