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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/debianutils/
H A Dstart_stop_daemon.c230 OPT_x = 0x400, // -x enumerator in enum:__anon19766
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/ipsvd/
H A Dtcpudp.c83 OPT_x = (1 << 3), enumerator in enum:__anon19843
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dod_bloaty.c1227 OPT_x = 1 << 14, enumerator in enum:__anon19753
1307 if (opt & OPT_x) decode_format_string("x2");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/modutils/
H A Dinsmod.c701 OPT_x = 0x80, // -x /* do not export externs */ enumerator in enum:__anon19872
708 #define flag_noexport (option_mask32 & OPT_x)

Completed in 133 milliseconds