Searched refs:argu (Results 1 – 5 of 5) sorted by relevance
/third_party/toybox/toys/lsb/ |
D | su.c | 47 char *name, *passhash = 0, **argu, **argv; local 78 argv = argu = xmalloc(sizeof(char *)*(toys.optc + 4)); 80 loggit(LOG_NOTICE, "run %s", *argu); 88 xexec(argu);
|
/third_party/toybox/openharmony/ |
D | su.c | 103 char *name, **argu, **args; in main() local 156 args = argu = xmalloc(sizeof(char *) * (argc - optind + 4 + 1)); in main() 169 xexec(argu); in main()
|
/third_party/pcre2/pcre2/doc/ |
D | pcre2.txt | 844 agement. If none of these apply, just pass NULL as the context argu- 941 nesting, and the second is user data that is set up by the last argu- 2252 (*LIMIT_HEAP=nnnn) at the start, the value is returned. The third argu- 2287 PCRE2_INFO_LASTCODETYPE returns 1. Otherwise, return 0. The third argu- 3142 function that was used for the match data block. The first two argu- 3207 therefore need the lengths, you may supply NULL as the lengthsptr argu- 3244 the name by calling pcre2_substring_number_from_name(). The first argu- 5299 The pcre2_jit_stack_create() function creates a JIT stack. Its argu- 7265 point is at the start of the subject string. If the startoffset argu- 9191 A delimited string may be used instead of a number as a callout argu-
|
D | pcre2grep.txt | 923 A callout in a PCRE2 pattern is of the form (?C<arg>) where the argu-
|
D | pcre2test.txt | 1687 differences in behaviour. The output for callouts with numerical argu-
|