Searched refs:FLAG_z (Results 1 – 7 of 7) sorted by relevance
58 if (toys.optflags & FLAG_z) fputc(0, f); in print_line()70 if (toys.optflags & FLAG_z) eol = 0; in uniq_main()
278 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()
341 TT.indelim = '\n' * !(toys.optflags&FLAG_z); in grep_main()
78 if (++iter == TT.iterations && (toys.optargs && FLAG_z)) {
297 #undef FLAG_z881 #undef FLAG_z935 #undef FLAG_z2191 #undef FLAG_z2241 #undef FLAG_z2423 #undef FLAG_z2559 #undef FLAG_z2717 #undef FLAG_z2819 #undef FLAG_z3287 #define FLAG_z (FORCED_FLAG<<6) macro[all …]
780 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()
221 if (probe && (toys.optflags & FLAG_z)) usleep(TT.pause_time * 1000); in do_trace()