/busybox-1.35.0/coreutils/ |
D | mktemp.c | 72 OPT_t = 1 << 2, in mktemp_main() enumerator 103 opts |= OPT_t; in mktemp_main() 107 if ((opts & OPT_t) && bb_basename(chp) != chp) { in mktemp_main() 112 if (opts & (OPT_t|OPT_p|OPT_tmpdir)) in mktemp_main()
|
D | touch.c | 97 OPT_t = (1 << 4) * ENABLE_FEATURE_TOUCH_SUSV3, in touch_main() enumerator 140 if (opts & (OPT_d|OPT_t)) { in touch_main() 181 if (opts & (OPT_r|OPT_d|OPT_t)) in touch_main()
|
D | df.c | 125 OPT_t = (1 << 3), in df_main() enumerator 243 if (opt & OPT_t) { in df_main()
|
D | ls.c | 263 OPT_t = (1 << OPTBIT_t) * ENABLE_FEATURE_LS_TIMESTAMPS, enumerator 871 if (opt & OPT_t) { /* sort by time */ in sortcmp() 1186 option_mask32 |= OPT_t; in ls_main()
|
D | od_bloaty.c | 52 OPT_t = 1 << 12, enumerator
|
/busybox-1.35.0/util-linux/ |
D | ionice.c | 72 OPT_t = 1 << 3, in ionice_main() enumerator 110 if (!(opt & OPT_t)) in ionice_main()
|
D | script.c | 70 OPT_t = (1 << 4), in script_main() enumerator 171 if (opt & OPT_t) { in script_main()
|
D | mkfs_reiser.c | 138 OPT_t = 1 << 4, enumerator
|
D | mount.c | 289 OPT_t = (1 << 1), enumerator
|
/busybox-1.35.0/debianutils/ |
D | run_parts.c | 109 OPT_t = (1 << 3) * ENABLE_FEATURE_RUN_PARTS_LONG_OPTIONS, enumerator 227 if (option_mask32 & (OPT_t | OPT_l)) { in run_parts_main()
|
/busybox-1.35.0/networking/ |
D | tunctl.c | 76 OPT_t = 1 << 1, // create named interface in tunctl_main() enumerator 154 OPT_t = 1 << 1, // create named interface in tunctl_main() enumerator
|
D | tcpudp.c | 210 OPT_t = (1 << 10), enumerator
|
D | ping.c | 408 OPT_t = 1 << 5, enumerator
|
/busybox-1.35.0/runit/ |
D | chpst.c | 187 OPT_t = (1 << 10) * ENABLE_SOFTLIMIT, enumerator 435 if (opt & OPT_t) { in chpst_main()
|
/busybox-1.35.0/mailutils/ |
D | sendmail.c | 238 OPT_t = 1 << 0, // read message for recipients, append them to those on cmdline in sendmail_main() enumerator 444 if (opts & OPT_t) { in sendmail_main()
|
D | popmaildir.c | 117 OPT_t = 1 << 9, // -t90 set timeout to 90 sec in popmaildir_main() enumerator
|
/busybox-1.35.0/miscutils/ |
D | microcom.c | 65 OPT_t = 1 << 3, // timeout, ms in microcom_main() enumerator
|
/busybox-1.35.0/procps/ |
D | iostat.c | 105 OPT_t = 1 << 2, enumerator 488 if (opt & OPT_t) in iostat_main()
|
/busybox-1.35.0/networking/udhcp/ |
D | d6_dhcpc.c | 144 OPT_t = 1 << 8, enumerator
|
D | dhcpc.c | 95 OPT_t = 1 << 11, enumerator
|