Searched refs:OPTMASK_cmd (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/archival/
H A Ddpkg.c1579 OPTMASK_cmd = (1 << 6) - 1, enumerator in enum:__anon35100
1740 if (!(opt & OPTMASK_cmd) /* no cmd */
1741 || ((opt & OPTMASK_cmd) & ((opt & OPTMASK_cmd)-1)) /* more than one cmd */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/archival/
H A Ddpkg.c1579 OPTMASK_cmd = (1 << 6) - 1, enumerator in enum:__anon170
1740 if (!(opt & OPTMASK_cmd) /* no cmd */
1741 || ((opt & OPTMASK_cmd) & ((opt & OPTMASK_cmd)-1)) /* more than one cmd */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/archival/
H A Ddpkg.c1579 OPTMASK_cmd = (1 << 6) - 1, enumerator in enum:__anon1075
1740 if (!(opt & OPTMASK_cmd) /* no cmd */
1741 || ((opt & OPTMASK_cmd) & ((opt & OPTMASK_cmd)-1)) /* more than one cmd */

Completed in 107 milliseconds