| | | | |
| B |
| |
| | base-64 ASCII characters |
| | | convert from long integer -- l64a ( ) |
| | | convert to long integer -- a64l ( ) |
| |
| | basename - return the last element of path name ( ) |
| |
| | bcmp -- operates on variable length strings of bytes ( ) |
| |
| | bcopy -- operates on variable length strings of bytes ( ) |
| |
| | binary search of sorted table, - bsearch ( ) |
| |
| | binary search trees, manage |
| | | -- tdelete ( ) |
| | | -- tfind ( ) |
| | | -- tsearch ( ) |
| | | -- twalk ( ) |
| |
| | bindtextdomain -- select location of domain ( ) |
| |
| | bit and byte operations, find first set bit - ffs ( ) |
| |
| | bsd_signal - simplified signal facilities ( ) |
| |
| | bsdmalloc - memory allocator ( ) |
| |
| | bsearch - binary search a sorted table ( ) |
| |
| | bstring -- bit and byte string operations ( ) |
| |
| | btowc - single-byte to wide-character conversion ( ) |
| |
| | buffering, assign to stream |
| | | -- setbuffer ( ) |
| | | -- setlinebuf ( ) |
| |
| | byte swap - swab ( ) |
| |
| | bzero -- operates on variable length strings of bytes ( ) |