/busybox-1.35.0/shell/hush_test/hush-read/ |
D | read_ifs2.right | 1 |X|Y:Z:| 2 |X|Y:Z| 3 |X|Y| 4 |X|Y| 5 |X|| 6 |X|| 9 |X|Y|
|
D | read_ifs2.tests | 1 echo "X:Y:Z:" | (IFS=": " read x y; echo "|$x|$y|") 2 echo "X:Y:Z" | (IFS=": " read x y; echo "|$x|$y|") 3 echo "X:Y:" | (IFS=": " read x y; echo "|$x|$y|") 4 echo "X:Y" | (IFS=": " read x y; echo "|$x|$y|") 5 echo "X:" | (IFS=": " read x y; echo "|$x|$y|") 6 echo "X" | (IFS=": " read x y; echo "|$x|$y|") 9 echo "X:Y : " | (IFS=": " read x y; echo "|$x|$y|")
|
/busybox-1.35.0/shell/ash_test/ash-vars/ |
D | var4.tests | 1 X=usbdev1.2 X=${X#usbdev} B=${X%%.*} D=${X#*.}; echo bus/usb/$B/$D
|
D | var-utf8-length.tests | 3 X=abcdÉfghÍjklmnÓpqrstÚvwcyz 4 echo ${#X}
|
/busybox-1.35.0/shell/hush_test/hush-vars/ |
D | var4.tests | 1 X=usbdev1.2 X=${X#usbdev} B=${X%%.*} D=${X#*.}; echo bus/usb/$B/$D
|
D | var-utf8-length.tests | 3 X=abcdÉfghÍjklmnÓpqrstÚvwcyz 4 echo ${#X}
|
/busybox-1.35.0/shell/hush_test/hush-z_slow/ |
D | leak_var2.tests | 5 while test $i != X; do 14 if test $i = 1111111111111111111111111111111111111111111114; then i=X; fi 24 while test $i != X; do 33 if test $i = 1111111111111111111111111111111111111111111114; then i=X; fi
|
D | leak_var.tests | 3 while test $i != X; do 38 if test $i = 111111111111111111111111111111111111111111111j; then i=X; fi
|
/busybox-1.35.0/testsuite/tar/ |
D | tar-handles-multiple-X-options | 9 busybox tar xf foo.tar -X foo.exclude -X bar.exclude
|
D | tar-handles-empty-include-and-non-empty-exclude-list | 6 busybox tar xf foo.tar -X foo.exclude
|
D | tar-handles-nested-exclude | 8 busybox tar xf foo.tar foo -X foobar.exclude
|
D | tar-handles-exclude-and-extract-lists | 7 busybox tar xf foo.tar foo bar -X foo.exclude
|
/busybox-1.35.0/libbb/ |
D | process_escape_sequence.c | 16 #define _tolower(X) ((X)|((char) 0x20)) argument
|
D | procps.c | 207 #define SCAN(S, X) \ in procps_read_smaps() argument 209 total->X += currec.X = fast_strtoul_10(&tp); \ in procps_read_smaps()
|
/busybox-1.35.0/networking/ |
D | tls_aesgcm.c | 103 static void GMULT(byte* X, byte* Y) in GMULT() argument 115 xorbuf_aligned_AES_BLOCK_SIZE(Z, X); // was V, not X in GMULT() 117 RIGHTSHIFTX(X); // was V, not X in GMULT() 123 XMEMCPY(X, Z, AES_BLOCK_SIZE); in GMULT()
|
D | tls_pstm.h | 230 #define pstm_exptmod(pool, G, X, P, Y) \ argument 231 pstm_exptmod( G, X, P, Y) 232 extern int32 pstm_exptmod(psPool_t *pool, pstm_int *G, pstm_int *X, pstm_int *P,
|
D | ntpd.c | 505 static NOINLINE double my_SQRT(double X) in my_SQRT() argument 512 double Xhalf = X * 0.5; in my_SQRT() 515 v.f = X; in my_SQRT() 533 return X * invsqrt; /* X * 1/sqrt(X) ~= sqrt(X) */ in my_SQRT() 535 static ALWAYS_INLINE double SQRT(double X) in SQRT() argument 539 return sqrt(X); in SQRT() 542 return my_SQRT(X); in SQRT()
|
D | tls_pstm.c | 1603 int32 FAST_FUNC pstm_exptmod(psPool_t *pool, pstm_int *G, pstm_int *X, pstm_int *P, in pstm_exptmod() argument 1614 x = pstm_count_bits(X); in pstm_exptmod() 1712 digidx = X->used - 1; in pstm_exptmod() 1724 buf = X->dp[digidx--]; in pstm_exptmod()
|
/busybox-1.35.0/shell/hush_test/hush-leak/ |
D | leak_argv1.tests | 3 while test $i != X; do 9 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 31 if test $i = 111111111111111111111111111111111111111111111j; then i=X; fi 40 while test $i != X; do 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 68 if test $i = 111111111111111111111111111111111111111111111j; then i=X; fi
|
/busybox-1.35.0/scripts/ |
D | echo.c | 36 #define _tolower(X) ((X)|((char) 0x20)) argument
|
/busybox-1.35.0/testsuite/tr/ |
D | tr-works | 20 run_tr 'a b' '[= =]' X
|
/busybox-1.35.0/scripts/kconfig/ |
D | zconf.hash.c_shipped | 18 && ('V' == 86) && ('W' == 87) && ('X' == 88) && ('Y' == 89) \
|
/busybox-1.35.0/shell/ash_test/ash-arith/ |
D | arith.tests | 298 #ash# echo $(( 16#$(printf "%X\n" $n) ))
|
/busybox-1.35.0/shell/hush_test/hush-arith/ |
D | arith.tests | 302 #ash# echo $(( 16#$(printf "%X\n" $n) ))
|
/busybox-1.35.0/examples/var_service/getty_tty1/ |
D | koi8r_to_uni.trans | 89 0x58 U+0058 # LATIN CAPITAL LETTER X 121 0x78 U+0078 # LATIN SMALL LETTER X
|