Searched refs:strncasecmp (Results 1 – 13 of 13) sorted by relevance
/device/google/coral/json-c/ |
D | json_tokener.c | 49 # define strncasecmp _strnicmp macro 51 # error You do not have strncasecmp on your system. 368 strncasecmp(json_inf_str, infbuf, size_inf) == 0) || in json_tokener_parse_ex() 394 strncasecmp(json_null_str, tok->pb->buf, size) == 0) in json_tokener_parse_ex() 405 strncasecmp(json_nan_str, tok->pb->buf, size_nan) == 0) || in json_tokener_parse_ex() 640 strncasecmp(json_true_str, tok->pb->buf, size1) == 0) in json_tokener_parse_ex() 650 strncasecmp(json_false_str, tok->pb->buf, size2) == 0) in json_tokener_parse_ex()
|
D | configure.ac | 45 AC_CHECK_FUNCS(strcasecmp strdup strerror snprintf vsnprintf vasprintf open vsyslog strncasecmp set…
|
D | config.h.in | 97 /* Define to 1 if you have the `strncasecmp' function. */
|
/device/google/crosshatch/json-c/ |
D | json_tokener.c | 49 # define strncasecmp _strnicmp macro 51 # error You do not have strncasecmp on your system. 368 strncasecmp(json_inf_str, infbuf, size_inf) == 0) || in json_tokener_parse_ex() 394 strncasecmp(json_null_str, tok->pb->buf, size) == 0) in json_tokener_parse_ex() 405 strncasecmp(json_nan_str, tok->pb->buf, size_nan) == 0) || in json_tokener_parse_ex() 640 strncasecmp(json_true_str, tok->pb->buf, size1) == 0) in json_tokener_parse_ex() 650 strncasecmp(json_false_str, tok->pb->buf, size2) == 0) in json_tokener_parse_ex()
|
D | configure.ac | 45 AC_CHECK_FUNCS(strcasecmp strdup strerror snprintf vsnprintf vasprintf open vsyslog strncasecmp set…
|
D | config.h.in | 97 /* Define to 1 if you have the `strncasecmp' function. */
|
/device/google/bonito/json-c/ |
D | json_tokener.c | 49 # define strncasecmp _strnicmp macro 51 # error You do not have strncasecmp on your system. 368 strncasecmp(json_inf_str, infbuf, size_inf) == 0) || in json_tokener_parse_ex() 394 strncasecmp(json_null_str, tok->pb->buf, size) == 0) in json_tokener_parse_ex() 405 strncasecmp(json_nan_str, tok->pb->buf, size_nan) == 0) || in json_tokener_parse_ex() 640 strncasecmp(json_true_str, tok->pb->buf, size1) == 0) in json_tokener_parse_ex() 650 strncasecmp(json_false_str, tok->pb->buf, size2) == 0) in json_tokener_parse_ex()
|
D | configure.ac | 45 AC_CHECK_FUNCS(strcasecmp strdup strerror snprintf vsnprintf vasprintf open vsyslog strncasecmp set…
|
D | config.h.in | 97 /* Define to 1 if you have the `strncasecmp' function. */
|
/device/google/contexthub/firmware/lib/libc/ |
D | strcasecmp.c | 90 strncasecmp(const char *s1, const char *s2, size_t n) in strncasecmp() function
|
/device/google/cuttlefish/guest/hals/ril/reference-ril/ |
D | reference-ril.c | 5200 if (strncasecmp(&(response[typePos + 2]), "04", 2) == 0) { // SIM_RESET
|
/device/google/cuttlefish_kernel/5.4-x86_64/ |
D | System.map | 44730 ffffffff81d8d910 T strncasecmp 49888 ffffffff82011708 t strncasecmp.cfi_jt
|
/device/google/cuttlefish_kernel/5.4-arm64/ |
D | System.map | 125197 ffffffc010dcedc8 T strncasecmp 138533 ffffffc010df3b4c t strncasecmp.cfi_jt
|