Searched defs:_NG_EMPTY (Results 1 – 2 of 2) sorted by relevance
/openbsd/usr.sbin/netgroup_mkdb/ | ||
H A D | stringlist.h | 30 #define _NG_EMPTY(s) ((s) == NULL ? "" : s) macro |
/openbsd/lib/libc/gen/ | ||
H A D | getnetgrent.c | 43 #define _NG_EMPTY(s) ((s) == NULL ? "" : s) macro |