Searched refs:_ng_sl_add (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/usr.sbin/netgroup_mkdb/
H A Dstringlist.h43 int _ng_sl_add(struct stringlist *, char *);
H A Dstringlist.c64 * _ng_sl_add(): Add an item to the string list
67 _ng_sl_add(struct stringlist *sl, char *name) function
H A Dnetgroup_mkdb.c356 if (_ng_sl_add(ss, fe->n_name) == -1) {
/openbsd-current/lib/libc/gen/
H A Dgetnetgrent.c61 static int _ng_sl_add(struct stringlist *, char *);
103 * _ng_sl_add(): Add an item to the string list
106 _ng_sl_add(struct stringlist *sl, char *name) function
371 if (_ng_sl_add(sl, grp) == -1) {
452 if (_ng_sl_add(sl, grp) == -1) {

Completed in 118 milliseconds