Searched refs:BB_EOF_0 (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dcomm.c42 #define BB_EOF_0 0x1 macro
64 if (feof(streams[0])) i |= BB_EOF_0;
84 else if (order < 0 && !(i & BB_EOF_0))
87 if (i & BB_EOF_0 & BB_EOF_1) {
91 i = (i & BB_EOF_0 ? 1 : 0);

Completed in 10 milliseconds