Searched refs:extra_buf (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dcanonicalize-lgpl.c100 char *rpath, *dest, *extra_buf = NULL; local
273 if (!extra_buf)
275 extra_buf = malloca (path_max);
276 if (!extra_buf)
292 /* Careful here, end may be a pointer into extra_buf... */
293 memmove (&extra_buf[n], end, len + 1);
294 name = end = memcpy (extra_buf, buf, n);
310 if (extra_buf)
311 freea (extra_buf);
318 if (extra_buf)
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dcanonicalize-lgpl.c100 char *rpath, *dest, *extra_buf = NULL; local
273 if (!extra_buf)
275 extra_buf = malloca (path_max);
276 if (!extra_buf)
292 /* Careful here, end may be a pointer into extra_buf... */
293 memmove (&extra_buf[n], end, len + 1);
294 name = end = memcpy (extra_buf, buf, n);
310 if (extra_buf)
311 freea (extra_buf);
318 if (extra_buf)
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dcanonicalize.c104 char *rpath, *dest, *extra_buf = NULL; local
267 if (!extra_buf)
269 extra_buf = allocsa (path_max);
270 if (!extra_buf)
286 /* Careful here, end may be a pointer into extra_buf... */
287 memmove (&extra_buf[n], end, len + 1);
288 name = end = memcpy (extra_buf, buf, n);
304 if (extra_buf)
305 freesa (extra_buf);
312 if (extra_buf)
[all...]

Completed in 38 milliseconds