Searched refs:junk (Results 1 – 9 of 9) sorted by relevance
/busybox-1.35.0/archival/ |
D | bbunzip_test2.sh | 8 | while true; do read junk; echo "junk $RANDOM $junk"; done \
|
D | bbunzip_test.sh | 26 cat /dev/urandom | while true; do read junk; echo "junk $c $i $junk"; done \ 28 cat /dev/urandom | while true; do read junk; echo "junk $c $i $junk"; done \
|
D | bbunzip_test3.sh | 19 | while true; do read junk; echo "junk $c $i $junk"; done \
|
/busybox-1.35.0/networking/libiproute/ |
D | libnetlink.h | 30 #define rtnl_talk(rtnl, n, peer, groups, answer, junk, jarg) \ argument 34 int (*junk)(struct sockaddr_nl *,struct nlmsghdr *n, void *),
|
D | libnetlink.c | 231 int (*junk)(struct sockaddr_nl *, struct nlmsghdr *, void *), in rtnl_talk() 237 #define junk NULL in rtnl_talk() macro
|
/busybox-1.35.0/examples/shutdown-1.0/script/ |
D | shutdown | 64 while true; do read junk; done
|
D | stop_storage | 75 read junk </dev/console
|
/busybox-1.35.0/networking/ |
D | ping.c | 481 static void print_stats_and_exit(int junk) NORETURN; 482 static void print_stats_and_exit(int junk UNUSED_PARAM) in print_stats_and_exit() 560 static void sendping4(int junk UNUSED_PARAM) in sendping4() 583 static void sendping6(int junk UNUSED_PARAM) in sendping6()
|
/busybox-1.35.0/scripts/ |
D | trylink | 303 while read name main junk; do
|