/freebsd/lib/libc/gen/ |
H A D | getusershell.c | 126 sl_add(sl, strdup(sp)); in _local_initshells() 164 sl_add(sl, hp[hpi]); in _dns_initshells() 211 sl_add(sl, data); in _nis_initshells() 252 sl_add(sl, strdup(_PATH_BSHELL)); in initshells() 253 sl_add(sl, strdup(_PATH_CSHELL)); in initshells() 255 sl_add(sl, NULL); in initshells()
|
H A D | stringlist.c | 66 sl_add(StringList *sl, char *name) in sl_add() function
|
H A D | Symbol.map | 250 sl_add;
|
H A D | Makefile.inc | 515 MLINKS+=stringlist.3 sl_add.3 \
|
/freebsd/usr.bin/locale/ |
H A D | locale.c | 499 sl_add(charmaps, cs); in list_charmaps() 505 sl_add(charmaps, strdup("US-ASCII")); in list_charmaps() 555 sl_add(locales, strdup(dp->d_name)); in init_locales_list() 564 sl_add(locales, strdup("POSIX")); in init_locales_list() 567 sl_add(locales, strdup("C")); in init_locales_list()
|
/freebsd/contrib/mandoc/ |
H A D | compat_stringlist.h | 45 int sl_add(StringList *, char *);
|
H A D | test-stringlist.c | 29 if (sl_add(sl, teststr)) in main()
|
H A D | compat_stringlist.c | 67 sl_add(StringList *sl, char *name) in sl_add() function
|
H A D | soelim.c | 162 sl_add(includes, optarg); in main()
|
/freebsd/include/ |
H A D | stringlist.h | 47 int sl_add(StringList *, char *);
|
/freebsd/usr.sbin/services_mkdb/ |
H A D | services_mkdb.c | 321 (void)sl_add(s, p2); in parseservices() 333 (void)sl_add(s, p2); in parseservices() 419 (void)sl_add(sl, p); in getprotoindex()
|
/freebsd/lib/libc/tests/nss/ |
H A D | getproto_test.c | 233 sl_add(sl, ts); in protoent_read_snapshot_func() 238 sl_add(sl, ts); in protoent_read_snapshot_func() 251 sl_add(sl, NULL); in protoent_read_snapshot_func()
|
H A D | getrpc_test.c | 232 sl_add(sl, ts); in rpcent_read_snapshot_func() 237 sl_add(sl, ts); in rpcent_read_snapshot_func() 250 sl_add(sl, NULL); in rpcent_read_snapshot_func()
|
H A D | getserv_test.c | 244 sl_add(sl, ts); in servent_read_snapshot_func() 249 sl_add(sl, ts); in servent_read_snapshot_func() 263 sl_add(sl, NULL); in servent_read_snapshot_func()
|
H A D | getgr_test.c | 253 sl_add(sl, ts); in group_read_snapshot_func() 258 sl_add(sl, ts); in group_read_snapshot_func() 272 sl_add(sl, NULL); in group_read_snapshot_func()
|
H A D | gethostby_test.c | 592 sl_add(sl1, ts); in hostent_read_snapshot_func() 600 sl_add(sl1, ts); in hostent_read_snapshot_func() 619 sl_add(sl2, ts); in hostent_read_snapshot_func() 628 sl_add(sl2, ts); in hostent_read_snapshot_func() 643 sl_add(sl1, NULL); in hostent_read_snapshot_func() 647 sl_add(sl2, NULL); in hostent_read_snapshot_func()
|
/freebsd/usr.bin/soelim/ |
H A D | soelim.c | 154 sl_add(includes, optarg); in main()
|
/freebsd/contrib/netbsd-tests/lib/libpthread/ |
H A D | h_resolv.c | 87 sl_add(hosts, strdup(ptr)); in load()
|
/freebsd/usr.sbin/nghook/ |
H A D | main.c | 108 if (sl_add(msgs, optarg) == -1) in main()
|
/freebsd/contrib/tnftp/ |
H A D | tnftp.h | 183 int sl_add(StringList *, char *);
|
/freebsd/lib/libc/tests/resolv/ |
H A D | resolv_test.c | 91 sl_add(hosts, strdup(ptr)); in load()
|
/freebsd/usr.sbin/pw/ |
H A D | pw_conf.c | 330 sl_add(config.groups, newstr(q)); in read_userconfig()
|
/freebsd/usr.bin/calendar/ |
H A D | io.c | 359 sl_add(definitions, strdup(walk)); in token()
|
/freebsd/usr.sbin/kbdmap/ |
H A D | kbdmap.c | 634 sl_add(lang_list, tmp); in menu_read()
|
/freebsd/contrib/tnftp/src/ |
H A D | util.c | 1576 if (sl_add(sl, i) == -1) in ftp_sl_add()
|