Query: ffs
OS: osf1
Section: 9r
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ffs(9r) ffs(9r)NAMEffs - General: Finds the first set bit in a maskSYNOPSISint ffs( long mask );ARGUMENTSSpecifies a bit mask with 0 (zero) or more bits set.DESCRIPTIONThe ffs routine returns the bit position of the first bit you set in the mask argument. The scan proceeds from the least significant bit to the most significant bit of the mask.NOTESThe ffs routine duplicates the behavior of the ffs instruction on the DIGITAL VAX series or computers. It is not present in architectures that implement its function in hardware or through compiler inline substitution. The ffs routine is useful for translating bits in a bit mask into bit positions. For example, the signal handling code uses it to analyze the signal mask.RETURN VALUESUpon successful completion, ffs returns the bit position of the first bit set in the mask. If no bits were set in the mask, ffs returns the value 0 (zero). ffs(9r)
Related Man Pages |
---|
ffs(3) - debian |
ffsll(3) - debian |
ffsl(3) - debian |
ffs(3) - xfree86 |
ffs(3) - minix |
Similar Topics in the Unix Linux Community |
---|
Input 2 files, calculate diffs line by line |
Offsite Backup Solution |
Get Compressed byte offset from .gz file |
Grep --byte-offset not returning the offset (Grep version 2.5.1) |
File name offset |