HomeSort by relevance Sort by last modified time
    Searched refs:FLAG_z (Results 1 - 7 of 7) sorted by null

  /external/toybox/toys/posix/
uniq.c 58 if (toys.optflags & FLAG_z) fputc(0, f);
70 if (toys.optflags & FLAG_z) eol = 0;
sort.c 278 char * line = (CFG_SORT_BIG && (toys.optflags&FLAG_z))
345 || (flag&(FLAG_u|FLAG_c|FLAG_s|FLAG_z)))
390 if (!(toys.optflags&FLAG_z)) s[i] = '\n';
grep.c 341 TT.indelim = '\n' * !(toys.optflags&FLAG_z);
342 TT.outdelim = '\n' * !(toys.optflags&FLAG_Z);
  /external/toybox/toys/other/
shred.c 78 if (++iter == TT.iterations && (toys.optargs && FLAG_z)) {
  /external/toybox/generated/
flags.h 297 #undef FLAG_z
833 #undef FLAG_Z
881 #undef FLAG_z
882 #undef FLAG_Z
935 #undef FLAG_z
1061 #undef FLAG_Z
1359 #undef FLAG_Z
1464 #undef FLAG_Z
1490 #undef FLAG_Z
1499 #undef FLAG_Z
    [all...]
  /external/toybox/toys/pending/
tar.c 780 if (toys.optflags & FLAG_z) extract_stream(tar_hdl);
787 if (toys.optflags & FLAG_z) compress_stream(tar_hdl);
traceroute.c 221 if (probe && (toys.optflags & FLAG_z)) usleep(TT.pause_time * 1000);

Completed in 150 milliseconds