/busybox-1.35.0/miscutils/ |
D | rfkill.c | 43 OPT_l = (1 << 2), enumerator 65 rf_opt |= OPT_l; in rfkill_main() 92 if (rf_opt & OPT_l) { in rfkill_main()
|
D | crontab.c | 96 OPT_l = (1 << 2), in crontab_main() enumerator 99 OPT_ler = OPT_l + OPT_e + OPT_r, in crontab_main() 148 case OPT_l: /* List */ in crontab_main()
|
D | nandwrite.c | 71 #define OPT_l (1 << 4) macro 157 if (IS_NANDDUMP && (opts & OPT_l)) { in nandwrite_main()
|
/busybox-1.35.0/util-linux/ |
D | fstrim.c | 50 OPT_l = (1 << 1), in fstrim_main() enumerator 75 if (opts & OPT_l) in fstrim_main()
|
D | hexdump_xxd.c | 62 #define OPT_l (1 << 0) macro 186 if (opt & OPT_l) { in xxd_main()
|
D | getopt.c | 134 OPT_l = 0x100, // -l enumerator
|
D | acpid.c | 87 OPT_l = (1 << 4), enumerator
|
D | mkfs_reiser.c | 142 OPT_l = 1 << 8, // label enumerator
|
D | mkfs_vfat.c | 247 OPT_l = 1 << 9, // [IGNORED] bad block filename in mkfs_vfat_main() enumerator
|
D | fsck_minix.c | 231 OPT_l = (1 << 0), enumerator 239 #define OPT_list (option_mask32 & OPT_l)
|
D | mkfs_ext2.c | 193 OPT_l = 1 << 1, enumerator
|
/busybox-1.35.0/debianutils/ |
D | run_parts.c | 111 OPT_l = (1 << 5) * ENABLE_FEATURE_RUN_PARTS_LONG_OPTIONS enumerator 154 || (!(option_mask32 & OPT_l) && access(file, X_OK) != 0)) in act() 227 if (option_mask32 & (OPT_t | OPT_l)) { in run_parts_main()
|
/busybox-1.35.0/console-tools/ |
D | openvt.c | 138 OPT_l = (1 << 3), in openvt_main() enumerator 180 if (flags & OPT_l) in openvt_main()
|
/busybox-1.35.0/coreutils/ |
D | ls.c | 227 OPT_l = (1 << 5), enumerator 495 if (opt & OPT_l) in display_single() 504 if (opt & OPT_l) { in display_single() 537 if (opt & OPT_l) { in display_single() 644 if (option_mask32 & (OPT_l|OPT_1)) { in display_files() 1019 if (option_mask32 & (OPT_s|OPT_l)) { in scan_and_display_dirs_recur() 1130 …bb_error_msg("opt:0x%08x l:%x H:%x color:%x dirs:%x", opt, OPT_l, OPT_H, OPT_color, OPT_dirs_first… in ls_main() 1132 if (opt & OPT_l ) bb_error_msg("-l"); in ls_main() 1179 if (!(opt & OPT_l)) { /* not -l? */ in ls_main() 1192 if (!(option_mask32 & (OPT_l|OPT_1|OPT_x|OPT_C))) in ls_main() [all …]
|
D | od_bloaty.c | 50 OPT_l = 1 << 10, enumerator 1250 if (opt & OPT_l) decode_format_string("d4"); in od_main()
|
/busybox-1.35.0/runit/ |
D | chpst.c | 181 OPT_l = (1 << 4) * ENABLE_SOFTLIMIT, enumerator 314 opt |= (OPT_s | OPT_l | OPT_a | OPT_d); in chpst_main() 364 if (opt & OPT_l) { in chpst_main()
|
/busybox-1.35.0/archival/ |
D | unzip.c | 492 OPT_l = (1 << 0), in unzip_main() enumerator 567 opts |= OPT_l; in unzip_main() 592 opts |= OPT_l; in unzip_main() 688 if (opts & OPT_l) { in unzip_main() 854 if (opts & OPT_l) { in unzip_main() 1044 if ((opts & OPT_l) && quiet <= 1) { in unzip_main()
|
/busybox-1.35.0/procps/ |
D | ps.c | 568 OPT_l = (1 << 7), in ps_main() enumerator 657 OPT_l = (1 << ENABLE_SELINUX) * (1 << ENABLE_FEATURE_SHOW_THREADS) * ENABLE_FEATURE_PS_LONG, in ps_main() enumerator 699 if (opts & OPT_l) { in ps_main() 750 if (opts & OPT_l) { in ps_main()
|
/busybox-1.35.0/networking/ |
D | nc_bloaty.c | 178 OPT_l = (1 << 7) * ENABLE_NC_SERVER, enumerator 871 if (OPT_l && (option_mask32 & (OPT_u|OPT_l)) == (OPT_u|OPT_l)) { in nc_main()
|
D | tcpudp.c | 205 OPT_l = (1 << 5), enumerator
|
D | ftpd.c | 1162 OPT_l = (1 << 0), enumerator 1202 if (opts & (OPT_l|OPT_1)) { in ftpd_main()
|
D | ntpd.c | 375 OPT_l = (1 << (7+ENABLE_FEATURE_NTP_AUTH)) * ENABLE_FEATURE_NTPD_SERVER, enumerator 2297 if (opts & OPT_l) { in ntp_init() 2428 if (!(opts & OPT_l)) in ntp_init()
|
/busybox-1.35.0/findutils/ |
D | grep.c | 142 OPT_l = 1 << OPTBIT_l, 466 if (option_mask32 & (OPT_q|OPT_l|OPT_L)) { in grep_file() 476 if (option_mask32 & OPT_l) { in grep_file() 743 if (opts & (OPT_c|OPT_q|OPT_l|OPT_L)) { in grep_main()
|
/busybox-1.35.0/networking/udhcp/ |
D | d6_dhcpc.c | 151 OPT_l = 1 << 15, enumerator 1229 if (opt & OPT_l) { in udhcpc6_main() 1394 if (opt & OPT_l) in udhcpc6_main() 1462 if (opt & OPT_l) in udhcpc6_main() 1487 if (opt & OPT_l) in udhcpc6_main() 1815 if (opt & OPT_l) { in udhcpc6_main()
|
/busybox-1.35.0/selinux/ |
D | setfiles.c | 145 OPT_l = (1 << 4), enumerator 162 #define FLAG_l_take_log (option_mask32 & OPT_l)
|