Home
last modified time | relevance | path

Searched refs:OPT_t (Results 1 – 20 of 20) sorted by relevance

/busybox-1.35.0/coreutils/
Dmktemp.c72 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()
Dtouch.c97 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()
Ddf.c125 OPT_t = (1 << 3), in df_main() enumerator
243 if (opt & OPT_t) { in df_main()
Dls.c263 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()
Dod_bloaty.c52 OPT_t = 1 << 12, enumerator
/busybox-1.35.0/util-linux/
Dionice.c72 OPT_t = 1 << 3, in ionice_main() enumerator
110 if (!(opt & OPT_t)) in ionice_main()
Dscript.c70 OPT_t = (1 << 4), in script_main() enumerator
171 if (opt & OPT_t) { in script_main()
Dmkfs_reiser.c138 OPT_t = 1 << 4, enumerator
Dmount.c289 OPT_t = (1 << 1), enumerator
/busybox-1.35.0/debianutils/
Drun_parts.c109 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/
Dtunctl.c76 OPT_t = 1 << 1, // create named interface in tunctl_main() enumerator
154 OPT_t = 1 << 1, // create named interface in tunctl_main() enumerator
Dtcpudp.c210 OPT_t = (1 << 10), enumerator
Dping.c408 OPT_t = 1 << 5, enumerator
/busybox-1.35.0/runit/
Dchpst.c187 OPT_t = (1 << 10) * ENABLE_SOFTLIMIT, enumerator
435 if (opt & OPT_t) { in chpst_main()
/busybox-1.35.0/mailutils/
Dsendmail.c238 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()
Dpopmaildir.c117 OPT_t = 1 << 9, // -t90 set timeout to 90 sec in popmaildir_main() enumerator
/busybox-1.35.0/miscutils/
Dmicrocom.c65 OPT_t = 1 << 3, // timeout, ms in microcom_main() enumerator
/busybox-1.35.0/procps/
Diostat.c105 OPT_t = 1 << 2, enumerator
488 if (opt & OPT_t) in iostat_main()
/busybox-1.35.0/networking/udhcp/
Dd6_dhcpc.c144 OPT_t = 1 << 8, enumerator
Ddhcpc.c95 OPT_t = 1 << 11, enumerator