Home
last modified time | relevance | path

Searched refs:Z (Results 1 – 25 of 30) sorted by relevance

12

/busybox-1.35.0/shell/hush_test/hush-glob/
Dglob2.right2 Z\* : Z\*
3 Z* : Z*
4 Z\f : Z\f
5 Z\* : Z\*
7 Z\z : Z\z
9 Z\z : Z\z
10 Z\z : Z\z
12 Z\ : Z\
13 Z\ : Z\
15 Z\f Zf : Z\f Zf
[all …]
Dglob2.tests7 >'Z\f'
9 v='\*'; echo 'Z\* :' Z$v
10 echo 'Z* :' Z\*
11 echo 'Z\f :' Z\\*
12 echo 'Z\* :' Z\\\* # NB! only this matches Z$v output
14 v='\z'; echo 'Z\z :' Z$v
15 echo 'Zz :' Z\z
16 echo 'Z\z :' Z\\z
17 echo 'Z\z :' Z\\\z
19 v='\'; echo 'Z\ :' Z$v
[all …]
/busybox-1.35.0/shell/ash_test/ash-glob/
Dglob2.right2 Z\* : Z\*
3 Z* : Z*
4 Z\f : Z\f
5 Z\* : Z\*
7 Z\z : Z\z
9 Z\z : Z\z
10 Z\z : Z\z
12 Z\ : Z\
13 Z\ : Z\
15 Z\f Zf : Z\f Zf
[all …]
Dglob2.tests7 >'Z\f'
9 v='\*'; echo 'Z\* :' Z$v # ash is buggy here: prints 'Z\f'
10 echo 'Z* :' Z\*
11 echo 'Z\f :' Z\\*
12 echo 'Z\* :' Z\\\* # NB! only this matches Z$v output
14 v='\z'; echo 'Z\z :' Z$v
15 echo 'Zz :' Z\z
16 echo 'Z\z :' Z\\z
17 echo 'Z\z :' Z\\\z
19 v='\'; echo 'Z\ :' Z$v
[all …]
/busybox-1.35.0/shell/hush_test/hush-misc/
Dexport1.tests1 export Z='\w \\ \ \'
2 echo "|$Z|"
/busybox-1.35.0/shell/ash_test/ash-misc/
Dexport1.tests1 export Z='\w \\ \ \'
2 echo "|$Z|"
/busybox-1.35.0/testsuite/
Dbc_numbers2.bc6 a=Z;a
10 a=0Z;a
17 #ibase=Z;f()
Dbzcat.tests37 `test x"$CONFIG_FEATURE_SEAMLESS_Z" = x"y" && echo Z`
/busybox-1.35.0/shell/hush_test/hush-vars/
Dreadonly0.right10 hush: a=Z: readonly variable
13 hush: a=Z: readonly variable
16 hush: a=Z: readonly variable
Dreadonly2.right1 hush: a=Z: readonly variable
4 hush: a=Z: readonly variable
Dreadonly2.tests5 (exit 42); a=Z echo "Visible:$?"
7 (exit 42); a=Z env echo "Visible:$?"
Dreadonly0.tests26 true; export a=Z
35 a=Z env | grep '^[ab]='
38 (exit 42); a=Z env echo Visible:$?
/busybox-1.35.0/shell/hush_test/hush-read/
Dread_ifs2.right1 |X|Y:Z:|
2 |X|Y:Z|
Dread_ifs2.tests1 echo "X:Y:Z:" | (IFS=": " read x y; echo "|$x|$y|")
2 echo "X:Y:Z" | (IFS=": " read x y; echo "|$x|$y|")
/busybox-1.35.0/shell/ash_test/ash-vars/
Dreadonly0.tests27 true; (export a=Z)
33 ## ash: assignment errors in "a=Z CMD" lead to CMD not executed
37 ## a=Z env | echo grep '^[ab]='
40 ## (exit 42); a=Z env echo Visible:$?
/busybox-1.35.0/procps/
Dpgrep.c115 } Z; in pgrep_main() local
116 #define re_buffer (Z.re_buffer) in pgrep_main()
117 #define re_match (Z.re_match ) in pgrep_main()
119 memset(&Z, 0, sizeof(Z)); in pgrep_main()
/busybox-1.35.0/testsuite/tr/
Dtr-works12 run_tr "TESTING A B C" '[A-Z]' '[a-z]'
14 run_tr abc '[:alpha:]' A-ZA-Z
/busybox-1.35.0/networking/
Dtls_aesgcm.c105 byte Z[AES_BLOCK_SIZE] ALIGNED_long; in GMULT() local
109 XMEMSET(Z, 0, AES_BLOCK_SIZE); in GMULT()
115 xorbuf_aligned_AES_BLOCK_SIZE(Z, X); // was V, not X in GMULT()
123 XMEMCPY(X, Z, AES_BLOCK_SIZE); in GMULT()
Dtls_fe.c531 struct Z { in curve25519() struct
548 uint8_t *XM1 = (uint8_t*)&z + offsetof(struct Z,xm1); // gcc 11.0.0 workaround in curve25519()
/busybox-1.35.0/coreutils/
Ddd.c390 } Z; in dd_main() local
391 #define ocount (Z.ocount ) in dd_main()
392 #define prev_read_size (Z.prev_read_size) in dd_main()
393 #define count (Z.count ) in dd_main()
394 #define seek (Z.seek ) in dd_main()
395 #define skip (Z.skip ) in dd_main()
396 #define infile (Z.infile ) in dd_main()
397 #define outfile (Z.outfile) in dd_main()
399 memset(&Z, 0, sizeof(Z)); in dd_main()
/busybox-1.35.0/testsuite/date/
Ddate-timezone3 # 'Z' is UTC
4 dt=$(TZ=UTC0 busybox date -d '1999-1-2 3:4:5Z')
Ddate-works3 … ][^ ][^ ] [^ ][^ ][^ ] [ 0123][0-9] [012][0-9]:[0-5][0-9]:[0-6][0-9] [A-Z][A-Z]* [012][0-9][0-9][…
Ddate-works-165 z=$(eval $lcbbd -u +%Z) # time zone abbreviation
/busybox-1.35.0/archival/
DConfig.src25 bool "Make tar, rpm, modprobe etc understand .Z data"
/busybox-1.35.0/shell/hush_test/hush-leak/
Dleak_argv1.tests9 set -- A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
46 set -- A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

12