HomeSort by: relevance | last modified time | path
    Searched defs:ng_empty (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/netgroup_mkdb/
netgroup_mkdb.c 90 static const char ng_empty[] = ""; variable in typeref:typename:const char[]
91 #define NG_EMPTY(a) ((a) ? (a) : ng_empty)
478 NG_EMPTY(e->n_group->ng_host),
479 NG_EMPTY(e->n_group->ng_user),
480 NG_EMPTY(e->n_group->ng_domain));
netgroup_mkdb.c 90 static const char ng_empty[] = ""; variable in typeref:typename:const char[]
91 #define NG_EMPTY(a) ((a) ? (a) : ng_empty)
478 NG_EMPTY(e->n_group->ng_host),
479 NG_EMPTY(e->n_group->ng_user),
480 NG_EMPTY(e->n_group->ng_domain));

Completed in 22 milliseconds