Searched refs:FLAG_a (Results 1 – 25 of 28) sorted by relevance
12
/external/toybox/generated/ |
D | flags.h | 21 #undef FLAG_a 33 #undef FLAG_a 322 #undef FLAG_a 429 #undef FLAG_a 449 #undef FLAG_a 521 #undef FLAG_a 584 #undef FLAG_a 600 #undef FLAG_a 877 #undef FLAG_a 976 #undef FLAG_a [all …]
|
/external/toybox/toys/posix/ |
D | ulimit.c | 69 if ((toys.optflags&(FLAG_a|FLAG_p)) && toys.optc) error_exit("can't set -ap"); in ulimit_main() 77 int get = toys.optflags&(FLAG_a|(1<<i)); in ulimit_main() 81 if (toys.optflags&FLAG_a) printf("-%c: ", flags[i]); in ulimit_main() 104 if (toys.optflags&(FLAG_a|FLAG_p)) return; in ulimit_main()
|
D | touch.c | 112 i = toys.optflags & (FLAG_a|FLAG_m); 113 if (i && i!=(FLAG_a|FLAG_m)) ts[i==FLAG_m].tv_nsec = UTIME_OMIT;
|
D | who.c | 34 if ((toys.optflags & FLAG_a) || entry->ut_type == USER_PROCESS) { in who_main()
|
D | df.c | 102 if (!(toys.optflags & FLAG_a) && !mt->statvfs.f_blocks) return; in show_mt() 205 if (!toys.optflags & FLAG_a) mt3->stat.st_dev = 0; in df_main()
|
D | uname.c | 51 if (flags & ((1<<i)|FLAG_a)) { in uname_main()
|
D | tee.c | 52 O_RDWR|O_CREAT|((toys.optflags & FLAG_a)?O_APPEND:O_TRUNC), in tee_main()
|
D | cp.c | 212 if (!(flags & (FLAG_a|FLAG_r|FLAG_R))) { in cp_node() 265 && (try->parent || (flags & (FLAG_a|FLAG_r)))) in cp_node() 376 if (toys.optflags & (FLAG_a|FLAG_p)) { in cp_main()
|
D | du.c | 141 if ((toys.optflags & FLAG_a) || !node->parent in do_du()
|
D | ps.c | 391 if ((toys.optflags&(FLAG_a|FLAG_d)) && slot[SLOT_sid]==*slot) return 0; in ps_match_process() 392 if ((toys.optflags&FLAG_a) && !slot[SLOT_ttynr]) return 0; in ps_match_process() 393 if (!(toys.optflags&(FLAG_a|FLAG_d|FLAG_A|FLAG_e)) in ps_match_process() 1447 if (!(toys.optflags&FLAG_a)) merge_deltas(oslot, nslot, milis); in iotop_filter()
|
/external/toybox/toys/lsb/ |
D | mount.c | 294 if ((toys.optflags & FLAG_a) && dir) error_exit("-a with >1 arg"); in mount_main() 300 if (((toys.optflags & FLAG_a) && !access("/proc/mounts", R_OK)) || remount) { in mount_main() 307 if ((toys.optflags & FLAG_a) || (dev && (!dir || getuid() || remount))) { in mount_main() 320 if (toys.optflags & FLAG_a) { in mount_main() 352 if (!(toys.optflags & FLAG_a)) break; in mount_main() 358 if (!mm && !(toys.optflags & FLAG_a)) in mount_main()
|
D | umount.c | 113 if (!toys.optc && !(toys.optflags & FLAG_a)) in umount_main() 125 if (toys.optflags & FLAG_a) { in umount_main()
|
D | passwd.c | 136 if (!(toys.optflags & FLAG_a)) TT.algo = "des"; in passwd_main()
|
/external/toybox/toys/other/ |
D | acpi.c | 74 } else if (toys.optflags & FLAG_a) { in acpi_callback() 137 if (toys.optflags & FLAG_V) toys.optflags = FLAG_a|FLAG_b|FLAG_c|FLAG_t; in acpi_main() 139 if (toys.optflags & (FLAG_a|FLAG_b)) in acpi_main()
|
D | losetup.c | 89 if (errno == ENXIO && (flags & (FLAG_a|FLAG_j))) goto done; 176 } else if (toys.optflags & (FLAG_a|FLAG_j)) { in losetup_main()
|
D | help.c | 52 if (!(toys.optflags & FLAG_a)) { in help_main()
|
D | taskset.c | 111 if (toys.optflags & FLAG_a) { in taskset_main()
|
D | sysctl.c | 120 if (toys.optflags & FLAG_a) dirtree_read("/proc/sys", do_show_keys); in sysctl_main()
|
D | ifconfig.c | 301 display_ifconfig(sl->str, toys.optflags & FLAG_a, val); in show_iface() 328 if(!sl) display_ifconfig(ifre->ifr_name, toys.optflags & FLAG_a, 0); in show_iface()
|
D | lsattr.c | 152 if ((root->name[0] != '.') || (toys.optflags & FLAG_a)) { in retell_dir()
|
/external/toybox/toys/pending/ |
D | dumpleases.c | 46 …s IP Address Host Name Expires %s\n", (toys.optflags & FLAG_a) ? "at" : "in"); in dumpleases_main() 64 if (!(toys.optflags & FLAG_a)) { in dumpleases_main()
|
D | netstat.c | 166 } else if (toys.optflags & FLAG_a) in show_data() 331 } else if (!(toys.optflags & FLAG_a)) { in show_unix_sockets() 594 if (toys.optflags & FLAG_a && toys.optflags & FLAG_l) in netstat_main() 599 if (((toys.optflags & FLAG_a) || (toys.optflags & FLAG_l) || in netstat_main() 626 if (toys.optflags & FLAG_a) xprintf("(servers and established)\n"); in netstat_main() 646 if (toys.optflags & FLAG_a) xprintf("(servers and established)\n"); in netstat_main()
|
D | host.c | 70 int verbose=(toys.optflags & (FLAG_a|FLAG_v)), type, in host_main() 80 if (!TT.type_str && (toys.optflags & FLAG_a)) TT.type_str = "255"; in host_main()
|
D | modprobe.c | 526 if ((flags & FLAG_a) || (flags & FLAG_r)) { in modprobe_main()
|
/external/toybox/toys/example/ |
D | skeleton.c | 74 if (toys.optflags & FLAG_a) printf("Saw a\n");
|
12