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

  /external/toybox/toys/posix/
pwd.c 29 if (!(toys.optflags & FLAG_P) && (s = PWD = getenv("PWD"))) {
cksum.c 44 unsigned crc = (toys.optflags & FLAG_P) ? 0xffffffff : 0;
ulimit.c 70 if ((toys.optflags&(FLAG_a|FLAG_p)) && toys.optc) error_exit("can't set -ap");
73 if (!(toys.optflags&FLAG_P)) TT.pid = getppid();
84 if ((1<<i)&FLAG_p) {
105 if (toys.optflags&(FLAG_a|FLAG_p)) return;
df.c 66 const char *use_label = toys.optflags & FLAG_P ? "Capacity" : "Use%";
159 TT.units = toys.optflags & FLAG_P ? 512 : 1024;
ps.c     [all...]
  /external/toybox/generated/
flags.h 32 #undef FLAG_p
220 #undef FLAG_P
255 #undef FLAG_p
275 #undef FLAG_P
349 #undef FLAG_p
350 #undef FLAG_P
369 #undef FLAG_p
458 #undef FLAG_P
480 #undef FLAG_p
507 #undef FLAG_p
    [all...]
  /external/toybox/toys/pending/
fsck.c 313 if (!(toys.optflags & FLAG_P)) {

Completed in 104 milliseconds