Searched refs:xmalloca (Results 1 - 25 of 28) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dxmalloca.h29 /* xmalloca(N) is a checking safe variant of alloca(N). It allocates N bytes
33 # define xmalloca(N) \ macro
39 # define xmalloca(N) \ macro
44 xnmalloca (size_t n, size_t s) - behaves like xmalloca (n * s)
H A DMakefile.gnulib12 # Reproduce by: gnulib-tool --import --dir=gettext-tools --local-dir=gnulib-local --lib=libgnu --source-base=libgettextpo --m4-base=libgettextpo/gnulib-m4 --doc-base=doc --aux-dir=../build-aux --makefile-name=Makefile.gnulib --libtool --macro-prefix=gtpo basename c-ctype c-strcase c-strstr error error-progname exit file-ostream filename fopen fstrcmp fwriteerror gcd getline gettext-h hash iconv linebreak minmax ostream progname relocatable-lib stdbool ucs4-utf8 uniwidth/width unlocked-io utf16-ucs4 utf8-ucs4 vasprintf xalloc xerror xmalloca xstriconv xvasprintf
961 ## begin gnulib module xmalloca
963 libgnu_la_SOURCES += xmalloca.c
965 EXTRA_DIST += xmalloca.h
967 ## end gnulib module xmalloca
H A DMakefile.in26 # Reproduce by: gnulib-tool --import --dir=gettext-tools --local-dir=gnulib-local --lib=libgnu --source-base=libgettextpo --m4-base=libgettextpo/gnulib-m4 --doc-base=doc --aux-dir=../build-aux --makefile-name=Makefile.gnulib --libtool --macro-prefix=gtpo basename c-ctype c-strcase c-strstr error error-progname exit file-ostream filename fopen fstrcmp fwriteerror gcd getline gettext-h hash iconv linebreak minmax ostream progname relocatable-lib stdbool ucs4-utf8 uniwidth/width unlocked-io utf16-ucs4 utf8-ucs4 vasprintf xalloc xerror xmalloca xstriconv xvasprintf
278 xmalloca.lo xstriconv.lo xvasprintf.lo xasprintf.lo
784 wctype.in.h wcwidth.c xmalloca.h xalloc.h
893 xalloc.h xmalloc.c xstrdup.c xerror.h xerror.c xmalloca.c \
H A DMakefile26 # Reproduce by: gnulib-tool --import --dir=gettext-tools --local-dir=gnulib-local --lib=libgnu --source-base=libgettextpo --m4-base=libgettextpo/gnulib-m4 --doc-base=doc --aux-dir=../build-aux --makefile-name=Makefile.gnulib --libtool --macro-prefix=gtpo basename c-ctype c-strcase c-strstr error error-progname exit file-ostream filename fopen fstrcmp fwriteerror gcd getline gettext-h hash iconv linebreak minmax ostream progname relocatable-lib stdbool ucs4-utf8 uniwidth/width unlocked-io utf16-ucs4 utf8-ucs4 vasprintf xalloc xerror xmalloca xstriconv xvasprintf
278 xmalloca.lo xstriconv.lo xvasprintf.lo xasprintf.lo
784 wctype.in.h wcwidth.c xmalloca.h xalloc.h
893 xalloc.h xmalloc.c xstrdup.c xerror.h xerror.c xmalloca.c \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dxmalloca.h29 /* xmalloca(N) is a checking safe variant of alloca(N). It allocates N bytes
33 # define xmalloca(N) \ macro
39 # define xmalloca(N) \ macro
44 xnmalloca (size_t n, size_t s) - behaves like xmalloca (n * s)
H A Dcsharpcomp.c34 #include "xmalloca.h"
103 argv = (char **) xmalloca ((argc + 1) * sizeof (char *));
132 char *option = (char *) xmalloca (12 + strlen (source_file) + 1);
247 argv = (char **) xmalloca ((argc + 1) * sizeof (char *));
254 char *option = (char *) xmalloca (5 + strlen (output_file) + 1);
261 char *option = (char *) xmalloca (5 + strlen (libdirs[i]) + 1);
268 char *option = (char *) xmalloca (11 + strlen (libraries[i]) + 4 + 1);
283 char *option = (char *) xmalloca (10 + strlen (source_file) + 1);
429 argv = (char **) xmalloca ((argc + 1) * sizeof (char *));
436 char *option = (char *) xmalloca (
[all...]
H A Djavaexec.c34 #include "xmalloca.h"
99 char **argv = (char **) xmalloca ((1 + nargs + 1) * sizeof (char *));
154 command = (char *) xmalloca (command_length);
220 char **argv = (char **) xmalloca ((2 + nargs + 1) * sizeof (char *));
273 char **argv = (char **) xmalloca ((2 + nargs + 1) * sizeof (char *));
327 char **argv = (char **) xmalloca ((2 + nargs + 1) * sizeof (char *));
384 char **argv = (char **) xmalloca ((2 + nargs + 1) * sizeof (char *));
H A Dcsharpexec.c29 #include "xmalloca.h"
126 argv = (char **) xmalloca ((argc + 1) * sizeof (char *));
190 char **argv = (char **) xmalloca ((2 + nargs + 1) * sizeof (char *));
251 char **argv = (char **) xmalloca ((2 + nargs + 1) * sizeof (char *));
H A Djavacomp.c43 #include "xmalloca.h"
231 command = (char *) xmalloca (command_length);
304 argv = (char **) xmalloca ((argc + 1) * sizeof (char *));
313 fsource_arg = (char *) xmalloca (9 + strlen (source_version) + 1);
322 ftarget_arg = (char *) xmalloca (9 + strlen (target_version) + 1);
386 argv = (char **) xmalloca ((argc + 1) * sizeof (char *));
451 argv = (char **) xmalloca ((argc + 1) * sizeof (char *));
567 command = (char *) xmalloca (command_length);
648 command = (char *) xmalloca (command_length);
H A Dclean-temp.c42 #include "xmalloca.h"
329 xtemplate = (char *) xmalloca (PATH_MAX);
667 char *augmented_mode = (char *) xmalloca (mode_len + 2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgl-charset.c36 #include "xmalloca.h"
80 charset = (char *) xmalloca (len + 1);
H A Dread-tcl.c38 #include "xmalloca.h"
76 frobbed_locale_name = (char *) xmalloca (len + 1);
H A Dwrite-tcl.c38 #include "xmalloca.h"
196 frobbed_locale_name = (char *) xmalloca (len + 1);
H A Dwrite-java.c67 #include "xmalloca.h"
152 combined = (char *) xmalloca (combined_len);
176 (unsigned int *) xmalloca (n * sizeof (unsigned int));
418 combined = (char *) xmalloca (combined_len);
984 subdirs = (ndots > 0 ? (char **) xmalloca (ndots * sizeof (char *)) : NULL);
996 char *part = (char *) xmalloca (n + 1);
H A Dformat-java.c30 #include "xmalloca.h"
198 element = element_alloced = (char *) xmalloca (n + 1);
588 msgformat = (char *) xmalloca (strlen (format) + 1);
H A Dmsggrep.c59 #include "xmalloca.h"
736 total_comment = (char *) xmalloca (length);
771 total_comment = (char *) xmalloca (length);
H A Dmsgl-iconv.c42 #include "xmalloca.h"
203 charset = (char *) xmalloca (len + 1);
505 charset = (char *) xmalloca (len + 1);
H A Dpo-charset.c30 #include "xmalloca.h"
473 charset = (char *) xmalloca (len + 1);
H A Dmessage.c32 #include "xmalloca.h"
285 alloced_key = (char *) xmalloca (keylen);
486 alloced_key = (char *) xmalloca (keylen);
H A Dwrite-csharp.c84 #include "xmalloca.h"
236 combined = (char *) xmalloca (combined_len);
H A Dwrite-mo.c47 #include "xmalloca.h"
655 xmalloca (sizeof (struct sysdep_string)
H A Dmsgmerge.c49 #include "xmalloca.h"
1479 charset = (char *) xmalloca (len + 1);
1551 charset = (char *) xmalloca (len + 1);
H A Dmsginit.c75 #include "xmalloca.h"
1514 substlen = (size_t *) xmalloca (nsubst * sizeof (size_t));
H A Dmsgl-cat.c42 #include "xmalloca.h"
156 charset = (char *) xmalloca (len + 1);
H A Dwrite-po.c44 #include "xmalloca.h"
1455 allocated_charset = (char *) xmalloca (len + 1);

Completed in 153 milliseconds

12