Home
last modified time | relevance | path

Searched refs:ff (Results 1 – 7 of 7) sorted by relevance

/busybox-1.35.0/networking/
Dtelnetd.IAC_test.sh17 ff() function
86 ff | wc -c
87 { ff; sleep 2; } | busybox telnet 127.0.0.1
/busybox-1.35.0/procps/
Dps.c315 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/
Dgetopt_nested.tests14 unset -ff func
/busybox-1.35.0/shell/ash_test/ash-getopts/
Dgetopt_nested.tests14 unset -ff func
/busybox-1.35.0/docs/
Dunicode_UTF-8-test.txt176 3.5.2 ff = "�" |
177 3.5.3 fe fe ff ff = "����" |
/busybox-1.35.0/shell/ash_test/ash-arith/
Darith.tests135 #ash# echo 255 $(( 16#ff ))
/busybox-1.35.0/shell/hush_test/hush-arith/
Darith.tests139 #ash# echo 255 $(( 16#ff ))