/busybox-1.35.0/configs/ |
D | TEST_noprintf_defconfig | 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 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 …]
|
D | freebsd_defconfig | 15 # 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 …]
|
D | android2_defconfig | 15 # 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 …]
|
D | cygwin_defconfig | 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 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 …]
|
D | android_ndk_defconfig | 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 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 …]
|
D | android_defconfig | 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 26 # CONFIG_INSTALL_NO_USR is not set [all …]
|
D | android_502_defconfig | 10 ## # 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 …]
|
D | TEST_rh9_defconfig | 15 # 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 …]
|
D | TEST_nommu_defconfig | 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_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/util-linux/volume_id/ |
D | iso9660.c | 60 struct iso_volume_descriptor *is; in volume_id_probe_iso9660() local 69 is = (struct iso_volume_descriptor *) buf; in volume_id_probe_iso9660() 71 if (memcmp(is->vd_id, "CD001", 5) == 0) { in volume_id_probe_iso9660() 77 volume_id_set_label_string(id, is->volume_id, 32); in volume_id_probe_iso9660() 84 is = volume_id_get_buffer(id, off + vd_offset, 0x200); in volume_id_probe_iso9660() 85 if (is == NULL || is->vd_type == ISO_VD_END) in volume_id_probe_iso9660() 87 if (is->vd_type != ISO_VD_SUPPLEMENTARY) in volume_id_probe_iso9660() 91 if (memcmp(is->escape_sequences, "%/@", 3) == 0 in volume_id_probe_iso9660() 92 || memcmp(is->escape_sequences, "%/C", 3) == 0 in volume_id_probe_iso9660() 93 || memcmp(is->escape_sequences, "%/E", 3) == 0 in volume_id_probe_iso9660() [all …]
|
/busybox-1.35.0/shell/hush_test/hush-parsing/ |
D | comment2.tests | 1 echo "`echo Ok1 #comment is ignored`" 2 echo `echo Ok2 #comment is ignored` 7 #echo "$(echo Ok3 #comment is ignored)" 8 #echo $(echo Ok4 #comment is ignored) 10 echo "$(echo Ok5 #comment is ignored 12 echo $(echo Ok6 #comment is ignored
|
/busybox-1.35.0/shell/ash_test/ash-parsing/ |
D | comment2.tests | 1 echo "`echo Ok1 #comment is ignored`" 2 echo `echo Ok2 #comment is ignored` 7 #echo "$(echo Ok3 #comment is ignored)" 8 #echo $(echo Ok4 #comment is ignored) 10 echo "$(echo Ok5 #comment is ignored 12 echo $(echo Ok6 #comment is ignored
|
/busybox-1.35.0/shell/ash_test/ash-vars/ |
D | readonly0.right | 5 ./readonly0.tests: line 19: a: is read only 7 ./readonly0.tests: readonly: line 21: a: is read only 10 ./readonly0.tests: export: line 27: a: is read only 13 ./readonly0.tests: unset: line 44: a: is read only
|
/busybox-1.35.0/shell/ash_test/ash-signals/ |
D | subshell.tests | 3 # HUP is special in interactive shells 5 # QUIT is always special 7 # SYS is not special 9 # WINCH is harmless 11 # With TERM we'll check whether it is reset 18 (trap; "$THIS_SH" -c 'kill -TERM $PPID'; echo Bad: TERM is not reset)
|
/busybox-1.35.0/shell/hush_test/hush-signals/ |
D | subshell.tests | 3 # HUP is special in interactive shells 5 # QUIT is always special 7 # SYS is not special 9 # WINCH is harmless 11 # With TERM we'll check whether it is reset 18 (trap; "$THIS_SH" -c 'kill -TERM $PPID'; echo Bad: TERM is not reset)
|
/busybox-1.35.0/docs/ |
D | smallint.txt | 9 I think that this optimization is wrong. 10 index_in_str_array returns int. At best, compiler will use it as-is. 11 At worst, compiler will try to make sure that it is properly cast 14 You save nothing on space here because i is not stored on-stack, 15 gcc will keep it in register. And even if it *is* stored, 16 it is *stack* storage, which is cheap (unlike data/bss). 25 on i386, there is no widening constant store instruction 27 movl $0x0,(%eax) is "c7 00 00 00 00 00" 28 movb $0x0,(%eax) is "c6 00 00"
|
D | ifupdown_design.txt | 1 This document is meant to convince you to not use ifup/ifdown. 4 The general problem with ifupdown is that it is "copulated in vertical 6 and this is invariably doomed to fail. You need ifup/ifdown 7 to be adaptable by local admins, and C is an extremely poor choice 37 How the hell it is supposed to work reliably this way? Just imagine that 38 admin is using pump and ifup/ifdown. It works. Then, for whatever reason, 41 This is stupid.
|
/busybox-1.35.0/shell/hush_test/hush-arith/ |
D | arith2.sub | 26 # this is treated as 4 + ++a 31 # this is treated as 4 - --a 40 # -- is not a dec operator on non-variable, it is the - - sequence 45 # ++ is not a inc operator on non-variable, it is the + + sequence
|
/busybox-1.35.0/shell/ash_test/ash-arith/ |
D | arith2.sub | 26 # this is treated as 4 + ++a 31 # this is treated as 4 - --a 40 # -- is not a dec operator on non-variable, it is the - - sequence 45 # ++ is not a inc operator on non-variable, it is the + + sequence
|
/busybox-1.35.0/shell/ash_test/ash-redir/ |
D | redir_script.tests | 2 # Note: one of these fds is a directory opened to /proc/self/fd 3 # for globbing. It is unwanted, but I don't know how to filter it out. 17 # One of the fds is open to the script body 24 && { echo "Ok: script fd is not closed"; exit 0; } 26 # One legit way to handle it is to move script fd. For example, if we see that fd 10 moved to fd 11: 29 && { echo "Ok: script fd is not closed"; exit 0; } 33 && { echo "Ok: script fd is not closed"; exit 0; } 35 echo "Bug: script fd is closed"
|
/busybox-1.35.0/shell/hush_test/hush-redir/ |
D | redir_script.tests | 2 # Note: one of these fds is a directory opened to /proc/self/fd 3 # for globbing. It is unwanted, but I don't know how to filter it out. 17 # One of the fds is open to the script body 24 && { echo "Ok: script fd is not closed"; exit 0; } 26 # One legit way to handle it is to move script fd. For example, if we see that fd 10 moved to fd 11: 29 && { echo "Ok: script fd is not closed"; exit 0; } 33 && { echo "Ok: script fd is not closed"; exit 0; } 35 echo "Bug: script fd is closed"
|
/busybox-1.35.0/shell/hush_test/hush-quoting/ |
D | bkslash_in_varexp.tests | 3 # \] 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. 10 # Correct interpretation is "set of 'a' or '\', followed by ']'".
|
/busybox-1.35.0/shell/ash_test/ash-quoting/ |
D | bkslash_in_varexp.tests | 3 # \] 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. 10 # Correct interpretation is "set of 'a' or '\', followed by ']'".
|
/busybox-1.35.0/testsuite/date/ |
D | date-timezone | 3 # 'Z' is UTC 8 # '+0600' is six hours ahead of UTC 13 # '-0600' is six hours behind UTC 18 # before dst is switched on 22 # after dst is switched on 26 # before dst is switched off 30 # after dst is switched off: back to 01:00:01 but with different TZ
|
/busybox-1.35.0/testsuite/paste/ |
D | paste-back-cuted-lines | 2 this is the first line 3 this is the second line 4 this is the third line
|