Home
last modified time | relevance | path

Searched refs:OPT_x (Results 1 – 15 of 15) sorted by relevance

/busybox-1.35.0/procps/
Dpmap.c41 OPT_x = 1 << 0, enumerator
51 if (opt & OPT_x) in print_smaprec()
72 if (!(opt & OPT_q) && (opt & OPT_x)) in procps_get_maps()
82 if (opt & OPT_x) in procps_get_maps()
/busybox-1.35.0/miscutils/
Dsetfattr.c39 OPT_x = (1 << 1), in setfattr_main() enumerator
53 if (opt & OPT_x) in setfattr_main()
/busybox-1.35.0/util-linux/
Dmountpoint.c50 #define OPT_x (4) in mountpoint_main() macro
55 rc = (opt & OPT_x) ? stat(arg, &st) : lstat(arg, &st); in mountpoint_main()
59 if (opt & OPT_x) { in mountpoint_main()
Dflock.c34 OPT_x = (1 << 1), in flock_main() enumerator
80 if (OPT_s == LOCK_SH && OPT_x == LOCK_EX && OPT_n == LOCK_NB && OPT_u == LOCK_UN) { in flock_main()
/busybox-1.35.0/coreutils/
Dshred.c56 OPT_x = (1 << 5), in shred_main() enumerator
Dls.c231 OPT_x = (1 << 9), enumerator
675 if (option_mask32 & OPT_x) in display_files()
1192 if (!(option_mask32 & (OPT_l|OPT_1|OPT_x|OPT_C))) in ls_main()
Dod_bloaty.c57 OPT_x = 1 << 14, enumerator
1255 if (opt & OPT_x) decode_format_string("x2"); in od_main()
/busybox-1.35.0/findutils/
Dgrep.c160 OPT_x = 1 << OPTBIT_x, enumerator
347 if (option_mask32 & OPT_x) { in grep_file()
405 if (option_mask32 & OPT_x) { in grep_file()
772 const char *data = (option_mask32 & OPT_x) ? ".*" : ""; in grep_main()
782 if (!(option_mask32 & (OPT_o | OPT_w | OPT_x))) in grep_main()
/busybox-1.35.0/mailutils/
Dreformime.c58 OPT_x = 1 << 0, enumerator
/busybox-1.35.0/archival/
Dunzip.c493 OPT_x = (1 << 1), in unzip_main() enumerator
596 opts |= OPT_x; in unzip_main()
609 } else if (!(opts & OPT_x)) { in unzip_main()
/busybox-1.35.0/debianutils/
Dstart_stop_daemon.c141 OPT_x = (1 << 11), // -x enumerator
/busybox-1.35.0/networking/
Dtcpudp.c203 OPT_x = (1 << 3), enumerator
Dntpd.c368 OPT_x = (1 << 3), enumerator
/busybox-1.35.0/networking/udhcp/
Dd6_dhcpc.c149 OPT_x = 1 << 13, enumerator
Ddhcpc.c100 OPT_x = 1 << 16, enumerator