Searched refs:ff (Results 1 – 7 of 7) sorted by relevance
/busybox-1.35.0/networking/ |
D | telnetd.IAC_test.sh | 17 ff() function 86 ff | wc -c 87 { ff; sleep 2; } | busybox telnet 127.0.0.1
|
/busybox-1.35.0/procps/ |
D | ps.c | 315 unsigned ff; in format_time() local 326 ff = tt % 60; in format_time() 329 snprintf(buf, size+1, "%2u:%02u", (unsigned)tt, ff); in format_time() 332 ff = tt % 60; in format_time() 335 snprintf(buf, size+1, "%2uh%02u", (unsigned)tt, ff); in format_time() 338 ff = tt % 24; in format_time() 341 snprintf(buf, size+1, "%2ud%02u", (unsigned)tt, ff); in format_time()
|
/busybox-1.35.0/shell/hush_test/hush-getopts/ |
D | getopt_nested.tests | 14 unset -ff func
|
/busybox-1.35.0/shell/ash_test/ash-getopts/ |
D | getopt_nested.tests | 14 unset -ff func
|
/busybox-1.35.0/docs/ |
D | unicode_UTF-8-test.txt | 176 3.5.2 ff = "�" | 177 3.5.3 fe fe ff ff = "����" |
|
/busybox-1.35.0/shell/ash_test/ash-arith/ |
D | arith.tests | 135 #ash# echo 255 $(( 16#ff ))
|
/busybox-1.35.0/shell/hush_test/hush-arith/ |
D | arith.tests | 139 #ash# echo 255 $(( 16#ff ))
|