Searched refs:expand (Results 1 – 11 of 11) sorted by relevance
/busybox-1.35.0/shell/hush_test/hush-parsing/ |
D | brace2.tests | 2 # Should not brace-expand v value
|
/busybox-1.35.0/shell/ash_test/ash-parsing/ |
D | brace2.tests | 2 # Should not brace-expand v value
|
/busybox-1.35.0/coreutils/ |
D | expand.c | 71 static void expand(FILE *file, unsigned tab_size, unsigned opt) in expand() function 233 IF_EXPAND(expand(file, tab_size, opt)); in expand_main()
|
D | tr.c | 102 static unsigned expand(char *arg, char **buffer_p) in expand() function 305 str1_length = expand(*argv++, &str1); in tr_main() 312 str2_length = expand(*argv, &str2); in tr_main()
|
/busybox-1.35.0/shell/hush_test/hush-glob/ |
D | glob2.tests | 1 # This test demonstrates that in unquoted $v, backslashes expand by this rule:
|
/busybox-1.35.0/ |
D | TODO_unicode | 11 expand, unexpand - uses unicode_strlen, not scrlen
|
D | NOFORK_NOEXEC.lst | 126 expand - runner
|
/busybox-1.35.0/shell/ash_test/ash-glob/ |
D | glob2.tests | 1 # This test demonstrates that in unquoted $v, backslashes expand by this rule:
|
/busybox-1.35.0/shell/ash_test/ash-redir/ |
D | redir_expand.tests | 62 # UNFIXED BUG. bash apparently will expand $i even in terminating delimiter.
|
/busybox-1.35.0/shell/hush_test/hush-redir/ |
D | redir_expand.tests | 62 # UNFIXED BUG. bash apparently will expand $i even in terminating delimiter.
|
/busybox-1.35.0/docs/ |
D | posix_conformance.txt | 244 expand POSIX options 247 expand Busybox specific options:
|