Home
last modified time | relevance | path

Searched refs:junk (Results 1 – 9 of 9) sorted by relevance

/busybox-1.35.0/archival/
Dbbunzip_test2.sh8 | while true; do read junk; echo "junk $RANDOM $junk"; done \
Dbbunzip_test.sh26 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 \
Dbbunzip_test3.sh19 | while true; do read junk; echo "junk $c $i $junk"; done \
/busybox-1.35.0/networking/libiproute/
Dlibnetlink.h30 #define rtnl_talk(rtnl, n, peer, groups, answer, junk, jarg) \ argument
34 int (*junk)(struct sockaddr_nl *,struct nlmsghdr *n, void *),
Dlibnetlink.c231 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/
Dshutdown64 while true; do read junk; done
Dstop_storage75 read junk </dev/console
/busybox-1.35.0/networking/
Dping.c481 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/
Dtrylink303 while read name main junk; do