Home
last modified time | relevance | path

Searched refs:CFG_SORT_BIG (Results 1 – 2 of 2) sorted by relevance

/external/toybox/toys/posix/
Dsort.c207 } else if (CFG_SORT_BIG && ff == FLAG_M) { in compare_values()
219 } else if (CFG_SORT_BIG && ff == FLAG_x) { in compare_values()
240 if (CFG_SORT_BIG) { in compare_keys()
264 if (!retval && !(CFG_SORT_BIG && (toys.optflags&FLAG_s))) { in compare_keys()
278 char * line = (CFG_SORT_BIG && (toys.optflags&FLAG_z)) in sort_read()
284 if (CFG_SORT_BIG && (toys.optflags&FLAG_c)) { in sort_read()
305 if (CFG_SORT_BIG && TT.outfile) in sort_main()
309 if (CFG_SORT_BIG && TT.raw_keys) { in sort_main()
361 if (CFG_SORT_BIG && !TT.key_list) add_key()->range[0] = 1; in sort_main()
368 if (CFG_SORT_BIG && (toys.optflags&FLAG_c)) goto exit_now; in sort_main()
/external/toybox/generated/
Dconfig.h159 #define CFG_SORT_BIG 1 macro