Searched refs:L (Results 1 – 25 of 29) sorted by relevance
12
/busybox-1.35.0/testsuite/ |
D | dcx_vars.dc | 2 298734.8921702348S xotj _928374892.28937S yotp zpRl xotj l yotp-pRzpR L xotj L yotp-pR
|
/busybox-1.35.0/libbb/ |
D | pw_encrypt_sha.c | 41 } L __attribute__((__aligned__(__alignof__(uint64_t)))); in sha_crypt() local 42 #define alt_result (L.alt_result ) in sha_crypt() 43 #define temp_result (L.temp_result) in sha_crypt() 44 #define ctx (L.ctx ) in sha_crypt() 45 #define alt_ctx (L.alt_ctx ) in sha_crypt() 273 memset(&L, 0, sizeof(L)); /* [alt]_ctx and XXX_result buffers */ in sha_crypt()
|
D | unicode.c | 152 if (wc == L'\0') in wcstombs() 165 if (wc == L'\0') in wcstombs()
|
/busybox-1.35.0/networking/ |
D | zcip.c | 239 } L; in zcip_main() local 240 #define null_ethaddr (L.null_ethaddr) in zcip_main() 241 #define ifr (L.ifr ) in zcip_main() 242 #define chosen_nip (L.chosen_nip ) in zcip_main() 243 #define conflicts (L.conflicts ) in zcip_main() 244 #define timeout_ms (L.timeout_ms ) in zcip_main() 245 #define verbose (L.verbose ) in zcip_main() 247 memset(&L, 0, sizeof(L)); in zcip_main()
|
/busybox-1.35.0/testsuite/wc/ |
D | wc-prints-longest-line-length | 1 test `echo i\'m a little teapot | busybox wc -L` -eq 19
|
/busybox-1.35.0/testsuite/ln/ |
D | ln-creates-soft-links | 3 test -L link1
|
D | ln-force-creates-soft-links | 4 test -L link1
|
/busybox-1.35.0/testsuite/mv/ |
D | mv-preserves-links | 4 test -L baz
|
D | mv-moves-symlinks | 6 test -L baz
|
D | mv-files-to-dir | 11 test -L there/link1
|
D | mv-files-to-dir-2 | 11 test -L there/link1
|
D | mv-refuses-mv-dir-to-subdir | 11 test -L there/link1
|
/busybox-1.35.0/testsuite/cp/ |
D | cp-a-preserves-links | 4 test -L baz
|
D | cp-preserves-links | 4 test -L baz
|
D | cp-RHL-does_not_preserve-links | 5 test ! -L b/link
|
D | cp-d-files-to-dir | 10 test -L there/link1
|
D | cp-a-files-to-dir | 12 test -L there/link1
|
/busybox-1.35.0/editors/ |
D | awk.c | 2871 } L = L; /* for compiler */ in evaluate() local 2891 L.v = evaluate(op1, TMPVAR0); in evaluate() 2893 L.s = getvar_s(L.v); in evaluate() 2894 debug_printf_eval("L.s:'%s'\n", L.s); in evaluate() 2897 L_d = getvar_i(L.v); in evaluate() 2949 op = istrue(L.v) ? op->a.n : op->r.n; in evaluate() 2955 hashwalk_init(L.v, iamarray(R.v)); in evaluate() 2961 op = hashwalk_next(L.v) ? op->a.n : op->r.n; in evaluate() 3055 copyvar(res, L.v); in evaluate() 3079 L.v = op->l.v; in evaluate() [all …]
|
/busybox-1.35.0/docs/ |
D | posix_conformance.txt | 83 -L | yes | | 99 -L | yes | | it fails to work on my machine 126 -L | yes | yes | 209 -d, -a, -s, -t, -L, -N, -i, -T, -w, -q, -S 217 -L | yes | | 278 -L | no | no | 312 -A, -C, -B, -L, -H, -o, -h, -w, -r, -z, -m MAX 366 -L | no | no | 387 …-L | yes | yes | But coloring may be wrong (at least POSIX does not require … 392 …-d | yes | no | When invoked together with '-L' should read symbolic links,… [all …]
|
D | logging_and_backgrounding.txt | 27 crond - auto-backgrounds unless -f, logs to syslog unless -d or -L. 28 option -d logs to stderr, -L FILE logs to FILE
|
/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/examples/ |
D | inittab | 84 #::respawn:/sbin/getty -L ttyS0 9600 vt100 85 #::respawn:/sbin/getty -L ttyS1 9600 vt100
|
/busybox-1.35.0/examples/var_service/getty_tty1/ |
D | unicode_cyrillic.keymap | 18 # L/R Ctrl: Shift+Ctrl - Cyrillic 21 # L/R Shift: Ctrl+Shift - Cyrillic 26 # L/R Win: Cyrillic 70 keycode 38 = +l +L +U+0434 +U+0414 Control_l …
|
D | koi8r_to_uni.trans | 77 0x4c U+004C # LATIN CAPITAL LETTER L 109 0x6c U+006C # LATIN SMALL LETTER L
|
/busybox-1.35.0/scripts/kconfig/ |
D | zconf.hash.c_shipped | 15 && ('J' == 74) && ('K' == 75) && ('L' == 76) && ('M' == 77) \
|
12