HomeSort by: relevance | last modified time | path
    Searched defs:xallocsa (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
xallocsa.h 30 /* xallocsa(N) is a checking safe variant of alloca(N). It allocates N bytes
34 # define xallocsa(N) \ macro
40 # define xallocsa(N) \ macro
45 xnallocsa (size_t n, size_t s) - behaves like xallocsa (n * s)
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
xallocsa.h 30 /* xallocsa(N) is a checking safe variant of alloca(N). It allocates N bytes
34 # define xallocsa(N) \ macro
40 # define xallocsa(N) \ macro
45 xnallocsa (size_t n, size_t s) - behaves like xallocsa (n * s)

Completed in 74 milliseconds