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

/macosx-10.10.1/pcre-7/pcre/
H A Dpcre_get.c318 char **stringlist; local
324 stringlist = (char **)(pcre_malloc)(size);
325 if (stringlist == NULL) return PCRE_ERROR_NOMEMORY;
327 *listptr = (const char **)stringlist;
328 p = (char *)(stringlist + stringcount + 1);
334 *stringlist++ = p;
339 *stringlist = NULL;
H A Dpcretest.c2355 const char **stringlist; local
2357 &stringlist);
2363 fprintf(outfile, "%2dL %s\n", i, stringlist[i]);
2364 if (stringlist[i] != NULL)
2366 /* free((void *)stringlist); */
2367 pcre_free_substring_list(stringlist);
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dstringlist.c30 static char *rcsid = "$NetBSD: stringlist.c,v 1.2 1997/01/17 07:26:20 lukem Exp $";
33 __FBSDID("$FreeBSD: src/lib/libc/gen/stringlist.c,v 1.8 2007/01/09 00:27:55 imp Exp $");
40 #include <stringlist.h>
55 _err(1, "stringlist: %m");
61 _err(1, "stringlist: %m");
86 * sl_free(): Free a stringlist
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/sh/
H A DMakefile.in87 pathcanon.c pathphys.c tmpfile.c stringlist.c stringvec.c spell.c \
102 pathphys.o tmpfile.o stringlist.o stringvec.o spell.o shquote.o \
166 stringlist.o: stringlist.c
225 stringlist.o: ${BUILD_DIR}/config.h
378 stringlist.o: ${topdir}/bashansi.h
379 stringlist.o: ${topdir}/shell.h ${topdir}/syntax.h ${topdir}/bashjmp.h ${BASHINCDIR}/posixjmp.h
380 stringlist.o: ${topdir}/command.h ${BASHINCDIR}/stdc.h ${topdir}/error.h
381 stringlist.o: ${topdir}/general.h ${topdir}/bashtypes.h ${topdir}/variables.h ${topdir}/conftypes.h
382 stringlist
[all...]
/macosx-10.10.1/lukemftp-14/tnftp/src/
H A Dftp_var.h121 #include <stringlist.h>
296 GLOBAL StringList *marg_sl; /* stringlist containing margv */
/macosx-10.10.1/Libc-1044.1.2/xcodescripts/
H A Dheaders.sh101 stringlist.h
/macosx-10.10.1/doc_cmds-49/makewhatis/
H A Dmakewhatis.c48 #include <stringlist.h>
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A DAUTHORS439 lib/sh/stringlist.c Chet Ramey
H A DMANIFEST408 lib/sh/stringlist.c f

Completed in 274 milliseconds