Home
last modified time | relevance | path

Searched refs:Y (Results 1 – 13 of 13) sorted by relevance

/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|
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|")
9 echo "X:Y : " | (IFS=": " read x y; echo "|$x|$y|")
/busybox-1.35.0/networking/
Dtls_aesgcm.c103 static void GMULT(byte* X, byte* Y) in GMULT() argument
112 uint32_t y = 0x800000 | Y[i]; in GMULT()
Dtls_pstm.h230 #define pstm_exptmod(pool, G, X, P, Y) \ argument
231 pstm_exptmod( G, X, P, Y)
233 pstm_int *Y) FAST_FUNC;
Dtls_pstm.c1604 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/
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
/busybox-1.35.0/testsuite/date/
Ddate-works-166 y=$(eval $lcbbd +%Y) # year
/busybox-1.35.0/modutils/
DConfig.src153 Say Y if unsure.
164 Say Y if unsure.
/busybox-1.35.0/scripts/kconfig/
Dzconf.hash.c_shipped18 && ('V' == 86) && ('W' == 87) && ('X' == 88) && ('Y' == 89) \
/busybox-1.35.0/examples/var_service/getty_tty1/
Dkoi8r_to_uni.trans90 0x59 U+0059 # LATIN CAPITAL LETTER Y
122 0x79 U+0079 # LATIN SMALL LETTER Y
Dunicode_cyrillic.keymap52 keycode 21 = +y +Y +U+043d +U+041d Control_y …
/busybox-1.35.0/
DConfig.in612 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/
Dvi.c4541 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);