Home
last modified time | relevance | path

Searched refs:OPT_L (Results 1 – 6 of 6) sorted by relevance

/busybox-1.35.0/e2fsprogs/
Dtune2fs.c43 OPT_L = 1 << 0, // label enumerator
77 if (opts & OPT_L) in tune2fs_main()
/busybox-1.35.0/findutils/
Dgrep.c154 OPT_L = 1 << OPTBIT_L, enumerator
466 if (option_mask32 & (OPT_q|OPT_l|OPT_L)) { in grep_file()
602 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/mailutils/
Dpopmaildir.c120 OPT_L = 1 << 12, // -L50000 not retrieve new messages >= 50000 bytes. Ignored in popmaildir_main() enumerator
/busybox-1.35.0/coreutils/
Dls.c269 OPT_L = (1 << OPTBIT_L) * ENABLE_FEATURE_LS_FOLLOWLINKS, enumerator
706 if ((option_mask32 & OPT_L) || force_follow) { in my_stat()
/busybox-1.35.0/util-linux/
Dmkfs_ext2.c204 OPT_L = 1 << 12, // label enumerator
/busybox-1.35.0/miscutils/
Dcrond.c142 OPT_L = (1 << 1), enumerator