Searched refs:Y (Results 1 – 13 of 13) sorted by relevance
/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| 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|") 9 echo "X:Y : " | (IFS=": " read x y; echo "|$x|$y|")
|
/busybox-1.35.0/networking/ |
D | tls_aesgcm.c | 103 static void GMULT(byte* X, byte* Y) in GMULT() argument 112 uint32_t y = 0x800000 | Y[i]; in GMULT()
|
D | tls_pstm.h | 230 #define pstm_exptmod(pool, G, X, P, Y) \ argument 231 pstm_exptmod( G, X, P, Y) 233 pstm_int *Y) FAST_FUNC;
|
D | tls_pstm.c | 1604 pstm_int *Y) in pstm_exptmod() argument 1826 if ((err = pstm_copy (&res, Y)) != PSTM_OKAY) { in pstm_exptmod()
|
/busybox-1.35.0/shell/hush_test/hush-leak/ |
D | leak_argv1.tests | 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 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
|
/busybox-1.35.0/testsuite/date/ |
D | date-works-1 | 66 y=$(eval $lcbbd +%Y) # year
|
/busybox-1.35.0/modutils/ |
D | Config.src | 153 Say Y if unsure. 164 Say Y if unsure.
|
/busybox-1.35.0/scripts/kconfig/ |
D | zconf.hash.c_shipped | 18 && ('V' == 86) && ('W' == 87) && ('X' == 88) && ('Y' == 89) \
|
/busybox-1.35.0/examples/var_service/getty_tty1/ |
D | koi8r_to_uni.trans | 90 0x59 U+0059 # LATIN CAPITAL LETTER Y 122 0x79 U+0079 # LATIN SMALL LETTER Y
|
D | unicode_cyrillic.keymap | 52 keycode 21 = +y +Y +U+043d +U+041d Control_y …
|
/busybox-1.35.0/ |
D | Config.in | 612 Say Y here to compile with debug information. 637 Say Y here if you want to enable runtime sanitizers. These help 649 Say Y here if you want to build unit tests (both the framework and
|
/busybox-1.35.0/editors/ |
D | vi.c | 4541 static int M = 0, N = 0, I = 0, D = 0, Y = 0, P = 0, U = 0; variable 4630 Y++; 4732 totalcmds, M, N, I, D, Y, P, U, end - text + 1);
|