Searched refs:_ng_print (Results 1 – 4 of 4) sorted by relevance
/openbsd/usr.sbin/netgroup_mkdb/ |
H A D | stringlist.c | 182 _ng_print(char *buf, size_t len, const struct netgroup *ng) in _ng_print() function 212 _ng_print(buf, sizeof(buf), ng); in getnetgroup()
|
H A D | stringlist.h | 48 void _ng_print(char *, size_t, const struct netgroup *);
|
H A D | netgroup_mkdb.c | 262 _ng_print(fmt, sizeof(fmt), ng); in ng_load()
|
/openbsd/lib/libc/gen/ |
H A D | getnetgrent.c | 66 static void _ng_print(char *, size_t, const struct netgroup *); 224 _ng_print(buf, sizeof(buf), ng); in getnetgroup() 522 _ng_print(char *buf, size_t len, const struct netgroup *ng) in _ng_print() function
|