/third_party/openssl/test/ |
H A D | tls13secretstest.c | 327 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 D | ssl_old_test.c | 262 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 D | rehash.c | 217 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 D | engine.c | 58 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 D | core_namemap.c | 214 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 D | xsWin32TestProcess.cpp | 120 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 D | xeTcpIpLink.cpp | 55 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 D | hb-buffer-serialize.cc | 124 #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 D | config2help.c | 132 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 D | dispol.c | 487 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 D | minigzip.c | 448 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 D | init_parse.c | 366 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 D | core.c | 788 *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 D | coap-client.c | 671 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 D | tool_strdup.c | 35 len = strlen(str) + 1; in strdup()
|
/third_party/backends/lib/ |
H A D | strdup.c | 31 size = strlen (s) + 1; in strdup()
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/platform/ |
H A D | ssl_port.h | 34 #define ssl_strlen strlen
|
/third_party/node/test/wasi/c/ |
H A D | write_file.c | 12 assert(nwritten == strlen(message)); in main()
|
/third_party/musl/src/string/ |
H A D | strlcat.c | 7 if (l == n) return l + strlen(s); in strlcat()
|
/third_party/musl/porting/uniproton/kernel/src/misc/ |
H A D | dirname.c | 8 i = strlen(s)-1; in dirname()
|
/third_party/musl/src/unistd/ |
H A D | getlogin_r.c | 9 if (strlen(logname) >= size) return ERANGE; in getlogin_r()
|
/third_party/musl/porting/liteos_m/kernel/src/misc/ |
H A D | dirname.c | 8 i = strlen(s)-1; in dirname()
|
/third_party/musl/src/stdio/ |
H A D | fputs.c | 12 size_t l = strlen(s); in fputs()
|
/third_party/musl/porting/liteos_a/kernel/src/string/ |
H A D | strncat.c | 9 d += strlen(d); in __strncat()
|
H A D | strlcat.c | 7 if (l == n) return l + strlen(s); in strlcat()
|