Searched defs:strnlen (Results 1 - 3 of 3) sorted by relevance

/src/common/lib/libc/string/
H A Dstrnlen.c47 strnlen(const char *s, size_t maxlen) function in typeref:typename:size_t
/src/sys/external/bsd/libfdt/dist/
H A Dlibfdt_env.h84 #define strnlen fdt_strnlen macro
/src/sys/arch/usermode/usermode/
H A Dcopy.c40 #define strnlen(str, maxlen) uimin(strlen((str)), maxlen) macro

Completed in 3 milliseconds