Searched refs:FLAG_b (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 Dsort.c37 FLAG_b = 0x80, /* Ignore leading blanks */ enumerator in enum:__anon11210
66 && !(flags & (FLAG_b | FLAG_d | FLAG_f | FLAG_i | FLAG_bb))
102 if (flags & FLAG_b)
307 FLAG_b | /* Ignore leading blanks */
340 if (i && flag == FLAG_b) flag = FLAG_bb;
350 if (option_mask32 & FLAG_b) option_mask32 |= FLAG_bb;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Ddiff.c54 #define FLAG_b (1<<1) macro
227 if (!(option_mask32 & (FLAG_b | FLAG_w))) {
539 if ((option_mask32 & FLAG_b) || (option_mask32 & FLAG_w)
548 if (((option_mask32 & FLAG_b) || (option_mask32 & FLAG_w)) &&
554 if ((option_mask32 & FLAG_b) && isspace(c) && isspace(d)) {

Completed in 52 milliseconds