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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dhead.c41 int header_threshhold = 1; local
68 header_threshhold = INT_MAX;
71 header_threshhold = -1;
101 if (argc - optind <= header_threshhold) {
102 header_threshhold = 0;
110 #define header_threshhold 1 macro
120 if (header_threshhold) {
H A Dtail.c81 int header_threshhold = 1; local
113 if (opt & 0x8) header_threshhold = INT_MAX; // -q
115 if (opt & 0x20) header_threshhold = 0; // -v
169 if (nfiles > header_threshhold) {
259 if (nfiles > header_threshhold) {

Completed in 46 milliseconds