Searched refs:OPT_C (Results 1 – 11 of 11) sorted by relevance
/busybox-1.35.0/e2fsprogs/ |
D | tune2fs.c | 46 OPT_C = 1 << 3, // current mount count enumerator 71 if (opts & OPT_C) { in tune2fs_main()
|
/busybox-1.35.0/mailutils/ |
D | makemime.c | 185 OPT_C = 1 << 3, // charset in makemime_main() enumerator
|
/busybox-1.35.0/modutils/ |
D | depmod.c | 167 OPT_C = (1 << 9), /* -C,--config etc_modules_conf: ignored */ enumerator
|
/busybox-1.35.0/networking/ |
D | tcpudp.c | 201 OPT_C = (1 << 1), enumerator 301 if (opts & OPT_C) { /* -C n[:message] */ in tcpudpsvd_main()
|
/busybox-1.35.0/coreutils/ |
D | ls.c | 222 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/ |
D | grep.c | 163 OPT_C = IF_FEATURE_GREP_CONTEXT( (1 << OPTBIT_C)) + 0, enumerator 734 if (opts & OPT_C) { in grep_main()
|
/busybox-1.35.0/archival/ |
D | lzop.c | 499 OPT_C = (1 << 16), enumerator 1077 if (option_mask32 & OPT_C) in do_lzo_compress()
|
/busybox-1.35.0/util-linux/ |
D | mkfs_vfat.c | 241 OPT_C = 1 << 3, // [IGNORED] create a new file in mkfs_vfat_main() enumerator
|
D | fdisk.c | 157 OPT_C = 1 << 1, enumerator
|
/busybox-1.35.0/networking/udhcp/ |
D | dhcpc.c | 84 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/ |
D | vi.c | 4899 OPT_C = IF_FEATURE_VI_CRASHME( (1 << OPTBIT_C)) + 0, 4936 if (opts & OPT_C)
|