Home
last modified time | relevance | path

Searched refs:set (Results 1 – 25 of 135) sorted by relevance

123456

/busybox-1.35.0/configs/
DTEST_noprintf_defconfig18 # CONFIG_USE_PORTABLE_CODE is not set
20 # CONFIG_FEATURE_BUFFERS_GO_ON_STACK is not set
21 # CONFIG_FEATURE_BUFFERS_GO_IN_BSS is not set
24 # CONFIG_FEATURE_COMPRESS_USAGE is not set
25 # CONFIG_FEATURE_INSTALLER is not set
26 # CONFIG_LOCALE_SUPPORT is not set
28 # CONFIG_UNICODE_USING_LOCALE is not set
35 # CONFIG_UNICODE_NEUTRAL_TABLE is not set
39 # CONFIG_FEATURE_CLEAN_UP is not set
43 # CONFIG_FEATURE_SUID is not set
[all …]
Dfreebsd_defconfig15 # CONFIG_DESKTOP is not set
16 # CONFIG_EXTRA_COMPAT is not set
20 # CONFIG_FEATURE_BUFFERS_GO_ON_STACK is not set
21 # CONFIG_FEATURE_BUFFERS_GO_IN_BSS is not set
26 # CONFIG_INSTALL_NO_USR is not set
29 # CONFIG_UNICODE_USING_LOCALE is not set
30 # CONFIG_FEATURE_CHECK_UNICODE_IN_ENV is not set
33 # CONFIG_UNICODE_COMBINING_WCHARS is not set
34 # CONFIG_UNICODE_WIDE_WCHARS is not set
35 # CONFIG_UNICODE_BIDI_SUPPORT is not set
[all …]
Dandroid2_defconfig15 # CONFIG_DESKTOP is not set
16 # CONFIG_EXTRA_COMPAT is not set
17 # CONFIG_INCLUDE_SUSv2 is not set
18 # CONFIG_USE_PORTABLE_CODE is not set
20 # CONFIG_FEATURE_BUFFERS_GO_ON_STACK is not set
21 # CONFIG_FEATURE_BUFFERS_GO_IN_BSS is not set
22 # CONFIG_SHOW_USAGE is not set
23 # CONFIG_FEATURE_VERBOSE_USAGE is not set
24 # CONFIG_FEATURE_COMPRESS_USAGE is not set
25 # CONFIG_FEATURE_INSTALLER is not set
[all …]
Dcygwin_defconfig16 # CONFIG_EXTRA_COMPAT is not set
18 # CONFIG_USE_PORTABLE_CODE is not set
20 # CONFIG_FEATURE_BUFFERS_GO_ON_STACK is not set
21 # CONFIG_FEATURE_BUFFERS_GO_IN_BSS is not set
26 # CONFIG_INSTALL_NO_USR is not set
27 # CONFIG_LOCALE_SUPPORT is not set
29 # CONFIG_UNICODE_USING_LOCALE is not set
30 # CONFIG_FEATURE_CHECK_UNICODE_IN_ENV is not set
33 # CONFIG_UNICODE_COMBINING_WCHARS is not set
34 # CONFIG_UNICODE_WIDE_WCHARS is not set
[all …]
Dandroid_ndk_defconfig16 # CONFIG_EXTRA_COMPAT is not set
17 # CONFIG_INCLUDE_SUSv2 is not set
18 # CONFIG_USE_PORTABLE_CODE is not set
20 # CONFIG_FEATURE_BUFFERS_GO_ON_STACK is not set
21 # CONFIG_FEATURE_BUFFERS_GO_IN_BSS is not set
27 # CONFIG_LOCALE_SUPPORT is not set
28 # CONFIG_UNICODE_SUPPORT is not set
29 # CONFIG_UNICODE_USING_LOCALE is not set
30 # CONFIG_FEATURE_CHECK_UNICODE_IN_ENV is not set
33 # CONFIG_UNICODE_COMBINING_WCHARS is not set
[all …]
Dandroid_defconfig16 # CONFIG_EXTRA_COMPAT is not set
17 # CONFIG_INCLUDE_SUSv2 is not set
18 # CONFIG_USE_PORTABLE_CODE is not set
20 # CONFIG_FEATURE_BUFFERS_GO_ON_STACK is not set
21 # CONFIG_FEATURE_BUFFERS_GO_IN_BSS is not set
22 # CONFIG_SHOW_USAGE is not set
23 # CONFIG_FEATURE_VERBOSE_USAGE is not set
24 # CONFIG_FEATURE_COMPRESS_USAGE is not set
25 # CONFIG_FEATURE_INSTALLER is not set
26 # CONFIG_INSTALL_NO_USR is not set
[all …]
Dandroid_502_defconfig10 ## # CONFIG_STATIC is not set
14 ## # CONFIG_LFS is not set
17 ## # CONFIG_FEATURE_SHADOWPASSWDS is not set
18 ## # CONFIG_USE_BB_PWD_GRP is not set
19 ## # CONFIG_USE_BB_SHADOW is not set
20 ## # CONFIG_ADDUSER is not set
21 ## # CONFIG_ADDGROUP is not set
22 ## # CONFIG_DELUSER is not set
23 ## # CONFIG_DELGROUP is not set
26 ## # CONFIG_FEATURE_UTMP is not set
[all …]
DTEST_rh9_defconfig15 # CONFIG_DESKTOP is not set
16 # CONFIG_EXTRA_COMPAT is not set
18 # CONFIG_USE_PORTABLE_CODE is not set
20 # CONFIG_FEATURE_BUFFERS_GO_ON_STACK is not set
21 # CONFIG_FEATURE_BUFFERS_GO_IN_BSS is not set
28 # CONFIG_UNICODE_USING_LOCALE is not set
29 # CONFIG_FEATURE_CHECK_UNICODE_IN_ENV is not set
32 # CONFIG_UNICODE_COMBINING_WCHARS is not set
33 # CONFIG_UNICODE_WIDE_WCHARS is not set
34 # CONFIG_UNICODE_BIDI_SUPPORT is not set
[all …]
DTEST_nommu_defconfig18 # CONFIG_USE_PORTABLE_CODE is not set
20 # CONFIG_FEATURE_BUFFERS_GO_ON_STACK is not set
21 # CONFIG_FEATURE_BUFFERS_GO_IN_BSS is not set
26 # CONFIG_LOCALE_SUPPORT is not set
27 # CONFIG_UNICODE_SUPPORT is not set
28 # CONFIG_FEATURE_CHECK_UNICODE_IN_ENV is not set
31 # CONFIG_FEATURE_CLEAN_UP is not set
44 # CONFIG_STATIC is not set
45 # CONFIG_PIE is not set
47 # CONFIG_BUILD_LIBBUSYBOX is not set
[all …]
/busybox-1.35.0/shell/ash_test/ash-vars/
Dparam_expand_bash_substring.tests3 # (set argv0 to "SHELL" to avoid "/path/to/shell: blah" in error messages)
17 set --; echo "1 =|${1}|"
18 set --; echo "1:1 =|${1:1}|"
19 set --; echo "1:1:2=|${1:1:2}|"
20 set --; echo "1::2 =|${1::2}|"
21 set --; echo "1:1: =|${1:1:}|"
22 set --; echo "1:: =|${1::}|"
24 set -- 0123; echo "1 =|${1}|"
25 set -- 0123; echo "1:1 =|${1:1}|"
26 set -- 0123; echo "1:1:2=|${1:1:2}|"
[all …]
Dparam_expand_default.tests2 # (set argv0 to "SHELL" to avoid "/path/to/shell: blah" in error messages)
9 set --
12 set -- aaaa
24 set --
25 set -- "${1-}"; echo 1:$#
26 set --
27 set -- ${1-}; echo 0:$#
Dparam_expand_indicate_error.tests2 # (set argv0 to "SHELL" to avoid "/path/to/shell: blah" in error messages)
19 "$THIS_SH" -c 'set --; echo _$1' SHELL
20 "$THIS_SH" -c 'set --; echo _${1?}' SHELL
21 "$THIS_SH" -c 'set --; echo _${1:?}' SHELL
22 "$THIS_SH" -c 'set --; echo _${1?message1}' SHELL
23 "$THIS_SH" -c 'set --; echo _${1:?message1}' SHELL
24 "$THIS_SH" -c 'set --; echo _${1?$msg_unset}' SHELL
25 "$THIS_SH" -c 'set --; echo _${1:?$msg_null_or_unset}' SHELL
28 "$THIS_SH" -c 'set -- aaaa; echo _$1' SHELL
29 "$THIS_SH" -c 'set -- aaaa; echo _${1?}' SHELL
[all …]
Dparam_expand_assign.tests2 # (set argv0 to "SHELL" to avoid "/path/to/shell: blah" in error messages)
11 "$THIS_SH" -c 'set --; echo _${1=}' SHELL
12 "$THIS_SH" -c 'set --; echo _${1:=}' SHELL
13 "$THIS_SH" -c 'set --; echo _${1=word}' SHELL
14 "$THIS_SH" -c 'set --; echo _${1:=word}' SHELL
17 "$THIS_SH" -c 'set aa; echo _${1=}' SHELL
18 "$THIS_SH" -c 'set aa; echo _${1:=}' SHELL
19 "$THIS_SH" -c 'set aa; echo _${1=word}' SHELL
20 "$THIS_SH" -c 'set aa; echo _${1:=word}' SHELL
Dparam_expand_indicate_error.right6 SHELL: line 0: 1: parameter not set
7 SHELL: line 0: 1: parameter not set or null
22 SHELL: line 0: f: parameter not set
23 SHELL: line 0: f: parameter not set or null
31 SHELL: line 0: f: parameter not set or null
Dvar_wordsplit_ifs5.tests2 set --
3 set -- $@ $*
/busybox-1.35.0/shell/hush_test/hush-vars/
Dparam_expand_bash_substring.tests3 # (set argv0 to "SHELL" to avoid "/path/to/shell: blah" in error messages)
17 set --; echo "1 =|${1}|"
18 set --; echo "1:1 =|${1:1}|"
19 set --; echo "1:1:2=|${1:1:2}|"
20 set --; echo "1::2 =|${1::2}|"
21 set --; echo "1:1: =|${1:1:}|"
22 set --; echo "1:: =|${1::}|"
24 set -- 0123; echo "1 =|${1}|"
25 set -- 0123; echo "1:1 =|${1:1}|"
26 set -- 0123; echo "1:1:2=|${1:1:2}|"
[all …]
Dparam_expand_default.tests2 # (set argv0 to "SHELL" to avoid "/path/to/shell: blah" in error messages)
9 set --
12 set -- aaaa
24 set --
25 set -- "${1-}"; echo 1:$#
26 set --
27 set -- ${1-}; echo 0:$#
Dparam_expand_indicate_error.tests18 "$THIS_SH" -c 'set --; echo _$1'
19 "$THIS_SH" -c 'set --; echo _${1?}'
20 "$THIS_SH" -c 'set --; echo _${1:?}'
21 "$THIS_SH" -c 'set --; echo _${1?message1}'
22 "$THIS_SH" -c 'set --; echo _${1:?message1}'
23 "$THIS_SH" -c 'set --; echo _${1?$msg_unset}'
24 "$THIS_SH" -c 'set --; echo _${1:?$msg_null_or_unset}'
27 "$THIS_SH" -c 'set -- aaaa; echo _$1'
28 "$THIS_SH" -c 'set -- aaaa; echo _${1?}'
29 "$THIS_SH" -c 'set -- aaaa; echo _${1:?}'
[all …]
Dparam_expand_assign.tests2 # (set argv0 to "SHELL" to avoid "/path/to/shell: blah" in error messages)
11 "$THIS_SH" -c 'set --; echo _${1=}' SHELL
12 "$THIS_SH" -c 'set --; echo _${1:=}' SHELL
13 "$THIS_SH" -c 'set --; echo _${1=word}' SHELL
14 "$THIS_SH" -c 'set --; echo _${1:=word}' SHELL
17 "$THIS_SH" -c 'set aa; echo _${1=}' SHELL
18 "$THIS_SH" -c 'set aa; echo _${1:=}' SHELL
19 "$THIS_SH" -c 'set aa; echo _${1=word}' SHELL
20 "$THIS_SH" -c 'set aa; echo _${1:=word}' SHELL
Dparam_expand_indicate_error.right6 hush: 1: parameter null or not set
7 hush: 1: parameter null or not set
22 hush: f: parameter null or not set
23 hush: f: parameter null or not set
31 hush: f: parameter null or not set
Dvar_wordsplit_ifs5.tests2 set --
3 set -- $@ $*
/busybox-1.35.0/shell/hush_test/hush-quoting/
Dbkslash_in_varexp.tests3 # \] is not a valid escape for ] in set glob expression.
5 # ] can be in a set if it is the first char: []abc],
6 # dash can be in a set if it is first or last: [abc-],
7 # [ and \ need no protections at all: [a[b\c] is a valid set of 5 chars.
9 # bash-4.3.43 misinterprets [a\]] as "set of 'a' or ']'".
10 # Correct interpretation is "set of 'a' or '\', followed by ']'".
/busybox-1.35.0/shell/ash_test/ash-quoting/
Dbkslash_in_varexp.tests3 # \] is not a valid escape for ] in set glob expression.
5 # ] can be in a set if it is the first char: []abc],
6 # dash can be in a set if it is first or last: [abc-],
7 # [ and \ need no protections at all: [a[b\c] is a valid set of 5 chars.
9 # bash-4.3.43 misinterprets [a\]] as "set of 'a' or ']'".
10 # Correct interpretation is "set of 'a' or '\', followed by ']'".
/busybox-1.35.0/libbb/
Dsignals.c29 sigset_t set; in sigprocmask_allsigs() local
30 sigfillset(&set); in sigprocmask_allsigs()
31 return sigprocmask(how, &set, NULL); in sigprocmask_allsigs()
34 int FAST_FUNC sigprocmask2(int how, sigset_t *set) in sigprocmask2() argument
40 oset = set; in sigprocmask2()
41 return sigprocmask(how, set, oset); in sigprocmask2()
/busybox-1.35.0/shell/hush_test/hush-misc/
Dexitcode_trap7.tests2 cleanup() { set +e; false; }
3 set -e

123456