Home
last modified time | relevance | path

Searched refs:fssh_strnlen (Results 1 – 4 of 4) sorted by relevance

/haiku/headers/private/fs_shell/
H A Dfssh_string.h80 extern fssh_size_t fssh_strnlen(const char *string, fssh_size_t count);
H A Dfssh_api_wrapper.h1400 #define strnlen fssh_strnlen
/haiku/src/tools/fs_shell/
H A Dstring.cpp264 fssh_strnlen(const char *string, fssh_size_t count) in fssh_strnlen() function
H A DKPath.cpp155 fPathLength = fssh_strnlen(fBuffer, fBufferSize); in UnlockBuffer()