Searched refs:OPT_d (Results 1 - 25 of 54) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/miscutils/
H A Dmountpoint.c25 #define OPT_d (2) macro
56 if (opt & OPT_d)
69 if (!(opt & (OPT_q | OPT_d | OPT_n)))
H A Dmicrocom.c46 OPT_d = 1 << 2, // wait for device response, ms enumerator in enum:__anon35350
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/networking/
H A Dhostname.c86 OPT_d = 0x1, enumerator in enum:__anon35373
117 opts = OPT_d;
131 } else if (opts & OPT_d) {
H A Dtunctl.c42 OPT_d = 1 << 2, // delete named interface enumerator in enum:__anon35462
65 if (opts & OPT_d) {
117 OPT_d = 1 << 2, // delete named interface enumerator in enum:__anon35463
134 IOCTL(fd, TUNSETPERSIST, (void *)(uintptr_t)(0 == (opts & OPT_d)));
H A Difenslave.c456 OPT_d = (1 << 1), enumerator in enum:__anon35385
492 if (opt & (OPT_d|OPT_c)) {
523 if (!(opt & (OPT_d|OPT_c|OPT_f)) {
547 if (opt & OPT_d) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/miscutils/
H A Dmountpoint.c25 #define OPT_d (2) macro
56 if (opt & OPT_d)
69 if (!(opt & (OPT_q | OPT_d | OPT_n)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/networking/
H A Dhostname.c86 OPT_d = 0x1, enumerator in enum:__anon443
117 opts = OPT_d;
131 } else if (opts & OPT_d) {
H A Dtunctl.c42 OPT_d = 1 << 2, // delete named interface enumerator in enum:__anon532
65 if (opts & OPT_d) {
117 OPT_d = 1 << 2, // delete named interface enumerator in enum:__anon533
134 IOCTL(fd, TUNSETPERSIST, (void *)(uintptr_t)(0 == (opts & OPT_d)));
H A Difenslave.c456 OPT_d = (1 << 1), enumerator in enum:__anon455
492 if (opt & (OPT_d|OPT_c)) {
523 if (!(opt & (OPT_d|OPT_c|OPT_f)) {
547 if (opt & OPT_d) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/miscutils/
H A Dmountpoint.c25 #define OPT_d (2) macro
56 if (opt & OPT_d)
69 if (!(opt & (OPT_q | OPT_d | OPT_n)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/networking/
H A Dhostname.c86 OPT_d = 0x1, enumerator in enum:__anon1348
117 opts = OPT_d;
131 } else if (opts & OPT_d) {
H A Dtunctl.c42 OPT_d = 1 << 2, // delete named interface enumerator in enum:__anon1437
65 if (opts & OPT_d) {
117 OPT_d = 1 << 2, // delete named interface enumerator in enum:__anon1438
134 IOCTL(fd, TUNSETPERSIST, (void *)(uintptr_t)(0 == (opts & OPT_d)));
H A Difenslave.c456 OPT_d = (1 << 1), enumerator in enum:__anon1360
492 if (opt & (OPT_d|OPT_c)) {
523 if (!(opt & (OPT_d|OPT_c|OPT_f)) {
547 if (opt & OPT_d) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/coreutils/
H A Duniq.c26 OPT_d = 0x2, /* print only dups */ enumerator in enum:__anon35195
93 if (!(opt & (OPT_d << !!dups))) { /* (if dups, opt & OPT_u) */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/util-linux/
H A Dlosetup.c20 OPT_d = (1 << 0), enumerator in enum:__anon35554
33 if (opt == OPT_d) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/coreutils/
H A Duniq.c26 OPT_d = 0x2, /* print only dups */ enumerator in enum:__anon265
93 if (!(opt & (OPT_d << !!dups))) { /* (if dups, opt & OPT_u) */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/util-linux/
H A Dlosetup.c20 OPT_d = (1 << 0), enumerator in enum:__anon624
33 if (opt == OPT_d) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/coreutils/
H A Duniq.c26 OPT_d = 0x2, /* print only dups */ enumerator in enum:__anon1170
93 if (!(opt & (OPT_d << !!dups))) { /* (if dups, opt & OPT_u) */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/util-linux/
H A Dlosetup.c20 OPT_d = (1 << 0), enumerator in enum:__anon1529
33 if (opt == OPT_d) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/networking/udhcp/
H A Ddumpleases.c41 OPT_d = 0x8, // -d enumerator in enum:__anon35469
99 if (opt & OPT_d) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/networking/udhcp/
H A Ddumpleases.c41 OPT_d = 0x8, // -d enumerator in enum:__anon539
99 if (opt & OPT_d) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/networking/udhcp/
H A Ddumpleases.c41 OPT_d = 0x8, // -d enumerator in enum:__anon1444
99 if (opt & OPT_d) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/runit/
H A Dchpst.c74 OPT_d = (1 << 2) * (ENABLE_SOFTLIMIT || ENABLE_CHPST), enumerator in enum:__anon35500
210 opt |= (OPT_s | OPT_l | OPT_a | OPT_d);
242 if (opt & OPT_d) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/runit/
H A Dchpst.c74 OPT_d = (1 << 2) * (ENABLE_SOFTLIMIT || ENABLE_CHPST), enumerator in enum:__anon570
210 opt |= (OPT_s | OPT_l | OPT_a | OPT_d);
242 if (opt & OPT_d) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/runit/
H A Dchpst.c74 OPT_d = (1 << 2) * (ENABLE_SOFTLIMIT || ENABLE_CHPST), enumerator in enum:__anon1475
210 opt |= (OPT_s | OPT_l | OPT_a | OPT_d);
242 if (opt & OPT_d) {

Completed in 198 milliseconds

123