Home
last modified time | relevance | path

Searched refs:strlen (Results 4151 - 4175 of 8195) sorted by relevance

1...<<161162163164165166167168169170>>...328

/third_party/libwebsockets/test-apps/
H A Dtest-server.c279 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 Dtst_kconfig.c465 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 Dlos_usr_libc.c443 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 DMakefile105 $(HIDE) true >> $</src/string/arm/strlen.S
108 -D__strlen_armv6t2=strlen \
/third_party/ninja/src/
H A Dbuild_log_test.cc77 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 Dloader.c615 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 Ddisk_cache.c196 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 Dtls-jit-trust.c110 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 Dtest-value.c102 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 Dlibrttest.c125 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 Dstress.c388 if ((pos = strlen(nptr) - 1) < 0) { in atoll_b()
427 if ((pos = strlen(nptr) - 1) < 0) { in atoll_s()
H A Dgenload.c388 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 Dcpu.cc291 size_t fieldlen = strlen(field);
334 ssize_t item_len = strlen(item);
/third_party/node/deps/v8/src/ast/
H A Dast-value-factory.cc107 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 Djs-regexp.cc295 escapes += std::strlen("\\u2028") - 1; in CountAdditionalEscapeChars()
298 escapes += std::strlen("\\u2029") - 1; in CountAdditionalEscapeChars()
/third_party/node/deps/v8/src/utils/
H A Dallocation.cc130 size_t length = strlen(str); in StrDup()
138 size_t length = strlen(str); in StrNDup()
/third_party/mesa3d/src/glx/tests/
H A Dclientinfo_unittest.cpp684 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 Dunit_test_ldso_dynlink.c562 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 Da_strex.c349 outlen += strlen(tagname); in do_print_ex()
530 objlen = strlen(objbuf); in do_name_ex()
H A Dameth_lib.c113 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 Dsrp_lib.c167 || !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 Dx509_vpm.c46 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 Devp_fetch.c157 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 Dparam_build.c243 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 Ddecoder_meth.c166 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()

Completed in 24 milliseconds

1...<<161162163164165166167168169170>>...328