Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/gen/
H A Dgetnetgrent.c160 if (!getstring(pp, ',', &ng->ng_user)) in getnetgroup()
176 if (ng->ng_user) in getnetgroup()
177 free(ng->ng_user); in getnetgroup()
485 if ((user != NULL) && (ng->ng_user != NULL) in in_check()
486 && strcmp(ng->ng_user, user) != 0) in in_check()
553 if (ng->ng_user != NULL) in in_find()
554 free(ng->ng_user); in in_find()
608 _NG_EMPTY(ng->ng_user), _NG_EMPTY(ng->ng_domain)); in _ng_print()
690 if (_nglist->ng_user != NULL) in _local_endnetgrent()
691 free(_nglist->ng_user); in _local_endnetgrent()
[all …]
/dports/net/rpki-client/rpki-client-portable-7.6/openbsd/src/lib/libc/gen/
H A Dgetnetgrent.c220 if (!getstring(pp, ',', &ng->ng_user)) in getnetgroup()
236 free(ng->ng_user); in getnetgroup()
424 if ((user != NULL) && (ng->ng_user != NULL) && in in_check()
425 strcmp(ng->ng_user, user) != 0) in in_check()
479 free(ng->ng_user); in in_find()
529 _NG_EMPTY(ng->ng_user), _NG_EMPTY(ng->ng_domain)); in _ng_print()
604 free(_nglist->ng_user); in endnetgrent()
663 *user = _nglist->ng_user; in getnetgrent()
/dports/dns/libbind/libbind-6.0/irs/
H A Dlcl_ng.c203 const char *ng_host, *ng_user, *ng_domain; in ng_test() local
206 while (ng_next(this, &ng_host, &ng_user, &ng_domain)) in ng_test()
209 (user == NULL || ng_user == NULL || in ng_test()
210 !strcmp(user, ng_user)) && in ng_test()
/dports/net/rpki-client/rpki-client-portable-7.6/openbsd/src/include/
H A Dnetgroup.h53 char *ng_user; /* user name */ member
/dports/misc/rump/buildrump.sh-b914579/src/include/
H A Dnetgroup.h51 __aconst char *ng_user; /* user name */ member