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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/miscutils/
H A Dmountpoint.c22 #define OPT_x (4) macro
29 if ( (opt & OPT_x && stat(arg, &st) == 0) || (lstat(arg, &st) == 0) ) {
30 if (opt & OPT_x) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/debianutils/
H A Dstart_stop_daemon.c230 OPT_x = 0x400, // -x enumerator in enum:__anon11178
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/ipsvd/
H A Dtcpudp.c83 OPT_x = (1 << 3), enumerator in enum:__anon11255
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/coreutils/
H A Dod_bloaty.c1227 OPT_x = 1 << 14, enumerator in enum:__anon11165
1307 if (opt & OPT_x) decode_format_string("x2");
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/modutils/
H A Dinsmod.c701 OPT_x = 0x80, // -x /* do not export externs */ enumerator in enum:__anon11284
708 #define flag_noexport (option_mask32 & OPT_x)

Completed in 108 milliseconds