Searched refs:stringlist (Results 1 - 11 of 11) sorted by relevance

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_get.c460 pcre_uchar **stringlist; local
469 stringlist = (pcre_uchar **)(PUBL(malloc))(size);
470 if (stringlist == NULL) return PCRE_ERROR_NOMEMORY;
473 *listptr = (const char **)stringlist;
475 *listptr = (PCRE_SPTR16 *)stringlist;
477 *listptr = (PCRE_SPTR32 *)stringlist;
479 p = (pcre_uchar *)(stringlist + stringcount + 1);
485 *stringlist++ = p;
490 *stringlist = NULL;
/barrelfish-2018-10-04/lib/libc/gen/
H A Dstringlist.c28 static char *rcsid = "$NetBSD: stringlist.c,v 1.2 1997/01/17 07:26:20 lukem Exp $";
38 #include <stringlist.h>
53 _err(1, "stringlist: %m");
59 _err(1, "stringlist: %m");
82 * sl_free(): Free a stringlist
H A DMakefile.inc122 stringlist.c \
275 stringlist.3 \
480 MLINKS+=stringlist.3 sl_add.3 \
481 stringlist.3 sl_find.3 \
482 stringlist.3 sl_free.3 \
483 stringlist.3 sl_init.3
H A Dgetusershell.c48 #include <stringlist.h>
206 * `data' is directly put into the stringlist of shells.
/barrelfish-2018-10-04/lib/libc/tests/resolv/
H A Dresolv_test.c43 #include <stringlist.h>
/barrelfish-2018-10-04/lib/libc/tests/nss/
H A Dgetaddrinfo_test.c41 #include <stringlist.h>
H A Dgetgr_test.c37 #include <stringlist.h>
H A Dgetproto_test.c38 #include <stringlist.h>
H A Dgetrpc_test.c37 #include <stringlist.h>
H A Dgetserv_test.c37 #include <stringlist.h>
H A Dgethostby_test.c41 #include <stringlist.h>

Completed in 158 milliseconds