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

  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
vasnprintf.c 156 size_t buf_memsize = xtimes (buf_neededlength, sizeof (CHAR_T)); local
157 if (size_overflow_p (buf_memsize))
159 buf = (CHAR_T *) malloc (buf_memsize);
  /src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
vasnprintf.c 156 size_t buf_memsize = xtimes (buf_neededlength, sizeof (CHAR_T)); local
157 if (size_overflow_p (buf_memsize))
159 buf = (CHAR_T *) malloc (buf_memsize);
  /src/external/gpl2/texinfo/dist/intl/
vasnprintf.c 160 size_t buf_memsize = xtimes (buf_neededlength, sizeof (CHAR_T)); local
161 if (size_overflow_p (buf_memsize))
163 buf = (CHAR_T *) malloc (buf_memsize);
  /src/external/gpl2/xcvs/dist/lib/
vasnprintf.c 170 size_t buf_memsize = xtimes (buf_neededlength, sizeof (CHAR_T)); local
171 if (size_overflow_p (buf_memsize))
173 buf = (CHAR_T *) malloc (buf_memsize);

Completed in 128 milliseconds