/third_party/libwebsockets/test-apps/ |
H A D | test-server.c | 279 14, /* strlen("/ziptest"), ie length of the mountpoint */ 297 8, /* strlen("/ziptest"), ie length of the mountpoint */ 315 9, /* strlen("/formtest"), ie length of the mountpoint */ 586 if (strlen(resource_path) > sizeof(cert_path) - 32) { in main() 593 if (strlen(resource_path) > sizeof(key_path) - 32) { in main()
|
/third_party/ltp/lib/ |
H A D | tst_kconfig.c | 465 if (strlen(var->val) != len) in map() 552 var.id_len = strlen(confname); in tst_kconfig_get()
|
/third_party/musl/porting/liteos_m/user/hook/ |
H A D | los_usr_libc.c | 443 size_t strlen(const char *s) in strlen() function 445 return g_usrLibc->strlen(s); in strlen()
|
/third_party/musl/scripts/build_lite/ |
H A D | Makefile | 105 $(HIDE) true >> $</src/string/arm/strlen.S 108 -D__strlen_armv6t2=strlen \
|
/third_party/ninja/src/ |
H A D | build_log_test.cc | 77 const size_t kVersionPos = strlen(kExpectedVersion) - 2; // Points at 'X'.
in TEST_F() 285 for (size_t i = 0; i < (512 << 10) / strlen(" more_command"); ++i)
in TEST_F()
|
/third_party/mesa3d/src/loader/ |
H A D | loader.c | 615 const size_t len = strlen(name); in loader_get_extensions_name() 658 end = search_paths + strlen(search_paths); in loader_open_driver_lib()
|
/third_party/mesa3d/src/util/ |
H A D | disk_cache.c | 196 size_t id_size = strlen(driver_id) + 1; in disk_cache_create() 197 size_t gpu_name_size = strlen(gpu_name) + 1; in disk_cache_create()
|
/third_party/libwebsockets/lib/tls/ |
H A D | tls-jit-trust.c | 110 hl = strlen(host); in lws_tls_jit_trust_sort_kids() 289 size = strlen(address); in lws_tls_jit_trust_vhost_bind()
|
/third_party/libexif/test/ |
H A D | test-value.c | 102 for (i = strlen(full); i > 0; i--) { in check_entry_trunc() 108 if ((strlen(v) >= i) || (uniform && strcmp(full, v))) { in check_entry_trunc()
|
/third_party/ltp/testcases/realtime/lib/ |
H A D | librttest.c | 125 for (i = 0; i < strlen(all_options); i++) { in rt_init_long() 664 write_file(pathname, string, strlen(string)); in write_string_to_file()
|
/third_party/ltp/tools/genload/ |
H A D | stress.c | 388 if ((pos = strlen(nptr) - 1) < 0) { in atoll_b() 427 if ((pos = strlen(nptr) - 1) < 0) { in atoll_s()
|
H A D | genload.c | 388 if ((pos = strlen(nptr) - 1) < 0) { in atoll_b() 427 if ((pos = strlen(nptr) - 1) < 0) { in atoll_s()
|
/third_party/node/deps/v8/src/base/ |
H A D | cpu.cc | 291 size_t fieldlen = strlen(field); 334 ssize_t item_len = strlen(item);
|
/third_party/node/deps/v8/src/ast/ |
H A D | ast-value-factory.cc | 107 if (length != strlen(data)) return false; in IsOneByteEqualTo() 304 static_cast<int>(strlen(data))); \ in AstStringConstants()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-regexp.cc | 295 escapes += std::strlen("\\u2028") - 1; in CountAdditionalEscapeChars() 298 escapes += std::strlen("\\u2029") - 1; in CountAdditionalEscapeChars()
|
/third_party/node/deps/v8/src/utils/ |
H A D | allocation.cc | 130 size_t length = strlen(str); in StrDup() 138 size_t length = strlen(str); in StrNDup()
|
/third_party/mesa3d/src/glx/tests/ |
H A D | clientinfo_unittest.cpp | 684 const unsigned len = strlen(needle); in TEST_F() 710 const unsigned len = strlen(needle); in TEST_F()
|
/third_party/musl/libc-test/src/functionalext/unittest/ |
H A D | unit_test_ldso_dynlink.c | 562 list->strs[0] = malloc(strlen(name) + 1); in dummy_config_get_inherits() 563 memcpy(list->strs[0], name, strlen(name) + 1); in dummy_config_get_inherits()
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | a_strex.c | 349 outlen += strlen(tagname); in do_print_ex() 530 objlen = strlen(objbuf); in do_name_ex()
|
H A D | ameth_lib.c | 113 len = strlen(str); in EVP_PKEY_asn1_find_str() 135 if ((int)strlen(ameth->pem_str) == len in EVP_PKEY_asn1_find_str()
|
/third_party/node/deps/openssl/openssl/crypto/srp/ |
H A D | srp_lib.c | 167 || !EVP_DigestUpdate(ctxt, user, strlen(user)) in SRP_Calc_x_ex() 169 || !EVP_DigestUpdate(ctxt, pass, strlen(pass)) in SRP_Calc_x_ex()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x509_vpm.c | 46 namelen = name ? strlen(name) : 0; in int_x509_param_set_hosts() 245 srclen = strlen(src); in int_x509_param_set1()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | evp_fetch.c | 157 size_t l = (q == NULL ? strlen(names) : (size_t)(q - names)); in get_evp_method_from_store() 198 l = (q == NULL ? strlen(names) : (size_t)(q - names)); in put_evp_method_in_store()
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | param_build.c | 243 bsize = strlen(buf); in OSSL_PARAM_BLD_push_utf8_string() 262 bsize = strlen(buf); in OSSL_PARAM_BLD_push_utf8_ptr()
|
/third_party/node/deps/openssl/openssl/crypto/encode_decode/ |
H A D | decoder_meth.c | 166 size_t l = (q == NULL ? strlen(names) : (size_t)(q - names)); in get_decoder_from_store() 204 l = (q == NULL ? strlen(names) : (size_t)(q - names)); in put_decoder_in_store()
|