Searched refs:OPT_u (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/ipsvd/
H A Dtcpudp.c84 OPT_u = (1 << 4), enumerator in enum:__anon11299
178 if (option_mask32 & OPT_u) {
208 if ((getuid() == 0) && !(option_mask32 & OPT_u)) {
212 if (option_mask32 & OPT_u)
253 if (option_mask32 & OPT_u) {
265 if (option_mask32 & OPT_u)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Duniq.c41 OPT_u = 0x4, enumerator in enum:__anon11219
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dgetopt.c55 OPT_u = 0x40, // -u enumerator in enum:__anon11442
68 #define quote (!(option_mask32 & OPT_u))
310 option_mask32 |= OPT_u; /* quoting off */
H A Dfdisk.c2700 OPT_u = 1 << 5, enumerator in enum:__anon11432
2734 if (opt & OPT_u) display_in_cyl_units = 0; // -u
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dnc_bloaty.c125 OPT_u = (1 << 4), enumerator in enum:__anon11365
135 #define o_udpmode (option_mask32 & OPT_u)
716 //if (option_mask32 & OPT_u) /* use UDP */
754 if (OPT_l && (option_mask32 & (OPT_u|OPT_l)) == (OPT_u|OPT_l)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/debianutils/
H A Dstart_stop_daemon.c228 OPT_u = 0x100, // -u enumerator in enum:__anon11222

Completed in 80 milliseconds