|
FreeBSD kernel libkern code
|
#include <sys/cdefs.h>#include <sys/libkern.h>#include <sys/limits.h>
Go to the source code of this file.
Macros | |
| #define | LONGPTR_MASK (sizeof(long) - 1) |
| #define | testbyte(x) |
Functions | |
| __FBSDID ("$BSDSUniX$") | |
| size_t | strlen (const char *str) |
| #define LONGPTR_MASK (sizeof(long) - 1) |
| #define testbyte | ( | x | ) |
| __FBSDID | ( | "$BSDSUniX$" | ) |
| size_t strlen | ( | const char * | str | ) |
Definition at line 82 of file strlen.c.
References LONGPTR_MASK, and testbyte.
Referenced by iconv_convstr(), iconv_register_cspair(), iconv_sysctl_add(), iconv_sysctl_drvlist(), inet_ntop6(), strdup(), strlcat(), and strstr().
