Home
last modified time | relevance | path

Searched refs:OPT_C (Results 1 – 11 of 11) sorted by relevance

/busybox-1.35.0/e2fsprogs/
Dtune2fs.c46 OPT_C = 1 << 3, // current mount count enumerator
71 if (opts & OPT_C) { in tune2fs_main()
/busybox-1.35.0/mailutils/
Dmakemime.c185 OPT_C = 1 << 3, // charset in makemime_main() enumerator
/busybox-1.35.0/modutils/
Ddepmod.c167 OPT_C = (1 << 9), /* -C,--config etc_modules_conf: ignored */ enumerator
/busybox-1.35.0/networking/
Dtcpudp.c201 OPT_C = (1 << 1), enumerator
301 if (opts & OPT_C) { /* -C n[:message] */ in tcpudpsvd_main()
/busybox-1.35.0/coreutils/
Dls.c222 OPT_C = (1 << 0), enumerator
1192 if (!(option_mask32 & (OPT_l|OPT_1|OPT_x|OPT_C))) in ls_main()
1193 option_mask32 |= (isatty(STDOUT_FILENO) ? OPT_C : OPT_1); in ls_main()
/busybox-1.35.0/findutils/
Dgrep.c163 OPT_C = IF_FEATURE_GREP_CONTEXT( (1 << OPTBIT_C)) + 0, enumerator
734 if (opts & OPT_C) { in grep_main()
/busybox-1.35.0/archival/
Dlzop.c499 OPT_C = (1 << 16), enumerator
1077 if (option_mask32 & OPT_C) in do_lzo_compress()
/busybox-1.35.0/util-linux/
Dmkfs_vfat.c241 OPT_C = 1 << 3, // [IGNORED] create a new file in mkfs_vfat_main() enumerator
Dfdisk.c157 OPT_C = 1 << 1, enumerator
/busybox-1.35.0/networking/udhcp/
Ddhcpc.c84 OPT_C = 1 << 0, enumerator
1331 if (!(opt & OPT_C) && !udhcp_find_option(client_data.options, DHCP_CLIENT_ID, /*dhcpv6:*/ 0)) { in udhcpc_main()
/busybox-1.35.0/editors/
Dvi.c4899 OPT_C = IF_FEATURE_VI_CRASHME( (1 << OPTBIT_C)) + 0,
4936 if (opts & OPT_C)