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 281 char * line = (CFG_SORT_BIG && (toys.optflags&FLAG_z))
348 || (flag&(FLAG_u|FLAG_c|FLAG_s|FLAG_z)))
393 if (!(toys.optflags&FLAG_z)) s[i] = '\n';
grep.c 374 TT.indelim = '\n' * !(toys.optflags&FLAG_z);
375 TT.outdelim = '\n' * !(toys.optflags&FLAG_Z);
  /external/toybox/toys/other/
shred.c 78 if (++iter == TT.iterations && (toys.optargs && FLAG_z)) {
  /external/toybox/toys/pending/
tar.c 298 char *argv[] = {(toys.optflags&FLAG_z)?"gzip":"bzip2", "-f", NULL};
521 {(toys.optflags&FLAG_z)?"gunzip":"bunzip2", "-cf", "-", NULL};
609 toys.optflags |= (*tar.name == 'B') ? FLAG_j : FLAG_z;
789 if (toys.optflags & FLAG_z) extract_stream(tar_hdl);
796 if (toys.optflags & (FLAG_j|FLAG_z)) compress_stream(tar_hdl);
traceroute.c 221 if (probe && (toys.optflags & FLAG_z)) usleep(TT.pause_time * 1000);
  /external/toybox/generated/
flags.h 321 #undef FLAG_z
886 #undef FLAG_Z
934 #undef FLAG_z
935 #undef FLAG_Z
1127 #undef FLAG_Z
1436 #undef FLAG_Z
1554 #undef FLAG_Z
1580 #undef FLAG_Z
1589 #undef FLAG_Z
    [all...]

Completed in 397 milliseconds