HomeSort by: relevance | last modified time | path
    Searched refs:allocsa (Results 1 - 17 of 17) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
allocsa.h 52 /* allocsa(N) is a safe variant of alloca(N). It allocates N bytes of
56 # define allocsa(N) \ macro
61 # define allocsa(N) \ macro
66 /* Free a block of memory allocated through allocsa(). */
74 nallocsa (size_t n, size_t s) - behaves like allocsa (n * s)
Makefile.am 50 ## begin gnulib module allocsa
52 libgrt_a_SOURCES += allocsa.h allocsa.c
54 EXTRA_DIST += allocsa.valgrind
56 ## end gnulib module allocsa
canonicalize.c 70 # include "allocsa.h"
248 buf = allocsa (path_max);
267 extra_buf = allocsa (path_max);
setenv.c 35 # include "allocsa.h"
163 new_value = (char *) allocsa (namelen + 1 + vallen);
231 new_value = allocsa (namelen + 1 + vallen);
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
allocsa.h 52 /* allocsa(N) is a safe variant of alloca(N). It allocates N bytes of
56 # define allocsa(N) \ macro
61 # define allocsa(N) \ macro
66 /* Free a block of memory allocated through allocsa(). */
74 nallocsa (size_t n, size_t s) - behaves like allocsa (n * s)
Makefile.am 51 ## begin gnulib module allocsa
53 libgettextlib_la_SOURCES += allocsa.h allocsa.c
55 EXTRA_DIST += allocsa.valgrind
57 ## end gnulib module allocsa
canonicalize.c 70 # include "allocsa.h"
248 buf = allocsa (path_max);
267 extra_buf = allocsa (path_max);
setenv.c 35 # include "allocsa.h"
163 new_value = (char *) allocsa (namelen + 1 + vallen);
231 new_value = allocsa (namelen + 1 + vallen);
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
allocsa.h 52 /* allocsa(N) is a safe variant of alloca(N). It allocates N bytes of
56 # define allocsa(N) \ macro
61 # define allocsa(N) \ macro
66 /* Free a block of memory allocated through allocsa(). */
74 nallocsa (size_t n, size_t s) - behaves like allocsa (n * s)
Makefile.gnulib 40 ## begin gnulib module allocsa
42 libgnu_la_SOURCES += allocsa.h allocsa.c
44 EXTRA_DIST += allocsa.valgrind
46 ## end gnulib module allocsa
  /src/external/gpl2/xcvs/dist/lib/
allocsa.h 46 /* allocsa(N) is a safe variant of alloca(N). It allocates N bytes of
50 # define allocsa(N) \ macro
55 # define allocsa(N) \ macro
60 /* Free a block of memory allocated through allocsa(). */
68 nallocsa (size_t n, size_t s) - behaves like allocsa (n * s)
Makefile.gnulib 11 # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --aux-dir=build-aux --macro-prefix=gl allocsa atexit canon-host canonicalize closeout dirname dup2 error exit exitfail extensions fnmatch fnmatch-posix ftruncate getdate gethostname getline getlogin_r getndelim2 getnline getopt getpagesize getpass-gnu gettext gettime gettimeofday glob lstat malloc md5 memmove minmax mkdir mkstemp mktime nanosleep pagealign_alloc pathmax quotearg readlink realloc regex rename restrict save-cwd setenv stat-macros stdbool stdint strcase strdup strerror strftime strstr strtoul time_r timespec tzset unlocked-io vasnprintf vasprintf xalloc-die xgethostname xreadlink xsize yesno
47 ## begin gnulib module allocsa
49 libgnu_a_SOURCES += allocsa.h allocsa.c
50 EXTRA_DIST += allocsa.valgrind
52 ## end gnulib module allocsa
Makefile.am 76 ## begin gnulib module allocsa
78 libcvs_a_SOURCES += allocsa.h allocsa.c
79 EXTRA_DIST += allocsa.valgrind
81 ## end gnulib module allocsa
setenv.c 38 # include "allocsa.h"
166 new_value = (char *) allocsa (namelen + 1 + vallen);
234 new_value = allocsa (namelen + 1 + vallen);
  /src/external/gpl2/gettext/dist/build-aux/
install-reloc 122 func_verbose $compile_command -I"$builddir" -I"$srcdir" -I"$config_h_dir" -DHAVE_CONFIG_H -DIN_RELOCWRAPPER -DNO_XMALLOC -D"INSTALLPREFIX=\"$prefix\"" -D"INSTALLDIR=\"$installdir\"" -D"LIBPATHVAR=\"$library_path_var\"" -D"LIBDIRS=$libdirs" -D"EXEEXT=\"$exeext\"" "$srcdir"/relocwrapper.c "$srcdir"/progname.c "$srcdir"/progreloc.c "$srcdir"/xreadlink.c "$srcdir"/readlink.c "$srcdir"/canonicalize.c "$srcdir"/allocsa.c "$srcdir"/relocatable.c "$srcdir"/setenv.c "$srcdir"/strerror.c -o "$destprog.wrapper$exeext" || exit $?
  /src/external/gpl2/gettext/lib/libnlsut/
Makefile 10 allocsa.c \
  /src/external/gpl2/gettext/dist/gnulib-local/lib/
canonicalize.c 70 # include "allocsa.h"
248 buf = allocsa (path_max);
267 extra_buf = allocsa (path_max);

Completed in 34 milliseconds