Lines Matching defs:bits
23 * and the number of bits in each function.62 isc_fsaccess_t bits;65 * Check for disallowed user bits.68 bits = ISC_FSACCESS_READ |72 bits = ISC_FSACCESS_CREATECHILD |78 * Set group bad bits.80 bits |= bits << STEP;82 * Set other bad bits.84 bits |= bits << STEP;86 if ((access & bits) != 0) {