Home
last modified time | relevance | path

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

/haiku/headers/private/fs_shell/
H A Dfssh_string.h39 extern int fssh_strncmp(const char *string1, const char *string2,
H A Dfssh_api_wrapper.h1376 #define strncmp fssh_strncmp
/haiku/src/tools/fs_shell/
H A Dstring.cpp101 fssh_strncmp(const char *string1, const char *string2, fssh_size_t length) in fssh_strncmp() function
H A Dvfs.cpp488 if (fssh_strncmp(fsName, "file_systems/", fssh_strlen("file_systems/"))) { in get_file_system()
515 if (fssh_strncmp(fsName, "file_systems/", length)) { in get_file_system_name()