alloca             25 lib/popt/findme.c     start = pathbuf = (char *)alloca(strlen(path) + 1);
alloca            386 lib/popt/popt.c 	char *s = (char *)alloca(
alloca            750 lib/popt/popt.c 		strcpy((char *)alloca(strlen(origOptString) + 1),
alloca           1096 lib/popt/popt.c     poptItem item = (poptItem)alloca(sizeof(*item));
alloca             21 lib/popt/poptconfig.c     poptItem item = (poptItem)alloca(sizeof(*item));
alloca            117 lib/popt/poptconfig.c     file = (const char *)alloca(fileLength + 1);
alloca            130 lib/popt/poptconfig.c     dst = buf = (char *)alloca(fileLength + 1);
alloca            182 lib/popt/poptconfig.c 	fn = (char *)alloca(strlen(home) + 20);
alloca            684 lib/popt/popthelp.c     char * s = (str != NULL ? str : (char *)memset(alloca(300), 0, 300));
alloca            709 lib/popt/popthelp.c     poptDone done = (poptDone)memset(alloca(sizeof(*done)), 0, sizeof(*done));
alloca            716 lib/popt/popthelp.c     done->opts = (const void **)memset(alloca(cursor), 0, cursor);
alloca             65 lib/popt/poptparse.c     char * buf = (char*)memset(alloca(buflen), 0, buflen);
alloca             40 lib/popt/system.h /*@only@*/ void * alloca (size_t __size)
alloca             54 lib/popt/system.h #   ifndef alloca /* predefined by HP cc +Olibcalls */
alloca             55 lib/popt/system.h char *alloca ();
alloca            418 source3/modules/getdate.c #    define YYSTACK_ALLOC alloca
alloca            432 source4/heimdal/lib/asn1/parse.c #    define YYSTACK_ALLOC alloca
alloca            140 source4/heimdal/lib/com_err/parse.c #if !defined(alloca) && !defined(HAVE_ALLOCA)
alloca            287 source4/heimdal/lib/com_err/parse.c #    define YYSTACK_ALLOC alloca
alloca             47 source4/heimdal/lib/com_err/parse.y #if !defined(alloca) && !defined(HAVE_ALLOCA)
alloca            249 source4/heimdal/lib/hx509/sel-gram.c #    define YYSTACK_ALLOC alloca