Searched refs:andMode (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dparse_mode.c58 mode_t andMode = local
114 andMode &= ~(groups); /* Now fall through. */
119 andMode &= ~(mode & groups);
125 *theMode &= andMode;
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dutility.c814 mode_t andMode = local
870 andMode &= ~(groups); /* Now fall through. */
875 andMode &= ~(mode & groups);
881 *theMode &= andMode;

Completed in 75 milliseconds