Searched refs:strcasecmp (Results 1 – 16 of 16) sorted by relevance
/ndk/tests/device/b16355626-bad-atof-strtod/jni/ |
D | b16355626-bad-atof-strtod.cpp | 27 error_count += strcasecmp("42b43333", buf); in main() 32 error_count += strcasecmp("4048f5c3", buf); in main()
|
/ndk/sources/android/support/src/musl-locale/ |
D | strcasecmp_l.c | 6 return strcasecmp(l, r); in strcasecmp_l()
|
D | intl.c | 63 if (!domainname || !*domainname || (codeset && strcasecmp(codeset, "UTF-8"))) { in bind_textdomain_codeset()
|
/ndk/sources/host-tools/make-3.81/ |
D | acinclude.m4 | 66 AC_CHECK_FUNCS(strcasecmp,,[ 67 CF_RECHECK_FUNC(strcasecmp,resolv,cf_cv_netlibs)])
|
D | make.h | 568 # define strcasecmp stricmp macro
|
D | config.ami | 265 /* Define if you have the strcasecmp function. */
|
D | config.h-vms | 291 /* Define if you have the strcasecmp function. */
|
D | config.h.in | 217 /* Define to 1 if you have the `strcasecmp' function. */
|
D | config.h.W32 | 219 /* Define to 1 if you have the `strcasecmp' function. */
|
D | job.c | 2581 && strcasecmp (sh_cmds[j], new_argv[0]) == 0) in construct_command_argv_internal()
|
D | configure | 8906 for ac_func in strcasecmp 8933 char strcasecmp (); 8937 return strcasecmp (); 8956 cf_tr_func=`echo strcasecmp | tr '[a-z]' '[A-Z]'`
|
D | ChangeLog | 1373 The CMD builtin commands are case insensitive so use strcasecmp().
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1745 return strcasecmp(s1, s2);
|
/ndk/sources/host-tools/make-3.81/config/ |
D | gettext.m4 | 385 mempcpy munmap putenv setenv setlocale snprintf stpcpy strcasecmp strdup \
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | output.0 | 8906 for ac_func in strcasecmp 8908 ac_fn_c_check_func "$LINENO" "strcasecmp" "ac_cv_func_strcasecmp" 8917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strcasecmp in -lresolv" >&5 8918 $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]'`
|
D | traces.0 | 932 …in:239: -1- AH_OUTPUT([HAVE_STRCASECMP], [/* Define to 1 if you have the `strcasecmp\' function. */
|