Home
last modified time | relevance | path

Searched refs:argsize (Results 1 – 8 of 8) sorted by relevance

/external/bison/lib/
Dquotearg.c243 char const *arg, size_t argsize, in quotearg_buffer_restyled() argument
343 for (i = 0; ! (argsize == SIZE_MAX ? arg[i] == '\0' : i == argsize); i++) in quotearg_buffer_restyled()
351 && i + quote_string_len <= argsize in quotearg_buffer_restyled()
373 if (i + 1 < argsize && '0' <= arg[i + 1] && arg[i + 1] <= '9') in quotearg_buffer_restyled()
398 && i + 2 < argsize && arg[i + 1] == '?') in quotearg_buffer_restyled()
453 if (! (argsize == SIZE_MAX ? arg[1] == '\0' : argsize == 1)) in quotearg_buffer_restyled()
537 if (argsize == SIZE_MAX) in quotearg_buffer_restyled()
538 argsize = strlen (arg); in quotearg_buffer_restyled()
544 argsize - (i + m), &mbstate); in quotearg_buffer_restyled()
555 while (i + m < argsize && arg[i + m]) in quotearg_buffer_restyled()
[all …]
Dquotearg.h296 char const *arg, size_t argsize,
302 char *quotearg_alloc (char const *arg, size_t argsize,
311 char *quotearg_alloc_mem (char const *arg, size_t argsize,
329 char *quotearg_n_mem (int n, char const *arg, size_t argsize);
332 char *quotearg_mem (char const *arg, size_t argsize);
343 char const *arg, size_t argsize);
350 char const *arg, size_t argsize);
357 char *quotearg_char_mem (char const *arg, size_t argsize, char ch);
363 char *quotearg_colon_mem (char const *arg, size_t argsize);
376 char const *arg, size_t argsize);
[all …]
Dquote.h31 char const *quote_n_mem (int n, char const *arg, size_t argsize);
36 char const *quote_mem (char const *arg, size_t argsize);
/external/libxml2/os400/
Drpgsupport.c186 __xmlVaArg(char * * list, void * dest, size_t argsize) in __xmlVaArg() argument
191 if (!argsize) in __xmlVaArg()
194 for (align = 16; align > argsize; align >>= 1) in __xmlVaArg()
199 list[1] = list[0] + argsize; in __xmlVaArg()
202 memcpy(dest, list[0], argsize); in __xmlVaArg()
Drpgsupport.h140 XMLPUBFUN void * __xmlVaArg(char * * list, void * dest, size_t argsize);
DREADME400211 d argsize 10i 0 value
/external/libxml2/os400/libxmlrpg/
Dxmlstdarg.rpgle29 d argsize 10i 0 value
/external/toybox/toys/posix/
Dfind.c65 int dir, plus, arglen, argsize, curly, namecount, namesize; member
429 } else aa->argsize += sizeof(char *) + strlen(ss[len]) + 1; in do_find()
476 if (TT.envsize+aa->argsize+aa->namesize+size >= 131072) in do_find()