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

/external/toybox/toys/posix/
H A Dsort.c80 #define FLAG_bb (1<<31) // Ignore trailing blanks macro
98 && !(flags&(FLAG_b|FLAG_d|FLAG_i|FLAG_bb))) return str;
134 if (flags&FLAG_bb) while (end>start && isspace(str[end-1])) end--;
353 if (idx && flag==FLAG_b) flag = FLAG_bb;
361 if (toys.optflags&FLAG_b) toys.optflags |= FLAG_bb;

Completed in 52 milliseconds