Searched refs:_NG_EMPTY (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/usr.sbin/netgroup_mkdb/ |
| D | stringlist.c | 184 (void) snprintf(buf, len, "(%s,%s,%s)", _NG_EMPTY(ng->ng_host), in _ng_print() 185 _NG_EMPTY(ng->ng_user), _NG_EMPTY(ng->ng_domain)); in _ng_print()
|
| D | stringlist.h | 30 #define _NG_EMPTY(s) ((s) == NULL ? "" : s) macro
|
| /openbsd/src/lib/libc/gen/ |
| D | getnetgrent.c | 43 #define _NG_EMPTY(s) ((s) == NULL ? "" : s) macro 524 (void) snprintf(buf, len, "(%s,%s,%s)", _NG_EMPTY(ng->ng_host), in _ng_print() 525 _NG_EMPTY(ng->ng_user), _NG_EMPTY(ng->ng_domain)); in _ng_print()
|