Home
last modified time | relevance | path

Searched refs:strlen (Results 1001 - 1025 of 4099) sorted by relevance

1...<<41424344454647484950>>...164

/third_party/openssl/test/
H A Dtls13secretstest.c327 strlen(client_hts_label), client_hts, in test_handshake_secrets()
342 strlen(server_hts_label), server_hts, in test_handshake_secrets()
376 strlen(client_ats_label), client_ats, in test_handshake_secrets()
391 strlen(server_ats_label), server_ats, in test_handshake_secrets()
H A Dssl_old_test.c262 len = strlen(in); in next_protos_parse()
266 out = OPENSSL_malloc(strlen(in) + 1); in next_protos_parse()
352 (client_proto_len != strlen(alpn_expected) || in verify_alpn()
465 *outlen = strlen(custom_ext_cli_string); in custom_ext_1_cli_add_cb()
483 *outlen = strlen(custom_ext_cli_string); in custom_ext_2_cli_add_cb()
505 *outlen = strlen(custom_ext_cli_string); in custom_ext_3_cli_add_cb()
515 if (inlen != strlen(custom_ext_srv_string)) in custom_ext_3_cli_parse_cb()
551 if (inlen != strlen(custom_ext_cli_string)) in custom_ext_1_srv_parse_cb()
572 if (inlen != strlen(custom_ext_cli_string)) in custom_ext_2_srv_parse_cb()
595 if (inlen != strlen(custom_ext_cli_strin in custom_ext_3_srv_parse_cb()
[all...]
/third_party/openssl/apps/
H A Drehash.c217 if (OPENSSL_strncasecmp(suffix, &filename[i], strlen(suffix)) == 0) in handle_symlink()
220 i += strlen(suffixes[type]); in handle_symlink()
332 path += strlen(path) - 1; in ends_with_dirsep()
369 buflen = strlen(dirname); in do_dir()
H A Dengine.c58 int len = strlen(s) + 1; in append_buf()
65 const int blen = strlen(p); in append_buf()
206 if ((xpos > (int)strlen(indent)) && in util_verbose()
207 (xpos + (int)strlen(name) > line_wrap)) { in util_verbose()
/third_party/openssl/crypto/
H A Dcore_namemap.c214 return ossl_namemap_name2num_n(namemap, name, strlen(name)); in ossl_namemap_name2num()
297 return ossl_namemap_add_name_n(namemap, number, name, strlen(name)); in ossl_namemap_add_name()
322 l = strlen(p); /* offset to \0 */ in ossl_namemap_add_names()
347 l = strlen(p); /* offset to \0 */ in ossl_namemap_add_names()
/third_party/vk-gl-cts/execserver/
H A DxsWin32TestProcess.cpp120 int caseListSize = (int)strlen(caseList)+1; in start()
645 bool hasCaseList = strlen(caseList) > 0; in start()
677 if (strlen(params) > 0) in start()
685 m_process->start(cmdLine.c_str(), strlen(workingDir) > 0 ? workingDir : DE_NULL); in start()
/third_party/vk-gl-cts/executor/
H A DxeTcpIpLink.cpp55 int nameSize = (int)strlen(name) + 1; in writeExecuteBinary()
56 int paramsSize = (int)strlen(params) + 1; in writeExecuteBinary()
57 int workDirSize = (int)strlen(workDir) + 1; in writeExecuteBinary()
58 int caseListSize = (int)strlen(caseList) + 1; in writeExecuteBinary()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-buffer-serialize.cc124 #define APPEND(s) HB_STMT_START { strcpy (p, s); p += strlen (s); } HB_STMT_END in _hb_buffer_serialize_glyphs_json()
289 p += strlen (p); in _hb_buffer_serialize_glyphs_text()
766 buf_len = strlen (buf); in hb_buffer_deserialize_glyphs()
837 buf_len = strlen (buf); in hb_buffer_deserialize_unicode()
/third_party/toybox/scripts/
H A Dconfig2help.c132 int len = strlen(name); in keyword()
242 s = line+strlen(line); in parse()
328 len = strlen(try->name); in main()
485 strcpy(s = xmalloc(strlen(sym->name)+1), sym->name); in main()
/third_party/selinux/checkpolicy/test/
H A Ddispol.c487 ans[strlen(ans) - 1] = 0; in main()
501 ans[strlen(ans) - 1] = 0; in main()
532 OutfileName[strlen(OutfileName) - 1] = '\0'; /* fix_string (remove LF) */ in main()
533 if (strlen(OutfileName) == 0) in main()
/third_party/zlib/test/
H A Dminigzip.c448 if (strlen(file) + strlen(GZ_SUFFIX) >= sizeof(outfile)) { in file_compress()
485 z_size_t len = strlen(file); in file_uncompress()
487 if (len + strlen(GZ_SUFFIX) >= sizeof(buf)) { in file_uncompress()
/third_party/alsa-utils/alsactl/
H A Dinit_parse.c366 value = pos ? pos + 1 : value + strlen(value) - 1; in set_ctl_value()
377 items = pos ? (unsigned)(pos - value) : (unsigned)strlen(value); in set_ctl_value()
407 value = pos ? pos + 1 : value + strlen(value) - 1; in set_ctl_value()
418 value = pos ? pos + 1 : value + strlen(value) - 1; in set_ctl_value()
453 value = pos ? pos + 1 : value + strlen(value) - 1; in set_ctl_value()
462 if (strlen(value) != count * 2) { in set_ctl_value()
763 if (strlen(value) == 0 && strncasecmp(attr, "search", 6) == 0) { in elemid_set()
780 if (strlen(value) == 0) in elemid_set()
1056 if (strncasecmp(&head[1], subst->name, strlen(subst->name)) == 0) { in apply_format()
1058 tail = head + strlen(subs in apply_format()
[all...]
/third_party/libuv/src/unix/
H A Dcore.c788 *size = strlen(buffer); in uv_cwd()
1160 len = strlen(pwd.homedir); in uv_os_homedir()
1207 len = strlen(buf); in uv_os_tmpdir()
1267 name_size = strlen(pw.pw_name) + 1; in uv__getpwuid_r()
1268 homedir_size = strlen(pw.pw_dir) + 1; in uv__getpwuid_r()
1269 shell_size = strlen(pw.pw_shell) + 1; in uv__getpwuid_r()
1343 name_size = strlen(gp.gr_name) + 1; in uv_os_get_group()
1347 mem_size += strlen(gp.gr_mem[r]) + 1 + sizeof(char*); in uv_os_get_group()
1364 gr_mem += strlen(gr_mem) + 1; in uv_os_get_group()
1467 len = strlen(va in uv_os_getenv()
[all...]
/third_party/libcoap/examples/
H A Dcoap-client.c671 strncmp(arg, content_types[i].media_type, strlen(arg)) != 0 ; in cmdline_content_type()
827 size_t len = strlen(arg); in cmdline_uri()
839 if (coap_split_uri((unsigned char *)arg, strlen(arg), &uri) < 0) { in cmdline_uri()
948 if (coap_split_uri((unsigned char *)arg, strlen(arg), &proxy) < 0 || in cmdline_proxy()
958 the_token.length = min(sizeof(_token_data), strlen(arg)); in cmdline_token()
1024 /* On success, 2 * len + 2 == strlen(arg) */ in cmdline_option()
1029 coap_new_optlist(num, strlen(arg), (unsigned char *)arg)); in cmdline_option()
1124 len = check_segment((unsigned char *)text, strlen(text)); in cmdline_input()
1134 decode_segment((unsigned char *)text, strlen(text), buf->s); in cmdline_input()
1267 coap_new_bin_const((const uint8_t *)cp, strlen(c in cmdline_read_hint_check()
[all...]
/third_party/curl/src/
H A Dtool_strdup.c35 len = strlen(str) + 1; in strdup()
/third_party/backends/lib/
H A Dstrdup.c31 size = strlen (s) + 1; in strdup()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/platform/
H A Dssl_port.h34 #define ssl_strlen strlen
/third_party/node/test/wasi/c/
H A Dwrite_file.c12 assert(nwritten == strlen(message)); in main()
/third_party/musl/src/string/
H A Dstrlcat.c7 if (l == n) return l + strlen(s); in strlcat()
/third_party/musl/porting/uniproton/kernel/src/misc/
H A Ddirname.c8 i = strlen(s)-1; in dirname()
/third_party/musl/src/unistd/
H A Dgetlogin_r.c9 if (strlen(logname) >= size) return ERANGE; in getlogin_r()
/third_party/musl/porting/liteos_m/kernel/src/misc/
H A Ddirname.c8 i = strlen(s)-1; in dirname()
/third_party/musl/src/stdio/
H A Dfputs.c12 size_t l = strlen(s); in fputs()
/third_party/musl/porting/liteos_a/kernel/src/string/
H A Dstrncat.c9 d += strlen(d); in __strncat()
H A Dstrlcat.c7 if (l == n) return l + strlen(s); in strlcat()

Completed in 18 milliseconds

1...<<41424344454647484950>>...164