Symbol: sl_add
include/stringlist.h
47
int sl_add(StringList *, char *);
lib/libc/gen/getusershell.c
126
sl_add(sl, strdup(sp));
lib/libc/gen/getusershell.c
164
sl_add(sl, hp[hpi]);
lib/libc/gen/getusershell.c
211
sl_add(sl, data);
lib/libc/gen/getusershell.c
252
sl_add(sl, strdup(_PATH_BSHELL));
lib/libc/gen/getusershell.c
253
sl_add(sl, strdup(_PATH_CSHELL));
lib/libc/gen/getusershell.c
255
sl_add(sl, NULL);
lib/libc/tests/nss/getgr_test.c
253
sl_add(sl, ts);
lib/libc/tests/nss/getgr_test.c
258
sl_add(sl, ts);
lib/libc/tests/nss/getgr_test.c
272
sl_add(sl, NULL);
lib/libc/tests/nss/gethostby_test.c
592
sl_add(sl1, ts);
lib/libc/tests/nss/gethostby_test.c
600
sl_add(sl1, ts);
lib/libc/tests/nss/gethostby_test.c
619
sl_add(sl2, ts);
lib/libc/tests/nss/gethostby_test.c
628
sl_add(sl2, ts);
lib/libc/tests/nss/gethostby_test.c
643
sl_add(sl1, NULL);
lib/libc/tests/nss/gethostby_test.c
647
sl_add(sl2, NULL);
lib/libc/tests/nss/getproto_test.c
233
sl_add(sl, ts);
lib/libc/tests/nss/getproto_test.c
238
sl_add(sl, ts);
lib/libc/tests/nss/getproto_test.c
251
sl_add(sl, NULL);
lib/libc/tests/nss/getrpc_test.c
232
sl_add(sl, ts);
lib/libc/tests/nss/getrpc_test.c
237
sl_add(sl, ts);
lib/libc/tests/nss/getrpc_test.c
250
sl_add(sl, NULL);
lib/libc/tests/nss/getserv_test.c
244
sl_add(sl, ts);
lib/libc/tests/nss/getserv_test.c
249
sl_add(sl, ts);
lib/libc/tests/nss/getserv_test.c
263
sl_add(sl, NULL);
lib/libc/tests/resolv/resolv_test.c
91
sl_add(hosts, strdup(ptr));
usr.bin/calendar/io.c
359
sl_add(definitions, strdup(walk));
usr.bin/locale/locale.c
499
sl_add(charmaps, cs);
usr.bin/locale/locale.c
505
sl_add(charmaps, strdup("US-ASCII"));
usr.bin/locale/locale.c
555
sl_add(locales, strdup(dp->d_name));
usr.bin/locale/locale.c
564
sl_add(locales, strdup("POSIX"));
usr.bin/locale/locale.c
567
sl_add(locales, strdup("C"));
usr.bin/soelim/soelim.c
154
sl_add(includes, optarg);
usr.sbin/kbdmap/kbdmap.c
634
sl_add(lang_list, tmp);
usr.sbin/nghook/main.c
108
if (sl_add(msgs, optarg) == -1)
usr.sbin/pw/pw_conf.c
330
sl_add(config.groups, newstr(q));
usr.sbin/pw/pw_user.c
1105
sl_add(*groups, newstr(grp->gr_name));
usr.sbin/services_mkdb/services_mkdb.c
321
(void)sl_add(s, p2);
usr.sbin/services_mkdb/services_mkdb.c
333
(void)sl_add(s, p2);
usr.sbin/services_mkdb/services_mkdb.c
419
(void)sl_add(sl, p);