Searched refs:bitcheck (Results 1 – 2 of 2) sorted by relevance
877 int bitcheck; in vsetopt() local909 bitcheck = 0; in vsetopt()911 while(bitcheck < 31) { in vsetopt()912 if(auth & (1UL << bitcheck++)) { in vsetopt()961 int bitcheck; in vsetopt() local992 bitcheck = 0; in vsetopt()994 while(bitcheck < 31) { in vsetopt()995 if(auth & (1UL << bitcheck++)) { in vsetopt()
715 int bitcheck = 0; in operate_do() local716 while(bitcheck < 32) { in operate_do()717 if(config->authtype & (1UL << bitcheck++)) { in operate_do()