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 69 if ((toys.optflags&(FLAG_a|FLAG_p)) && toys.optc) error_exit("can't set -ap");
72 if (!(toys.optflags&FLAG_P)) TT.pid = getppid();
83 if ((1<<i)&FLAG_p) {
104 if (toys.optflags&(FLAG_a|FLAG_p)) return;
df.c 65 const char *use_label = toys.optflags & FLAG_P ? "Capacity" : "Use%";
158 TT.units = toys.optflags & FLAG_P ? 512 : 1024;
ps.c     [all...]
  /external/toybox/generated/
flags.h 32 #undef FLAG_p
212 #undef FLAG_P
251 #undef FLAG_P
325 #undef FLAG_p
326 #undef FLAG_P
345 #undef FLAG_p
433 #undef FLAG_P
455 #undef FLAG_p
482 #undef FLAG_p
501 #undef FLAG_P
    [all...]
  /external/toybox/toys/pending/
fsck.c 313 if (!(toys.optflags & FLAG_P)) {

Completed in 1149 milliseconds