/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | vfwscanf.c | 60 wchar_t ch, str[5]; in vfwscanf_0100() local
|
H A D | vswscanf.c | 43 wchar_t str[20]; in vswscanf_0100() local 61 wchar_t str[20]; in vswscanf_0200() local
|
H A D | vswprintf.c | 88 wchar_t str[] = L"vswprintf test"; in main() local
|
H A D | vsprintf.c | 85 char str[] = "vsprintf test"; in main() local
|
/third_party/musl/libc-test/src/functionalext/supplement/stdlib/ |
H A D | wcstold.c | 55 wchar_t str[] = L"3.14"; in wcstold_0200() local 69 wchar_t str[] = L" 3.14"; in wcstold_0300() local 83 wchar_t str[] = L"wcstold3.14"; in wcstold_0400() local 99 wchar_t str[] = L"-3.14"; in wcstold_0500() local 114 wchar_t str[] = L"1.18973e+49322"; in wcstold_0600() local [all...] |
/third_party/musl/libc-test/src/functionalext/supplement/string/ |
H A D | wcstok.c | 29 wchar_t str[] = L"parrot,owl,sparrow,pigeon,crow"; in wcstok_0100() local 55 wchar_t str[] = L"parrot,owl.sparrow,pigeon,crow"; in wcstok_0200() local
|
/third_party/musl/libc-test/src/functionalext/supplement/time/ |
H A D | gmtime_r_sup.c | 482 char *str = strrchr(tz, TIME_ZONE_SUB_TAG); in gmtime_r_0100() local 525 char *str = strrchr(tz, TIME_ZONE_SUB_TAG); in gmtime64_r_0100() local
|
H A D | gmtime_sup.c | 482 char *str = strrchr(tz, TIME_ZONE_SUB_TAG); in gmtime_0100() local 525 char *str = strrchr(tz, TIME_ZONE_SUB_TAG); in gmtime64_0100() local
|
H A D | mktime_sup.c | 478 char *str = strrchr(tz, TIME_ZONE_SUB_TAG); in mktime_0100() local
|
H A D | difftime_sup.c | 478 char *str = strrchr(tz, TIME_ZONE_SUB_TAG); in difftime_0100() local
|
H A D | gettimeofday.c | 34 char str[11]; in gettimeofday_0100() local 67 char str[11]; in gettimeofday_time64_0100() local [all...] |
H A D | time_sup.c | 49 char *str = strrchr(tz, TIME_ZONE_SUB_TAG); in time_0100() local
|
/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
H A D | exit.c | 33 char str[100] = {0}; in exit_0100() local
|
H A D | fdatasync.c | 31 char str[] = "hello"; in fdatasync_0100() local 55 char str[] = "hello\n"; in fdatasync_0200() local
|
/third_party/musl/libc-test/src/functionalext/unittest/ |
H A D | unit_test_ldso_strops.c | 28 char *str = NULL; in strops_test_0010() local 54 char *str = NULL; in strops_test_0030() local
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | a_gentm.c | 38 int ASN1_GENERALIZEDTIME_set_string(ASN1_GENERALIZEDTIME *s, const char *str) in ASN1_GENERALIZEDTIME_set_string() argument
|
/third_party/node/deps/openssl/openssl/crypto/buffer/ |
H A D | buffer.c | 58 static char *sec_alloc_realloc(BUF_MEM *str, size_t len) in sec_alloc_realloc() argument 73 size_t BUF_MEM_grow(BUF_MEM *str, size_t len) in BUF_MEM_grow() argument 110 BUF_MEM_grow_clean(BUF_MEM *str, size_t len) BUF_MEM_grow_clean() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/ct/ |
H A D | ct_x509v3.c | 21 static void *s2i_poison(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, const char *str) in s2i_poison() argument
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x509spki.c | 30 NETSCAPE_SPKI *NETSCAPE_SPKI_b64_decode(const char *str, int len) in NETSCAPE_SPKI_b64_decode() argument
|
/third_party/libabigail/src/ |
H A D | abg-regex.cc | 69 const std::string& str = esc.ref; in operator <<() local 111 compile(const std::string& str) in compile() argument 127 match(const regex_t_sptr& r, const std::string& str) in match() argument [all...] |
/third_party/rust/crates/heck/src/ |
H A D | snake.rs | |
H A D | shouty_snake.rs | |
H A D | upper_camel.rs | |
/third_party/rust/crates/cxx/gen/build/src/ |
H A D | vec.rs | |
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_string_utils.c | 209 PRIV(strlen)(PCRE2_SPTR str) in strlen() argument
|