Home
last modified time | relevance | path

Searched refs:FLAG_a (Results 1 – 25 of 28) sorted by relevance

12

/external/toybox/generated/
Dflags.h21 #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/
Dulimit.c69 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()
Dtouch.c112 i = toys.optflags & (FLAG_a|FLAG_m);
113 if (i && i!=(FLAG_a|FLAG_m)) ts[i==FLAG_m].tv_nsec = UTIME_OMIT;
Dwho.c34 if ((toys.optflags & FLAG_a) || entry->ut_type == USER_PROCESS) { in who_main()
Ddf.c102 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()
Duname.c51 if (flags & ((1<<i)|FLAG_a)) { in uname_main()
Dtee.c52 O_RDWR|O_CREAT|((toys.optflags & FLAG_a)?O_APPEND:O_TRUNC), in tee_main()
Dcp.c212 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()
Ddu.c141 if ((toys.optflags & FLAG_a) || !node->parent in do_du()
Dps.c391 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/
Dmount.c294 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()
Dumount.c113 if (!toys.optc && !(toys.optflags & FLAG_a)) in umount_main()
125 if (toys.optflags & FLAG_a) { in umount_main()
Dpasswd.c136 if (!(toys.optflags & FLAG_a)) TT.algo = "des"; in passwd_main()
/external/toybox/toys/other/
Dacpi.c74 } 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()
Dlosetup.c89 if (errno == ENXIO && (flags & (FLAG_a|FLAG_j))) goto done;
176 } else if (toys.optflags & (FLAG_a|FLAG_j)) { in losetup_main()
Dhelp.c52 if (!(toys.optflags & FLAG_a)) { in help_main()
Dtaskset.c111 if (toys.optflags & FLAG_a) { in taskset_main()
Dsysctl.c120 if (toys.optflags & FLAG_a) dirtree_read("/proc/sys", do_show_keys); in sysctl_main()
Difconfig.c301 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()
Dlsattr.c152 if ((root->name[0] != '.') || (toys.optflags & FLAG_a)) { in retell_dir()
/external/toybox/toys/pending/
Ddumpleases.c46 …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()
Dnetstat.c166 } 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()
Dhost.c70 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()
Dmodprobe.c526 if ((flags & FLAG_a) || (flags & FLAG_r)) { in modprobe_main()
/external/toybox/toys/example/
Dskeleton.c74 if (toys.optflags & FLAG_a) printf("Saw a\n");

12