Searched refs:sl_add (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-10-stable/include/
H A Dstringlist.h52 int sl_add(StringList *, char *);
/freebsd-10-stable/lib/libc/gen/
H A Dgetusershell.c131 sl_add(sl, strdup(sp));
172 sl_add(sl, hp[hpi]);
222 sl_add(sl, data);
263 sl_add(sl, strdup(_PATH_BSHELL));
264 sl_add(sl, strdup(_PATH_CSHELL));
266 sl_add(sl, NULL);
H A Dstringlist.c67 * sl_add(): Add an item to the string list
70 sl_add(StringList *sl, char *name) function
H A DSymbol.map262 sl_add;
/freebsd-10-stable/usr.bin/locale/
H A Dlocale.c372 sl_add(charmaps, cs);
378 sl_add(charmaps, strdup("US-ASCII"));
428 sl_add(locales, strdup(dp->d_name));
437 sl_add(locales, strdup("POSIX"));
440 sl_add(locales, strdup("C"));
/freebsd-10-stable/tools/regression/lib/libc/nss/
H A Dtest-getserv.c252 sl_add(sl, ts);
257 sl_add(sl, ts);
271 sl_add(sl, NULL);
H A Dtest-getproto.c240 sl_add(sl, ts);
245 sl_add(sl, ts);
258 sl_add(sl, NULL);
H A Dtest-getrpc.c240 sl_add(sl, ts);
245 sl_add(sl, ts);
258 sl_add(sl, NULL);
H A Dtest-getgr.c253 sl_add(sl, ts);
258 sl_add(sl, ts);
272 sl_add(sl, NULL);
H A Dtest-gethostby.c610 sl_add(sl1, ts);
618 sl_add(sl1, ts);
637 sl_add(sl2, ts);
647 sl_add(sl2, ts);
662 sl_add(sl1, NULL);
666 sl_add(sl2, NULL);
/freebsd-10-stable/usr.sbin/services_mkdb/
H A Dservices_mkdb.c316 (void)sl_add(s, p2);
328 (void)sl_add(s, p2);
414 (void)sl_add(sl, p);
/freebsd-10-stable/lib/libc/tests/nss/
H A Dgetserv_test.c247 sl_add(sl, ts);
252 sl_add(sl, ts);
266 sl_add(sl, NULL);
H A Dgetproto_test.c236 sl_add(sl, ts);
241 sl_add(sl, ts);
254 sl_add(sl, NULL);
H A Dgetrpc_test.c235 sl_add(sl, ts);
240 sl_add(sl, ts);
253 sl_add(sl, NULL);
H A Dgetgr_test.c249 sl_add(sl, ts);
254 sl_add(sl, ts);
268 sl_add(sl, NULL);
H A Dgethostby_test.c595 sl_add(sl1, ts);
603 sl_add(sl1, ts);
622 sl_add(sl2, ts);
631 sl_add(sl2, ts);
646 sl_add(sl1, NULL);
650 sl_add(sl2, NULL);
/freebsd-10-stable/contrib/netbsd-tests/lib/libpthread/
H A Dh_resolv.c86 sl_add(hosts, strdup(ptr));
/freebsd-10-stable/usr.sbin/nghook/
H A Dmain.c110 if (sl_add(msgs, optarg) == -1)
/freebsd-10-stable/tools/regression/lib/libc/resolv/
H A Dresolv.c96 sl_add(hosts, strdup(ptr));
/freebsd-10-stable/contrib/tnftp/
H A Dtnftp.h183 int sl_add(StringList *, char *);
/freebsd-10-stable/usr.bin/calendar/
H A Dio.c198 sl_add(definitions, strdup(walk));
/freebsd-10-stable/lib/libc/tests/resolv/
H A Dresolv_test.c85 sl_add(hosts, strdup(ptr));
/freebsd-10-stable/usr.bin/makewhatis/
H A Dmakewhatis.c344 sl_add(whatis_lines, strdup(line));
679 sl_add(names, arg);
808 sl_add(whatis_lines, strdup(sbuf_content(whatis_final)));
/freebsd-10-stable/usr.sbin/kbdmap/
H A Dkbdmap.c650 sl_add(lang_list, tmp);
/freebsd-10-stable/contrib/tnftp/src/
H A Dutil.c1556 * sl_add() with inbuilt error checking
1562 if (sl_add(sl, i) == -1)

Completed in 131 milliseconds

12