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

12

/freebsd-11-stable/contrib/mdocml/
H A Dcompat_stringlist.h43 int sl_add(StringList *, char *);
H A Dtest-stringlist.c28 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-11-stable/include/
H A Dstringlist.h47 int sl_add(StringList *, char *);
/freebsd-11-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.inc485 MLINKS+=stringlist.3 sl_add.3 \
/freebsd-11-stable/usr.bin/locale/
H A Dlocale.c376 sl_add(charmaps, cs);
382 sl_add(charmaps, strdup("US-ASCII"));
432 sl_add(locales, strdup(dp->d_name));
441 sl_add(locales, strdup("POSIX"));
444 sl_add(locales, strdup("C"));
/freebsd-11-stable/usr.bin/soelim/
H A Dsoelim.c158 sl_add(includes, optarg);
/freebsd-11-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.c254 sl_add(sl, ts);
259 sl_add(sl, ts);
273 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-11-stable/usr.sbin/services_mkdb/
H A Dservices_mkdb.c325 (void)sl_add(s, p2);
337 (void)sl_add(s, p2);
423 (void)sl_add(sl, p);
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dh_resolv.c86 sl_add(hosts, strdup(ptr));
/freebsd-11-stable/usr.sbin/nghook/
H A Dmain.c110 if (sl_add(msgs, optarg) == -1)
/freebsd-11-stable/contrib/tnftp/
H A Dtnftp.h183 int sl_add(StringList *, char *);
/freebsd-11-stable/lib/libc/tests/resolv/
H A Dresolv_test.c85 sl_add(hosts, strdup(ptr));
/freebsd-11-stable/usr.bin/calendar/
H A Dio.c204 sl_add(definitions, strdup(walk));
/freebsd-11-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-11-stable/usr.sbin/kbdmap/
H A Dkbdmap.c654 sl_add(lang_list, tmp);
/freebsd-11-stable/contrib/tnftp/src/
H A Dutil.c1556 * sl_add() with inbuilt error checking
1562 if (sl_add(sl, i) == -1)
/freebsd-11-stable/usr.sbin/pw/
H A Dpw_user.c1094 sl_add(*groups, newstr(grp->gr_name));

Completed in 297 milliseconds

12