Searched refs:alloca (Results 26 - 50 of 343) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unistdio/
H A Du32-vasnprintf.c26 #include <alloca.h>
H A Du8-u8-vasnprintf.c26 #include <alloca.h>
H A Du8-vasnprintf.c26 #include <alloca.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dmalloca.h22 #include <alloca.h>
32 /* safe_alloca(N) is equivalent to alloca(N) when it is safe to call
33 alloca(N); otherwise it returns NULL. It either returns N bytes of
47 # define safe_alloca(N) ((N) < 4032 ? alloca (N) : NULL)
52 /* malloca(N) is a safe variant of alloca(N). It allocates N bytes of
58 ? (void *) ((char *) alloca ((N) + sa_increment) + sa_increment) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dmalloca.h22 #include <alloca.h>
32 /* safe_alloca(N) is equivalent to alloca(N) when it is safe to call
33 alloca(N); otherwise it returns NULL. It either returns N bytes of
47 # define safe_alloca(N) ((N) < 4032 ? alloca (N) : NULL)
52 /* malloca(N) is a safe variant of alloca(N). It allocates N bytes of
58 ? (void *) ((char *) alloca ((N) + sa_increment) + sa_increment) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/srclib/
H A Dallocsa.h22 #include <alloca.h>
26 /* safe_alloca(N) is equivalent to alloca(N) when it is safe to call
27 alloca(N); otherwise it returns NULL. It either returns N bytes of
41 # define safe_alloca(N) ((N) < 4032 ? alloca (N) : NULL)
46 /* allocsa(N) is a safe variant of alloca(N). It allocates N bytes of
52 ? (void *) ((char *) alloca ((N) + sa_increment) + sa_increment) \
H A DMakefile.vms54 alloca.h : alloca_.h
55 $(LN) alloca_.h alloca.h
57 allocsa.obj : allocsa.c,alloca.h
78 canonicalize.obj : canonicalize.c,alloca.h
103 $(RM) alloca.h;*
H A DMakefile.am93 # >>> gnulib module alloca.
96 # The following is needed in order to create an <alloca.h> when the system
99 alloca.h: alloca_.h
100 cp $(srcdir)/alloca_.h alloca.h
101 MOSTLYCLEANFILES += alloca.h
102 # <<< gnulib module alloca.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dmalloca.h22 #include <alloca.h>
32 /* safe_alloca(N) is equivalent to alloca(N) when it is safe to call
33 alloca(N); otherwise it returns NULL. It either returns N bytes of
47 # define safe_alloca(N) ((N) < 4032 ? alloca (N) : NULL)
52 /* malloca(N) is a safe variant of alloca(N). It allocates N bytes of
58 ? (void *) ((char *) alloca ((N) + sa_increment) + sa_increment) \
H A DMakefile.gnulib12 # Reproduce by: gnulib-tool --import --dir=gettext-tools --local-dir=gnulib-local --lib=libgettextlib --source-base=gnulib-lib --m4-base=gnulib-m4 --doc-base=doc --aux-dir=../build-aux --with-tests --makefile-name=Makefile.gnulib --libtool --macro-prefix=gl alloca-opt atexit backupfile basename binary-io bison-i18n byteswap c-ctype c-strcase c-strcasestr c-strstr clean-temp closeout copy-file csharpcomp csharpexec error error-progname execute exit fd-ostream file-ostream filename findprog fnmatch-posix fopen fstrcmp full-write fwriteerror gcd gcj getline getopt gettext-h gettext-tools-misc hash html-styled-ostream iconv java javacomp javaexec linebreak localcharset locale localename lock memmove memset minmax obstack open openmp ostream pipe progname propername relocatable-prog relocatable-script sh-quote stdbool stdint stpcpy stpncpy strcspn strpbrk strtol strtoul styled-ostream sys_stat sys_time term-styled-ostream ucs4-utf8 uniname/uniname unistd uniwidth/width unlocked-io utf16-ucs4 utf8-ucs4 vasprintf wait-process xalloc xerror xmalloca xsetenv xstriconv xvasprintf
42 ## begin gnulib module alloca-opt
46 # We need the following in order to create <alloca.h> when the system
48 alloca.h: alloca.in.h
50 cat $(srcdir)/alloca.in.h; \
53 MOSTLYCLEANFILES += alloca.h alloca.h-t
55 EXTRA_DIST += alloca.in.h
57 ## end gnulib module alloca
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dmalloca.h22 #include <alloca.h>
32 /* safe_alloca(N) is equivalent to alloca(N) when it is safe to call
33 alloca(N); otherwise it returns NULL. It either returns N bytes of
47 # define safe_alloca(N) ((N) < 4032 ? alloca (N) : NULL)
52 /* malloca(N) is a safe variant of alloca(N). It allocates N bytes of
58 ? (void *) ((char *) alloca ((N) + sa_increment) + sa_increment) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dallocsa.h22 #include <alloca.h>
32 /* safe_alloca(N) is equivalent to alloca(N) when it is safe to call
33 alloca(N); otherwise it returns NULL. It either returns N bytes of
47 # define safe_alloca(N) ((N) < 4032 ? alloca (N) : NULL)
52 /* allocsa(N) is a safe variant of alloca(N). It allocates N bytes of
58 ? (void *) ((char *) alloca ((N) + sa_increment) + sa_increment) \
H A DMakefile.vms54 alloca.h : alloca_.h
55 $(LN) alloca_.h alloca.h
57 allocsa.obj : allocsa.c,alloca.h
78 canonicalize.obj : canonicalize.c,alloca.h
103 $(RM) alloca.h;*
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A DMakefile.am74 # >>> gnulib module alloca.
75 EXTRA_DIST += alloca.in.h
77 # The following is needed in order to create an <alloca.h> when the system
80 alloca.h: alloca.in.h
81 cp $(srcdir)/alloca.in.h alloca.h
82 MOSTLYCLEANFILES += alloca.h
83 # <<< gnulib module alloca.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/deprecated/
H A Dexpr.h22 #define alloca malloc macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dlocalealias.c38 # undef alloca macro
39 # define alloca __builtin_alloca macro
44 # define alloca _alloca macro
47 # include <alloca.h>
50 #pragma alloca
52 # ifndef alloca
53 char *alloca ();
106 /* For those losing systems which don't have `alloca' we have to add
111 # define alloca(n) malloc (n) macro
225 full_fname = (char *) alloca (fname_le
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dtone.c18 f=alloca(sizeof(*f)*(argc-1));
19 amp=alloca(sizeof(*amp)*(argc-1));
H A Dlpc.c62 double *aut=alloca(sizeof(*aut)*(m+1));
63 double *lpc=alloca(sizeof(*lpc)*(m));
142 float *work=alloca(sizeof(*work)*(m+n));
H A Dos.h57 # define alloca _alloca macro
67 # include <alloca.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/MISC/Macintosh/
H A Dalloca.c2 alloca -- (mostly) portable public-domain implementation -- D A Gwyn
8 This implementation of the PWB library alloca() function,
20 track of all alloca()-allocated blocks, and reclaim any
25 As a special case, alloca(0) reclaims storage without
26 allocating any. It is a good idea to use alloca(0) in
30 static char SCCSid[] = "@(#)alloca.c 1.1"; /* for the "what" utility */
48 #ifndef alloca /* If compiling with GCC, this file's not needed. */
107 An "alloca header" is used to:
108 (a) chain together all alloca()ed blocks;
130 alloca( siz
141 alloca (size) /* returns pointer to storage */ function
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/MISC/Macintosh/
H A Dalloca.c2 alloca -- (mostly) portable public-domain implementation -- D A Gwyn
8 This implementation of the PWB library alloca() function,
20 track of all alloca()-allocated blocks, and reclaim any
25 As a special case, alloca(0) reclaims storage without
26 allocating any. It is a good idea to use alloca(0) in
30 static char SCCSid[] = "@(#)alloca.c 1.1"; /* for the "what" utility */
48 #ifndef alloca /* If compiling with GCC, this file's not needed. */
107 An "alloca header" is used to:
108 (a) chain together all alloca()ed blocks;
130 alloca( siz
141 alloca (size) /* returns pointer to storage */ function
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/intl/
H A Dlocalealias.c38 # define alloca __builtin_alloca macro
42 # include <alloca.h>
45 #pragma alloca
47 # ifndef alloca
48 char *alloca ();
92 /* For those losing systems which don't have `alloca' we have to add
97 # define alloca(n) malloc (n) macro
211 full_fname = (char *) alloca (fname_len + sizeof aliasfile);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/popt/
H A Dfindme.c25 start = pathbuf = (char *)alloca(strlen(path) + 1);
H A Dpoptconfig.c21 poptItem item = alloca(sizeof(*item));
117 file = alloca(fileLength + 1);
130 dst = buf = alloca(fileLength + 1);
182 fn = alloca(strlen(home) + 20);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gdbm-1.8.3/
H A Dgetopt.c27 #pragma alloca
33 #define alloca __builtin_alloca
36 #include <alloca.h>
39 char *alloca ();
41 #endif /* alloca.h */
69 #undef alloca
74 #define __alloca alloca
32 #define alloca macro
68 #undef alloca macro

Completed in 386 milliseconds

1234567891011>>