Home
last modified time | relevance | path

Searched refs:strcmp (Results 3201 - 3204 of 3204) sorted by relevance

1...<<121122123124125126127128129

/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp6996 extern int strcmp (const char *__s1, const char *__s2)
7238 using ::strcmp;
[all...]
/third_party/node/deps/cares/
H A Dconfigure2859 extern int strcmp (const char *, const char *);
2864 using std::strcmp;
2875 assert (!(strcmp) (s, "test"));
19794 return (strcmp(buffer, name) != 0);
/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c3339 if (PRIV(strcmp)(skip_arg, (PCRE2_SPTR)current[2]) == 0) in do_search_mark()
/third_party/sqlite/src/
H A Dshell.c272 /* A version of strcmp() that works with NULL values */
276 return strcmp(a,b); in cli_strcmp()
17423 ** is equal, according to strcmp(), to any of the strings in the array.

Completed in 91 milliseconds

1...<<121122123124125126127128129