Home
last modified time | relevance | path

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

12

/busybox-1.35.0/shell/hush_test/hush-read/
Dread_ifs2.right1 |X|Y:Z:|
2 |X|Y:Z|
3 |X|Y|
4 |X|Y|
5 |X||
6 |X||
9 |X|Y|
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|")
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/
Dvar4.tests1 X=usbdev1.2 X=${X#usbdev} B=${X%%.*} D=${X#*.}; echo bus/usb/$B/$D
Dvar-utf8-length.tests3 X=abcdÉfghÍjklmnÓpqrstÚvwcyz
4 echo ${#X}
/busybox-1.35.0/shell/hush_test/hush-vars/
Dvar4.tests1 X=usbdev1.2 X=${X#usbdev} B=${X%%.*} D=${X#*.}; echo bus/usb/$B/$D
Dvar-utf8-length.tests3 X=abcdÉfghÍjklmnÓpqrstÚvwcyz
4 echo ${#X}
/busybox-1.35.0/shell/hush_test/hush-z_slow/
Dleak_var2.tests5 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
Dleak_var.tests3 while test $i != X; do
38 if test $i = 111111111111111111111111111111111111111111111j; then i=X; fi
/busybox-1.35.0/testsuite/tar/
Dtar-handles-multiple-X-options9 busybox tar xf foo.tar -X foo.exclude -X bar.exclude
Dtar-handles-empty-include-and-non-empty-exclude-list6 busybox tar xf foo.tar -X foo.exclude
Dtar-handles-nested-exclude8 busybox tar xf foo.tar foo -X foobar.exclude
Dtar-handles-exclude-and-extract-lists7 busybox tar xf foo.tar foo bar -X foo.exclude
/busybox-1.35.0/libbb/
Dprocess_escape_sequence.c16 #define _tolower(X) ((X)|((char) 0x20)) argument
Dprocps.c207 #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/
Dtls_aesgcm.c103 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()
Dtls_pstm.h230 #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,
Dntpd.c505 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()
Dtls_pstm.c1603 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/
Dleak_argv1.tests3 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/
Decho.c36 #define _tolower(X) ((X)|((char) 0x20)) argument
/busybox-1.35.0/testsuite/tr/
Dtr-works20 run_tr 'a b' '[= =]' X
/busybox-1.35.0/scripts/kconfig/
Dzconf.hash.c_shipped18 && ('V' == 86) && ('W' == 87) && ('X' == 88) && ('Y' == 89) \
/busybox-1.35.0/shell/ash_test/ash-arith/
Darith.tests298 #ash# echo $(( 16#$(printf "%X\n" $n) ))
/busybox-1.35.0/shell/hush_test/hush-arith/
Darith.tests302 #ash# echo $(( 16#$(printf "%X\n" $n) ))
/busybox-1.35.0/examples/var_service/getty_tty1/
Dkoi8r_to_uni.trans89 0x58 U+0058 # LATIN CAPITAL LETTER X
121 0x78 U+0078 # LATIN SMALL LETTER X

12