Lines Matching defs:bits
31 * and the number of bits in each function.70 isc_fsaccess_t bits;73 * Check for disallowed user bits.76 bits = ISC_FSACCESS_READ |80 bits = ISC_FSACCESS_CREATECHILD |86 * Set group bad bits.88 bits |= bits << STEP;90 * Set other bad bits.92 bits |= bits << STEP;94 if ((access & bits) != 0) {