Home
last modified time | relevance | path

Searched refs:globbing (Results 1 – 7 of 7) sorted by relevance

/busybox-1.35.0/shell/ash_test/ash-vars/
Dvar_bash6.tests1 # This testcase checks globbing correctness in ${v/a/b}
/busybox-1.35.0/shell/hush_test/hush-vars/
Dvar_bash6.tests1 # This testcase checks globbing correctness in ${v/a/b}
/busybox-1.35.0/shell/hush_test/hush-glob/
Dglob2.tests3 # and subsequently globbing converts \\ to \ and treats \z as literal z
/busybox-1.35.0/shell/ash_test/ash-glob/
Dglob2.tests3 # and subsequently globbing converts \\ to \ and treats \z as literal z
/busybox-1.35.0/shell/ash_test/ash-redir/
Dredir_script.tests3 # for globbing. It is unwanted, but I don't know how to filter it out.
/busybox-1.35.0/shell/hush_test/hush-redir/
Dredir_script.tests3 # for globbing. It is unwanted, but I don't know how to filter it out.
/busybox-1.35.0/shell/
Dash.c6264 unsigned globbing; in rmescapes() local
6293 globbing = flag & RMESCAPE_GLOB; in rmescapes()
6294 protect_against_glob = globbing; in rmescapes()
6300 protect_against_glob = globbing; in rmescapes()
6347 globbing = 0; in rmescapes()
6352 protect_against_glob = globbing; in rmescapes()