/third_party/node/src/crypto/ |
H A D | crypto_common.cc | 516 ByteSource buf = ByteSource::Allocated(data, strlen(data)); in GetSerialNumber()
|
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
H A D | unzip.c | 1245 if (strlen(szFileName)>=UNZ_MAXFILENAMEINZIP) in unzLocateFile()
|
/third_party/node/tools/inspector_protocol/encoding/ |
H A D | encoding.cc | 1481 out_->insert(out_->end(), str, str + strlen(str)); in Emit()
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | win32_io.c | 994 vol_name_length = strlen(vol_name); in ntfs_device_win32_open_volume_for_partition()
|
/third_party/mesa3d/src/loader/ |
H A D | loader_dri3_helper.c | 110 cookie = xcb_intern_atom(conn, 0, strlen(name), name); in set_adaptive_sync_property()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | shader_query.cpp | 680 int len = strlen(name); in _mesa_program_resource_find_name()
|
/third_party/mesa3d/src/mesa/program/ |
H A D | program_parse.y | 680 if (strlen($1) > 1) {
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_x11.c | 1922 cookie = xcb_intern_atom(conn, 0, strlen(name), name); in wsi_x11_set_adaptive_sync_property()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | plurults.cpp | 1183 int fractionDigitCount = decimalPoint == NULL ? 0 : static_cast<int>((num + strlen(num) - 1) - decimalPoint); in checkSelect()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cldrtest.c | 815 patternLen = (int32_t)strlen(pattern); in findSetMatch()
|
/third_party/libdrm/tests/modetest/ |
H A D | modetest.c | 1891 p = arg + strlen(arg); in parse_connector()
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
H A D | sg_err.c | 1007 j += strlen(oup); in sg_print_asc_ascq()
|
/third_party/lwip/src/core/ipv4/ |
H A D | dhcp.c | 1543 size_t namelen = strlen(netif->hostname);
|
/third_party/libwebsockets/lib/roles/ws/ |
H A D | ops-ws.c | 27 #define LWS_CPYAPP(ptr, str) { strcpy(ptr, str); ptr += strlen(str); }
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | example.c | 1167 int len = strlen(arg->value); in replace_asm_arg()
|
/third_party/node/deps/v8/src/diagnostics/riscv64/ |
H A D | disasm-riscv64.cc | 168 (strncmp(string, compare_string, strlen(compare_string)) == 0)
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_program.c | 102 fd_emit_string5(ring, name, strlen(name)); in fd6_emit_shader()
|
/third_party/mksh/ |
H A D | jobs.c | 1274 /* strlen(vp_pipest->name) == 10 */ 1752 len = strlen(cp);
|
/third_party/node/deps/openssl/openssl/ssl/statem/ |
H A D | extensions_srvr.c | 160 strlen(s->session->ext.hostname)); in tls_parse_ctos_server_name()
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 1158 pub fn strlen(cs: *const c_char) -> size_t; in strlen() functions
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 554 pub fn strlen(cs: *const c_char) -> size_t; in strlen() functions
|
/third_party/pulseaudio/src/modules/ |
H A D | module-ladspa-sink.c | 771 if (*cdata == 0 || cdata[strlen(cdata) - 1] == ',') { in parse_control_parameters()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineSamplerBorderSwizzleTests.cpp | 1440 const auto skip = std::strlen("VK_FORMAT_"); in createSamplerBorderSwizzleTests()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | glslang_lex_autogen.cpp | 2880 return yy_scan_bytes(yystr, (int)strlen(yystr), yyscanner); in yy_scan_string()
|
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
H A D | preprocessor_lex_autogen.cpp | 2106 return yy_scan_bytes(yystr, (int)strlen(yystr), yyscanner); in yy_scan_string()
|