Searched refs:OPT_C (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/findutils/
H A Dgrep.c75 OPT_C = USE_FEATURE_GREP_CONTEXT( (1 << OPTBIT_C)) + 0, enumerator in enum:__anon19824
397 if (option_mask32 & OPT_C) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/ipsvd/
H A Dtcpudp.c81 OPT_C = (1 << 1), enumerator in enum:__anon19843
167 if (option_mask32 & OPT_C) { /* -C n[:message] */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/udhcp/
H A Ddhcpc.c164 OPT_C = 1 << 1, enumerator in enum:__anon19924
226 //if (opt & OPT_C)
289 if (!client_config.clientid && !(opt & OPT_C)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dcmdline.c515 #define OPT_C "-C" /* Preserve case all. */
566 opt = OPT_C;
512 #define OPT_C macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dfdisk.c2696 OPT_C = 1 << 1, enumerator in enum:__anon19976
2722 if (opt & OPT_C) user_cylinders = xatoi_u(str_C); // -C

Completed in 120 milliseconds