Home
last modified time | relevance | path

Searched refs:FLAG_p (Results 1 – 17 of 17) sorted by relevance

/external/toybox/generated/
Dflags.h28 #undef FLAG_p
308 #undef FLAG_p
327 #undef FLAG_p
434 #undef FLAG_p
736 #undef FLAG_p
1019 #undef FLAG_p
1060 #undef FLAG_p
1153 #undef FLAG_p
1165 #undef FLAG_p
1209 #undef FLAG_p
[all …]
/external/toybox/toys/pending/
Dnetstat.c180 if ( (toys.optflags & FLAG_W) && (toys.optflags & FLAG_p)) in display_data()
184 else if (toys.optflags & FLAG_p) in display_data()
365 if (toys.optflags & FLAG_p) xprintf("%-20s", get_pid_name(inode)); in show_unix_sockets()
486 if ((toys.optflags & FLAG_W) && (toys.optflags & FLAG_p)) in show_header()
488 else if (toys.optflags & FLAG_p) in show_header()
604 if ( (toys.optflags & FLAG_p) && (!IS_NETSTAT_PROTO_FLAGS_UP) ) in netstat_main()
613 if (toys.optflags & FLAG_p) get_pid_list(); in netstat_main()
643 …if (toys.optflags & FLAG_p) xprintf("\nProto RefCnt Flags Type State I-Node %s… in netstat_main()
647 if (toys.optflags & FLAG_p) clean_pid_list(); in netstat_main()
Dftpget.c276 if (!(toys.optflags & FLAG_u) && (toys.optflags & FLAG_p)) in ftpget_main()
279 if (!(toys.optflags & FLAG_u) && !(toys.optflags & FLAG_p)) in ftpget_main()
Dlogger.c34 if (toys.optflags & FLAG_p) { in logger_main()
Dsyslogd.c414 if ((toys.optflags & FLAG_p) && (strlen(TT.unix_socket) > 108)) in syslogd_main()
422 tsd->path = (toys.optflags & FLAG_p) ? TT.unix_socket : "/dev/log"; // DEFLOGSOCK in syslogd_main()
Darp.c225 if ((toys.optflags & FLAG_A) || (toys.optflags & FLAG_p)) { in arp_main()
Dtar.c441 if (toys.optflags & FLAG_p) // || !(toys.optflags & FLAG_no_same_permissions)) in extract_to_disk()
754 if (!geteuid()) toys.optflags |= FLAG_p; in tar_main()
Ddhcp.c1278 if (flag_chk(FLAG_p)) write_pid(TT.pidfile); in dhcp_main()
1356 if (flag_chk(FLAG_p)) write_pid(TT.pidfile); in dhcp_main()
1494 if (flag_chk(FLAG_p)) write_pid(TT.pidfile); in dhcp_main()
/external/toybox/toys/posix/
Dcp.c261 if (flags & (FLAG_a|FLAG_p)) {
307 if (toys.which->name[0] == 'm') toys.optflags |= FLAG_d|FLAG_p|FLAG_R; in cp_main()
308 if (toys.optflags & (FLAG_a|FLAG_p)) umask(0); in cp_main()
402 if (flags & (FLAG_p|FLAG_o|FLAG_g)) toys.optflags |= 512; // cp's FLAG_p in install_main()
Dpatch.c372 if ((toys.optflags & FLAG_p) && TT.prefix == i) break; in patch_main()
384 } else if (!(toys.optflags & FLAG_p) || i <= TT.prefix) { in patch_main()
Dls.c101 if ((toys.optflags&(FLAG_F|FLAG_p)) && S_ISDIR(mode)) return '/'; in endtype()
/external/toybox/toys/other/
Doneit.c89 oneit_signaled((toys.optflags & FLAG_p) ? SIGUSR2 : SIGTERM); in oneit_main()
Dnsenter.c151 if ((toys.optflags & FLAG_p) && !(toys.optflags & FLAG_F)) { in unshare_main()
Dtaskset.c90 if (!(toys.optflags & FLAG_p)) { in taskset_main()
Dsysctl.c123 else if (toys.optflags & FLAG_p) { in sysctl_main()
Dlogin.c214 setup_environment(pwd, !(toys.optflags & FLAG_p)); in login_main()
/external/toybox/toys/lsb/
Dsu.c82 if (!(toys.optflags & (FLAG_m|FLAG_p))) { in su_main()