Home
last modified time | relevance | path

Searched refs:FLAG_z (Results 1 – 7 of 7) sorted by relevance

/external/toybox/toys/posix/
Duniq.c58 if (toys.optflags & FLAG_z) fputc(0, f); in print_line()
70 if (toys.optflags & FLAG_z) eol = 0; in uniq_main()
Dsort.c278 char * line = (CFG_SORT_BIG && (toys.optflags&FLAG_z)) in sort_read()
345 || (flag&(FLAG_u|FLAG_c|FLAG_s|FLAG_z))) in sort_main()
390 if (!(toys.optflags&FLAG_z)) s[i] = '\n'; in sort_main()
Dgrep.c341 TT.indelim = '\n' * !(toys.optflags&FLAG_z); in grep_main()
/external/toybox/toys/other/
Dshred.c78 if (++iter == TT.iterations && (toys.optargs && FLAG_z)) {
/external/toybox/generated/
Dflags.h297 #undef FLAG_z
881 #undef FLAG_z
935 #undef FLAG_z
2191 #undef FLAG_z
2241 #undef FLAG_z
2423 #undef FLAG_z
2559 #undef FLAG_z
2717 #undef FLAG_z
2819 #undef FLAG_z
3287 #define FLAG_z (FORCED_FLAG<<6) macro
[all …]
/external/toybox/toys/pending/
Dtar.c780 if (toys.optflags & FLAG_z) extract_stream(tar_hdl); in tar_main()
787 if (toys.optflags & FLAG_z) compress_stream(tar_hdl); in tar_main()
Dtraceroute.c221 if (probe && (toys.optflags & FLAG_z)) usleep(TT.pause_time * 1000); in do_trace()