Home
last modified time | relevance | path

Searched refs:quotes (Results 1 – 10 of 10) sorted by relevance

/busybox-1.35.0/shell/hush_test/hush-test2/
Dstrops3.tests10 # should work even without quotes:
/busybox-1.35.0/shell/ash_test/ash-psubst/
Dbash_procsub.tests7 # doesn't work in quotes
/busybox-1.35.0/shell/
Dash_remove_unnecessary_code_in_backquote_expansion.patch64 - * Execute a command inside back quotes. If it's a builtin command, we
68 + * Execute a command inside back quotes. We fork off a subprocess and
Dash.c6914 char *pattern, int quotes, int zero) in scanleft() argument
6935 if (quotes && (unsigned char)*loc == CTLESC) in scanleft()
6945 char *pattern, int quotes, int match_at_start) in scanright() argument
7002 if (quotes) { in scanright()
7040 int quotes = flag & QUOTES_ESC; in subevalvar() local
7147 if (quotes) { in subevalvar()
7188 if (!quotes) { in subevalvar()
7228 if (quotes) { in subevalvar()
7285 loc = scanright(idx, rmesc, rmescend, str, quotes, /*match_at_start:*/ 1); in subevalvar()
7296 if (!quotes) { in subevalvar()
[all …]
/busybox-1.35.0/editors/
Dsed1line.txt287 sed "s/.`echo \\\b`//g" # double quotes required for Unix environment
357 QUOTING SYNTAX: The preceding examples use single quotes ('...')
358 instead of double quotes ("...") to enclose editing commands, since
359 sed is typically used on a Unix platform. Single quotes prevent the
362 double quotes. Users of the "csh" shell and derivatives will also need
364 properly run the examples listed above, even within single quotes.
365 Versions of sed written for DOS invariably require double quotes
366 ("...") instead of single quotes to enclose editing commands.
/busybox-1.35.0/shell/ash_test/ash-vars/
Dvar_bash4.tests6 # even in quotes.
/busybox-1.35.0/shell/hush_test/hush-vars/
Dvar_bash4.tests6 # even in quotes.
/busybox-1.35.0/docs/
DKconfig-language.txt138 always surrounded by single or double quotes. Within the quote any
139 other character is allowed and the quotes can be escaped using '\'.
Dstyle-guide.txt30 - #includes of .h files with quotes ("") around them
/busybox-1.35.0/networking/
Dtelnetd.ctrlSQ.patch19 which quotes IACs on output.