Searched refs:quotearg_buffer (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dsh-quote.c45 return quotearg_buffer (NULL, 0, string, strlen (string),
56 return p + quotearg_buffer (p, (size_t)(-1), string, strlen (string),
H A Dquotearg.h97 size_t quotearg_buffer (char *buffer, size_t buffersize,
101 /* Like quotearg_buffer, except return the result in a newly allocated
H A Dquotearg.c166 This function acts like quotearg_buffer (BUFFER, BUFFERSIZE, ARG,
520 quotearg_buffer (char *buffer, size_t buffersize, function
532 /* Like quotearg_buffer (..., ARG, ARGSIZE, O), except return newly
539 size_t bufsize = quotearg_buffer (0, 0, arg, argsize, o) + 1;
541 quotearg_buffer (buf, bufsize, arg, argsize, o);
624 size_t qsize = quotearg_buffer (val, size, arg, argsize, options);
632 quotearg_buffer (val, size, arg, argsize, options);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/lib/
H A Dquotearg.h28 quotearg_buffer, quotearg_mem, and quotearg_colon_mem with that
38 quotearg_buffer:
52 quotearg_buffer:
67 quotearg_buffer:
81 quotearg_buffer:
93 quotearg_buffer:
106 quotearg_buffer:
119 quotearg_buffer:
127 quotearg_buffer:
144 quotearg_buffer
[all...]
H A Dquotearg.c199 This function acts like quotearg_buffer (BUFFER, BUFFERSIZE, ARG,
628 quotearg_buffer (char *buffer, size_t buffersize, function
649 /* Like quotearg_buffer (..., ARG, ARGSIZE, O), except return newly

Completed in 98 milliseconds