Searched refs:parse (Results 1 – 9 of 9) sorted by relevance
/busybox-1.35.0/shell/hush_test/hush-misc/ |
D | tickquote1.tests | 1 # UNFIXED BUG: hush does not parse embedded `cmd` at embedding document parse time
|
/busybox-1.35.0/mailutils/ |
D | reformime.c | 74 static int parse(const char *boundary, char **argv) in parse() function 152 parse(xfind_token(tokens, "boundary"), argv); in parse() 293 return parse("", (opts & OPT_X) ? argv : (char **)&opt_prefix); in reformime_main()
|
/busybox-1.35.0/shell/ash_test/ash-getopts/ |
D | getopt_test_libc_bug.tests | 2 # If getopt() wants to parse multi-option args (-abc),
|
/busybox-1.35.0/shell/hush_test/hush-getopts/ |
D | getopt_test_libc_bug.tests | 2 # If getopt() wants to parse multi-option args (-abc),
|
/busybox-1.35.0/modutils/ |
D | Config.src | 144 Generate and parse modules.alias containing aliases for bus 160 Generate and parse modules.symbols containing aliases for
|
/busybox-1.35.0/networking/ |
D | ifupdown.c | 328 static char *parse(const char *command, struct interface_defn_t *ifd) in parse() function 443 out = parse(command, ifd); in execute()
|
/busybox-1.35.0/scripts/kconfig/ |
D | zconf.tab.c_shipped | 855 /* Nonzero means print parse trace. It is left uninitialized so that 1131 YYDPRINTF ((stderr, "Starting parse\n"));
|
/busybox-1.35.0/editors/ |
D | sed1line.txt | 303 # parse out the address proper. Pulls out the e-mail address by itself
|
/busybox-1.35.0/docs/ |
D | style-guide.txt | 676 line in the midst of your #includes, if you need to parse long options:
|