Home
last modified time | relevance | path

Searched refs:strlen (Results 3776 - 3800 of 4445) sorted by relevance

1...<<151152153154155156157158159160>>...178

/third_party/node/src/
H A Dinspector_socket_server.cc93 size_t len = strlen(expected); in MatchPathSegment()
H A Dstring_bytes.cc720 const size_t len = strlen(buf); in Encode()
H A Dutil.cc170 // Strip excess trailing nul bytes. Using strlen() here is safe, in GetProcessTitle()
172 buf.resize(strlen(buf.data())); in GetProcessTitle()
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsdump_logfile.c688 if (strncmp(argv[1], "-f", strlen("-f"))) in main()
/third_party/nghttp2/examples/
H A Dlibevent-client.c580 rv = http_parser_parse_url(uri, strlen(uri), 0, &u); in run()
/third_party/mesa3d/src/mesa/main/
H A Dpipelineobj.c739 strlen(pipe->InfoLog) + 1 : 0; in _mesa_GetProgramPipelineiv()
/third_party/mesa3d/src/util/
H A Ddisk_cache_os.c237 size_t len = strlen(dir_ent->d_name); in choose_lru_file_matching()
H A Dhash_table.c662 return _mesa_hash_string_with_length(_key, strlen((const char *)_key)); in _mesa_hash_string()
/third_party/icu/icu4c/source/test/cintltst/
H A Dputiltst.c191 dataDirectoryLen=(int32_t)strlen(dataDirectory); in TestPUtilAPI()
H A Dspooftest.c141 fileName = malloc(strlen(dataSrcDir) + 100); in TestOpenFromSource()
/third_party/icu/icu4c/source/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp152 itemNames.append(name, strlen(name)+1, errorCode); in BinarySearchPackageLookup()
/third_party/libinput/test/
H A Dtest-udev.c489 ck_assert_int_gt(strlen(sysname), 1); in START_TEST()
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Dtinjpage.c930 write(1, t->name, strlen(t->name)); in main()
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Dtinjpage.c930 write(1, t->name, strlen(t->name)); in main()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/platform/
H A Dssl_pm.c903 *len = (unsigned int)strlen(alp); in SSL_get0_alpn_selected()
/third_party/libinput/tools/
H A Dshared.c469 if (strlen(options->match) > 0 && in tools_device_apply_config()
/third_party/lwip/src/netif/ppp/
H A Dfsm.c239 f->term_reason_len = (reason == NULL? 0: (u8_t)LWIP_MIN(strlen(reason), 0xFF) ); in fsm_close()
/third_party/node/deps/v8/src/d8/
H A Dd8-posix.cc678 size_t name_len = strlen(name) + 1; // Includes the null terminator in ReadCharsFromTcpPort()
/third_party/node/deps/v8/src/inspector/
H A Dv8-stack-trace-impl.cc199 if (m_sourceURL.substring(0, strlen(dataURIPrefix)) != dataURIPrefix) { in buildInspectorObject()
/third_party/node/deps/v8/src/diagnostics/ppc/
H A Ddisasm-ppc.cc130 (strncmp(string, compare_string, strlen(compare_string)) == 0)
/third_party/node/deps/v8/src/diagnostics/s390/
H A Ddisasm-s390.cc95 (strncmp(string, compare_string, strlen(compare_string)) == 0)
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_screen.c758 return strlen(ir) * sizeof(char); in fd_get_compute_param()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_screen.c490 size_t len = strlen(word); in match_word()
/third_party/musl/libc-test/src/functionalext/relro/
H A Ddlopen_ext_relro_test.c41 fd = mkstemp(path, strlen(RELRO_FILE_PATH) + 1); in create_temp_relro_file()
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_print.c477 min - OSSL_MAX(max, place) - (signvalue ? 1 : 0) - strlen(prefix); in fmtint()

Completed in 33 milliseconds

1...<<151152153154155156157158159160>>...178