Searched refs:strcasecmp (Results 1 – 13 of 13) sorted by relevance
66 AC_CHECK_FUNCS(strcasecmp,,[67 CF_RECHECK_FUNC(strcasecmp,resolv,cf_cv_netlibs)])
568 # define strcasecmp stricmp macro
265 /* Define if you have the strcasecmp function. */
217 /* Define to 1 if you have the `strcasecmp' function. */
291 /* Define if you have the strcasecmp function. */
219 /* Define to 1 if you have the `strcasecmp' function. */
2581 && strcasecmp (sh_cmds[j], new_argv[0]) == 0) in construct_command_argv_internal()
8906 for ac_func in strcasecmp8933 char strcasecmp ();8937 return strcasecmp ();8956 cf_tr_func=`echo strcasecmp | tr '[a-z]' '[A-Z]'`
1373 The CMD builtin commands are case insensitive so use strcasecmp().
385 mempcpy munmap putenv setenv setlocale snprintf stpcpy strcasecmp strdup \
2332 +/* NOTE strcasecmp fail to compile with GCC for windows hosts2333 + * with error: conflicting types for 'strcasecmp'2335 +# define strcasecmp fake_strcasecmp
8906 for ac_func in strcasecmp8908 ac_fn_c_check_func "$LINENO" "strcasecmp" "ac_cv_func_strcasecmp"8917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strcasecmp in -lresolv" >&58918 $as_echo_n "checking for strcasecmp in -lresolv... " >&6; }8933 char strcasecmp ();8937 return strcasecmp ();8956 cf_tr_func=`echo strcasecmp | tr '[a-z]' '[A-Z]'`
932 …in:239: -1- AH_OUTPUT([HAVE_STRCASECMP], [/* Define to 1 if you have the `strcasecmp\' function. */