Searched defs:strncmp (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/binutils/libiberty/
H A Dstrncmp.c20 strncmp(const char *s1, const char *s2, register size_t n) function
/haiku-buildtools/gcc/libiberty/
H A Dstrncmp.c20 strncmp(const char *s1, const char *s2, register size_t n) function
/haiku-buildtools/legacy/binutils/libiberty/
H A Dstrncmp.c19 strncmp(const char *s1, const char *s2, register size_t n) function
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/lib/
H A Dstrncmp.c8 strncmp(const char *s1, const char *s2, size_t n) function
/haiku-buildtools/gcc/libsanitizer/libbacktrace/
H A Dbacktrace-rename.h52 #undef strncmp macro
60 #define strncmp(x,y,z) __asan_internal_strncmp (x, y, z) macro
/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_win_dll_thunk.cc347 INTERCEPT_LIBRARY_FUNCTION(strncmp); variable

Completed in 57 milliseconds