#include <sys/cdefs.h>
#include <sys/libkern.h>
#include <sys/types.h>
#include <sys/limits.h>
Go to the source code of this file.
|
#define | IDX(c) ((u_char)(c) / LONG_BIT) |
|
#define | BIT(c) ((u_long)1 << ((u_char)(c) % LONG_BIT)) |
|
|
| __FBSDID ("$BSDSUniX$") |
|
size_t | strcspn (const char *__restrict s, const char *__restrict charset) |
|
#define BIT |
( |
|
c | ) |
((u_long)1 << ((u_char)(c) % LONG_BIT)) |
#define IDX |
( |
|
c | ) |
((u_char)(c) / LONG_BIT) |
__FBSDID |
( |
"$BSDSUniX$" |
| ) |
|
size_t strcspn |
( |
const char *__restrict |
s, |
|
|
const char *__restrict |
charset |
|
) |
| |