Home
last modified time | relevance | path

Searched refs:_NG_EMPTY (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/usr.sbin/netgroup_mkdb/
Dstringlist.c184 (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()
Dstringlist.h30 #define _NG_EMPTY(s) ((s) == NULL ? "" : s) macro
/openbsd/src/lib/libc/gen/
Dgetnetgrent.c43 #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()