Searched refs:strncasecmp (Results 251 - 254 of 254) sorted by relevance

<<11

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc528 INTERCEPTOR(int, strncasecmp, const char *s1, const char *s2, SIZE_T size) {
530 COMMON_INTERCEPTOR_ENTER(ctx, strncasecmp, s1, s2, size);
553 #define INIT_STRNCASECMP COMMON_INTERCEPT_FUNCTION(strncasecmp)
/freebsd-11-stable/contrib/groff/
H A Dconfigure7436 echo "$as_me:$LINENO: checking whether strncasecmp must be declared" >&5
7437 echo $ECHO_N "checking whether strncasecmp must be declared... $ECHO_C" >&6
7482 #ifndef strncasecmp
7483 char *p = (char *) strncasecmp;
9013 strerror strncasecmp strtol
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c10954 if (strncasecmp (*str, percent_op[i].str, strlen (percent_op[i].str)) == 0)
/freebsd-11-stable/contrib/apr/
H A Dconfigure25663 for ac_func in strncasecmp
25665 ac_fn_c_check_func "$LINENO" "strncasecmp" "ac_cv_func_strncasecmp"

Completed in 377 milliseconds

<<11