Searched refs:ng_host (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/lib/libc/gen/ |
| D | getnetgrent.c | 208 if (!getstring(pp, ',', &ng->ng_host)) in getnetgroup() 230 if (ng->ng_host) in getnetgroup() 231 free(ng->ng_host); in getnetgroup() 384 if ((host != NULL) && (ng->ng_host != NULL) && in in_check() 385 strcmp(ng->ng_host, host) != 0) in in_check() 439 if (ng->ng_host != NULL) in in_find() 440 free(ng->ng_host); in in_find() 485 (void) snprintf(buf, len, "(%s,%s,%s)", _NG_EMPTY(ng->ng_host), in _ng_print() 558 if (_nglist->ng_host != NULL) in endnetgrent() 559 free(_nglist->ng_host); in endnetgrent() [all …]
|
| /mirbsd/src/include/ |
| D | netgroup.h | 52 char *ng_host; /* host name */ member
|