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

/freebsd-12-stable/contrib/mandoc/
H A Dcompat_stringlist.h43 int sl_add(StringList *, char *);
H A Dtest-stringlist.c29 if (sl_add(sl, teststr))
H A Dcompat_stringlist.c67 * sl_add(): Add an item to the string list
70 sl_add(StringList *sl, char *name) function
H A Dsoelim.c162 sl_add(includes, optarg);
/freebsd-12-stable/include/
H A Dstringlist.h49 int sl_add(StringList *, char *);
/freebsd-12-stable/lib/libc/gen/
H A Dgetusershell.c128 sl_add(sl, strdup(sp));
166 sl_add(sl, hp[hpi]);
213 sl_add(sl, data);
254 sl_add(sl, strdup(_PATH_BSHELL));
255 sl_add(sl, strdup(_PATH_CSHELL));
257 sl_add(sl, NULL);
H A Dstringlist.c65 * sl_add(): Add an item to the string list
68 sl_add(StringList *sl, char *name) function
H A DMakefile.inc509 MLINKS+=stringlist.3 sl_add.3 \
/freebsd-12-stable/usr.bin/soelim/
H A Dsoelim.c157 sl_add(includes, optarg);
/freebsd-12-stable/usr.bin/locale/
H A Dlocale.c501 sl_add(charmaps, cs);
507 sl_add(charmaps, strdup("US-ASCII"));
557 sl_add(locales, strdup(dp->d_name));
566 sl_add(locales, strdup("POSIX"));
569 sl_add(locales, strdup("C"));
/freebsd-12-stable/lib/libc/tests/nss/
H A Dgetgr_test.c256 sl_add(sl, ts);
261 sl_add(sl, ts);
275 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 Dgetserv_test.c247 sl_add(sl, ts);
252 sl_add(sl, ts);
266 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-12-stable/usr.sbin/services_mkdb/
H A Dservices_mkdb.c324 (void)sl_add(s, p2);
336 (void)sl_add(s, p2);
422 (void)sl_add(sl, p);
/freebsd-12-stable/contrib/netbsd-tests/lib/libpthread/
H A Dh_resolv.c86 sl_add(hosts, strdup(ptr));
/freebsd-12-stable/usr.sbin/nghook/
H A Dmain.c110 if (sl_add(msgs, optarg) == -1)
/freebsd-12-stable/contrib/tnftp/
H A Dtnftp.h183 int sl_add(StringList *, char *);
/freebsd-12-stable/lib/libc/tests/resolv/
H A Dresolv_test.c86 sl_add(hosts, strdup(ptr));
/freebsd-12-stable/usr.bin/calendar/
H A Dio.c205 sl_add(definitions, strdup(walk));
/freebsd-12-stable/usr.sbin/kbdmap/
H A Dkbdmap.c653 sl_add(lang_list, tmp);
/freebsd-12-stable/contrib/tnftp/src/
H A Dutil.c1570 * sl_add() with inbuilt error checking
1576 if (sl_add(sl, i) == -1)
/freebsd-12-stable/usr.sbin/pw/
H A Dpw_user.c1094 sl_add(*groups, newstr(grp->gr_name));
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc9539 INTERCEPTOR(int, sl_add, void *sl, char *item) {
9541 COMMON_INTERCEPTOR_ENTER(ctx, sl_add, sl, item);
9546 int res = REAL(sl_add)(sl, item);
9575 COMMON_INTERCEPT_FUNCTION(sl_add); \

Completed in 307 milliseconds