/busybox-1.35.0/procps/ |
D | pmap.c | 41 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/ |
D | setfattr.c | 39 OPT_x = (1 << 1), in setfattr_main() enumerator 53 if (opt & OPT_x) in setfattr_main()
|
/busybox-1.35.0/util-linux/ |
D | mountpoint.c | 50 #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()
|
D | flock.c | 34 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/ |
D | shred.c | 56 OPT_x = (1 << 5), in shred_main() enumerator
|
D | ls.c | 231 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()
|
D | od_bloaty.c | 57 OPT_x = 1 << 14, enumerator 1255 if (opt & OPT_x) decode_format_string("x2"); in od_main()
|
/busybox-1.35.0/findutils/ |
D | grep.c | 160 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/ |
D | reformime.c | 58 OPT_x = 1 << 0, enumerator
|
/busybox-1.35.0/archival/ |
D | unzip.c | 493 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/ |
D | start_stop_daemon.c | 141 OPT_x = (1 << 11), // -x enumerator
|
/busybox-1.35.0/networking/ |
D | tcpudp.c | 203 OPT_x = (1 << 3), enumerator
|
D | ntpd.c | 368 OPT_x = (1 << 3), enumerator
|
/busybox-1.35.0/networking/udhcp/ |
D | d6_dhcpc.c | 149 OPT_x = 1 << 13, enumerator
|
D | dhcpc.c | 100 OPT_x = 1 << 16, enumerator
|