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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/udhcp/
H A Ddumpleases.c22 OPT_a = 0x1, // -a enumerator in enum:__anon11381
40 printf("Mac Address IP-Address Expires %s\n", (opt & OPT_a) ? "at" : "in");
50 if (!(opt & OPT_a)) { /* no -a */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dcp.c36 OPT_a = 1 << (sizeof(FILEUTILS_CP_OPTSTR)-1), enumerator in enum:__anon11194
H A Dod_bloaty.c1215 OPT_a = 1 << 2, enumerator in enum:__anon11209
1291 if (opt & OPT_a) decode_format_string("a");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/debianutils/
H A Dstart_stop_daemon.c225 OPT_a = 0x20, // -a enumerator in enum:__anon11222
270 if (!(opt & OPT_a))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dgetopt.c57 OPT_a = 0x80, // -a enumerator in enum:__anon11442
64 #define alternative (option_mask32 & OPT_a)

Completed in 83 milliseconds