Home
last modified time | relevance | path

Searched refs:_ng_print (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.sbin/netgroup_mkdb/
H A Dstringlist.c182 _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 Dstringlist.h48 void _ng_print(char *, size_t, const struct netgroup *);
H A Dnetgroup_mkdb.c262 _ng_print(fmt, sizeof(fmt), ng); in ng_load()
/openbsd/lib/libc/gen/
H A Dgetnetgrent.c66 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