Searched refs:clrbit (Results 1 – 7 of 7) sorted by relevance
211 #define clrbit(a, i) (((unsigned char *)(a))[(i)/NBBY] &= ~(1u<<((i)%NBBY))) macro
64 extern void clrbit(
327 clrbit(clp->c_cq, i); in putc()357 clrbit(cp, off); in clrbits()
404 clrbit(int bitno, int *s) in clrbit() function
633 clrbit(int bitno, int *s) in clrbit() function
138 clrbit(int bitno, int *s) in clrbit() function
1160 clrbit(vfs_typenum_arr, handle->vfc_typenum); in vfs_fsremove()