taglinefilesource code
_rem106include/asm-alpha/types.hunsigned long _rem = fd % __NFDBITS;
_rem107include/asm-alpha/types.hfdsetp->fds_bits[_tmp] |= (1UL<<_rem);
_rem114include/asm-alpha/types.hunsigned long _rem = fd % __NFDBITS;
_rem115include/asm-alpha/types.hfdsetp->fds_bits[_tmp] &= ~(1UL<<_rem);
_rem122include/asm-alpha/types.hunsigned long _rem = fd % __NFDBITS;
_rem123include/asm-alpha/types.hreturn (p->fds_bits[_tmp] & (1UL<<_rem)) != 0;