Home
last modified time | relevance | path

Searched refs:EMPTY (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/testsuite/
Dmd5sum.tests46 >EMPTY
47 if "$sum" -c EMPTY 2>/dev/null; then
53 rm EMPTY
/busybox-1.35.0/util-linux/
Dlast.c64 #if EMPTY != 0 || RUN_LVL != 1 || BOOT_TIME != 2 || NEW_TIME != 3 || \
86 _TILDE = EMPTY, /* 0 */ in last_main()
/busybox-1.35.0/shell/
Dash.c5465 #undef EMPTY
5467 #define EMPTY -2 /* marks an unused slot in redirtab */ macro
5689 for (i = 0; sq->two_fd[i].orig_fd != EMPTY; i++) { in add_squirrel_closed()
5753 for (i = 0; sq->two_fd[i].orig_fd != EMPTY; i++) { in save_fd_on_redirect()
5806 if (sq) for (i = 0; i < sq->pair_count && sq->two_fd[i].orig_fd != EMPTY; i++) { in internally_opened_fd()
5965 sv->two_fd[i].orig_fd = sv->two_fd[i].moved_to = EMPTY; in pushredir()
5992 if (copy != EMPTY) { in popredir()