Home
last modified time | relevance | path

Searched refs:as (Results 1 – 25 of 128) sorted by relevance

123456

/busybox-1.35.0/shell/hush_test/hush-quoting/
Dnegative_arith.tests4 # The [...] is interpreted as: "any of the chars 0, -, and 9"
6 # The [...] is [0-9], interpreted as: "any digit"
/busybox-1.35.0/shell/ash_test/ash-quoting/
Dnegative_arith.tests4 # The [...] is interpreted as: "any of the chars 0, -, and 9"
6 # The [...] is [0-9], interpreted as: "any digit"
/busybox-1.35.0/shell/ash_test/ash-vars/
Dparam_subshell.tests8 # cant use usleep as it isnt standard in $PATH --
9 # we fail when testing busybox compiled solely as "hush"
Dvar6.tests5 #"$THIS_SH" -c 'echo ${$}' SHELL -- this is valid as it's the same as $$
Dvar_bash1a.tests8 # This is not interpreted as ${VAR:POS{:LEN}},
9 # but as ${VAR:=WORD} - if VAR is unset or null, substitute WORD
/busybox-1.35.0/shell/hush_test/hush-vars/
Dparam_subshell.tests8 # cant use usleep as it isnt standard in $PATH --
9 # we fail when testing busybox compiled solely as "hush"
Dvar6.tests5 #"$THIS_SH" -c 'echo ${$}' SHELL -- this is valid as it's the same as $$
Dvar_bash1a.tests8 # This is not interpreted as ${VAR:POS{:LEN}},
9 # but as ${VAR:=WORD} - if VAR is unset or null, substitute WORD
/busybox-1.35.0/shell/hush_test/hush-glob/
Dglob_redir.tests3 # if run as "sh", they are not globbed, but
4 # if run as "bash", they are!
/busybox-1.35.0/shell/ash_test/ash-glob/
Dglob_redir.tests3 # if run as "sh", they are not globbed, but
4 # if run as "bash", they are!
/busybox-1.35.0/shell/ash_test/ash-signals/
Dsignal2.right2 child exits as expected
/busybox-1.35.0/shell/hush_test/hush-signals/
Dsignal2.right2 child exits as expected
/busybox-1.35.0/procps/
Dps.posix4 ID as the current user and the same controlling terminal as the invoker
44 fication shall be interpreted as the <space>-separated concate-
86 names presented as a single argument, <blank> or comma-separated. Each
89 the characters in the argument shall be used as the header text. The
92 shall be selected by the system to be at least as wide as the header
93 text (default or overridden value). If the header text is null, such as
94 -o user=, the field width shall be at least as wide as the default
121 same period, expressed as a percentage. The meaning of
126 as a decimal integer.
139 comm The name of the command being executed ( argv[0] value) as a
[all …]
/busybox-1.35.0/shell/hush_test/hush-misc/
Dassignment2.tests1 # This must not be interpreted as an assignment
Dassignment3.tests1 # This must be interpreted as assignments
/busybox-1.35.0/shell/ash_test/ash-misc/
Dassignment2.tests1 # This must not be interpreted as an assignment
Dassignment3.tests1 # This must be interpreted as assignments
/busybox-1.35.0/docs/
Dembedded-scripts.txt4 BusyBox allows applets to be implemented as shell scripts. Since
10 It's unlikely that your applet will be implemented as a pure shell
28 Adding a custom script is as simple as running the following sequence
72 The only difference is that the applet is specified as being of type
85 //config: mu is implemented as a shell script. It requires support
92 Scripted applets are just as configurable as applets written in C.
Dbusybox_header.pod39 any applet installation scheme (either as symlinks or hardlinks), these will
45 that performs the same job as more than one utility program. That means there
51 You can also invoke BusyBox by issuing a command as an argument on the
56 will also cause BusyBox to behave as 'ls'.
66 will cause BusyBox to behave as 'ls' (if the 'ls' command has been compiled
68 links yourself, as the BusyBox build system will do this for you when you run
Dtar_pax.txt29 create a regular file that contains the extended header records as
41 constructed as follows:
54 as described by the stat() function. The access time shall be
56 do so. The format of the <value> shall be as described in pax
64 only; when pax is used as described in IEEE Std 1003.1-2001, it
72 A series of characters used as a comment. All characters in
76 The group ID of the group that owns the file, expressed as a
84 The group of the file(s), formatted as a group name in the
115 structure for a file, as described in the stat() function. This
119 <value> shall be as described in pax Extended Header File Times.
[all …]
/busybox-1.35.0/shell/hush_test/hush-arith/
Darith2.sub26 # this is treated as 4 + ++a
31 # this is treated as 4 - --a
/busybox-1.35.0/shell/ash_test/ash-arith/
Darith2.sub26 # this is treated as 4 + ++a
31 # this is treated as 4 - --a
/busybox-1.35.0/shell/
Dbrace.txt35 This construct is typically used as shorthand when the common prefix of
44 when they appear as part of a word, and preserves them in the output.
45 Bash removes braces from words as a consequence of brace expansion.
46 For example, a word entered to sh as file{1,2} appears identically in
47 the output. The same word is output as file1 file2 after expansion by
/busybox-1.35.0/shell/ash_test/ash-standalone/
Dnofork_trashes_getopt.tests3 # Subsequent hexdump is run as NOEXEC, and thus still uses this state
/busybox-1.35.0/shell/hush_test/hush-standalone/
Dnofork_trashes_getopt.tests3 # Subsequent hexdump is run as NOEXEC, and thus still uses this state

123456