Searched defs:strnlen (Results 1 - 4 of 4) sorted by relevance
| /src/common/lib/libc/string/ | ||
| H A D | strnlen.c | 47 strnlen(const char *s, size_t maxlen) function in typeref:typename:size_t |
| /src/sys/external/bsd/libfdt/dist/ | ||
| H A D | libfdt_env.h | 84 #define strnlen fdt_strnlen macro |
| /src/sys/arch/usermode/usermode/ | ||
| H A D | copy.c | 40 #define strnlen(str, maxlen) uimin(strlen((str)), maxlen) macro |
| /src/lib/libc/time/ | ||
| H A D | private.h | 235 strnlen (char const *s, size_t maxlen) function in typeref:typename:size_t |
Completed in 6 milliseconds