/busybox-1.35.0/coreutils/ |
D | mktemp.c | 73 OPT_p = 1 << 3, in mktemp_main() enumerator 112 if (opts & (OPT_t|OPT_p|OPT_tmpdir)) in mktemp_main()
|
D | nl.c | 44 OPT_p = (1 << 0), in nl_main() enumerator
|
D | ls.c | 258 OPT_p = (1 << OPTBIT_p) * ENABLE_FEATURE_LS_FILETYPES, enumerator 405 if (!(option_mask32 & (OPT_F|OPT_p))) in append_char() 602 if ((opt & (OPT_F|OPT_p)) in display_single() 626 if (opt & (OPT_F|OPT_p)) { in display_single()
|
/busybox-1.35.0/util-linux/ |
D | ionice.c | 71 OPT_p = 1 << 2, in ionice_main() enumerator 94 if (!(opt & OPT_p) && *argv) in ionice_main()
|
D | hexdump_xxd.c | 65 #define OPT_p (1 << 3) macro 83 if (!(opt & OPT_p)) { in reverse() 211 if (opt & OPT_p) { in xxd_main() 259 if (!(opt & (OPT_p|OPT_i))) { in xxd_main()
|
D | chrt.c | 82 #define OPT_p (1<<1) macro 129 if (opt & OPT_p) { in chrt_main() 144 if (opt & OPT_p) { in chrt_main()
|
D | taskset.c | 211 OPT_p = 1 << 0, enumerator 227 if (opts & OPT_p) { in process_pid_str() 311 if ((opts & OPT_p) && aff) { /* "-p <aff> <pid> [...ignored...]" */ in process_pid_str() 342 if (!(opts & OPT_p)) { in taskset_main()
|
D | swaponoff.c | 141 OPT_p = IF_FEATURE_SWAPON_PRI ((1 << OPTBIT_p)) + 0, enumerator 147 #define OPT_PRIO (option_mask32 & OPT_p)
|
D | readprofile.c | 83 OPT_p = (1 << 2), in readprofile_main() enumerator
|
D | acpid.c | 90 OPT_p = (1 << 7) * ENABLE_FEATURE_PIDFILE, enumerator
|
/busybox-1.35.0/miscutils/ |
D | nandwrite.c | 66 #define OPT_p (1 << 0) /* nandwrite only */ macro 250 if (!(opts & OPT_p)) in nandwrite_main()
|
D | time.c | 439 OPT_p = (1 << 1), in time_main() enumerator 452 if (opt & OPT_p) in time_main()
|
/busybox-1.35.0/runit/ |
D | chpst.c | 184 OPT_p = (1 << 7) * (ENABLE_SOFTLIMIT || ENABLE_CHPST), enumerator 399 if (opt & OPT_p) { in chpst_main()
|
/busybox-1.35.0/selinux/ |
D | setfiles.c | 147 OPT_p = (1 << 6), enumerator 164 #define FLAG_p_progress (option_mask32 & OPT_p)
|
/busybox-1.35.0/networking/ |
D | nc_bloaty.c | 172 OPT_p = (1 << 1), enumerator 814 if (option_mask32 & OPT_p) { /* local source port */ in nc_main()
|
D | ping.c | 413 OPT_p = 1 << 10, enumerator 964 if (opt & OPT_p) in common_ping_main()
|
D | tcpudp.c | 209 OPT_p = (1 << 9), enumerator
|
D | ntpd.c | 373 OPT_p = (1 << (5+ENABLE_FEATURE_NTP_AUTH)), enumerator
|
/busybox-1.35.0/debianutils/ |
D | start_stop_daemon.c | 142 OPT_p = (1 << 12), // -p enumerator
|
/busybox-1.35.0/networking/udhcp/ |
D | d6_dhcpc.c | 138 OPT_p = 1 << 2, enumerator
|
D | dhcpc.c | 89 OPT_p = 1 << 5, enumerator
|