/third_party/backends/backend/ |
H A D | sm3840.c | 647 size = strlen (strings[i]) + 1; in max_string_size()
|
H A D | hpsj5s.c | 1519 if (strlen(scanner_path) == 0) in OpenScanner()
|
/third_party/icu/icu4c/source/common/ |
H A D | ucnv_lmb.cpp | 552 if (uprv_strncmp(pTable->LocaleID, LocaleID, strlen(pTable->LocaleID)) == 0) in FindLMBCSLocale()
|
/third_party/FreeBSD/sbin/fsck_msdosfs/ |
H A D | dir.c | 173 nl = strlen(np); in fullpath()
|
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | f_dfu.c | 1022 ret = strncpy_s(entity->dfu_name, DFU_NAME_MAX_LEN, st, strlen(st) + 1); in dfu_ram_init_env()
|
/third_party/libuv/src/unix/ |
H A D | process.c | 729 z = p + strlen(p); in uv__spawn_resolve_and_spawn()
|
/third_party/libwebsockets/lib/misc/fts/ |
H A D | trie.c | 1167 n = (int)strlen(fp->filepath); in lws_fts_serialize()
|
/third_party/libabigail/tools/ |
H A D | abidw.cc | 424 if (strlen(argv[i]) >= 2 && argv[i][0] == '-' && argv[i][1] == '-') in parse_command_line()
|
/third_party/mbedtls/library/ |
H A D | pkparse.c | 1363 (const unsigned char *) pwd, strlen(pwd), f_rng, p_rng); in mbedtls_pk_parse_keyfile()
|
/third_party/mesa3d/src/freedreno/decode/ |
H A D | pgmdump.c | 422 sprintf(filename, "%.*s-%d.%s", (int)strlen(infile) - 3, infile, n, ext); in dump_raw_shader()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_pipeline_cache.c | 181 _mesa_sha1_update(&ctx, pCreateInfo->pStages[i].pName, strlen(pCreateInfo->pStages[i].pName)); in radv_hash_rt_shaders()
|
/third_party/libwebsockets/lib/roles/h2/ |
H A D | ops-h2.c | 1034 strlen(w->h2.pending_status_body + in rops_perform_user_POLLOUT_h2()
|
/third_party/libwebsockets/lib/secure-streams/ |
H A D | secure-streams-serialize.c | 162 l = (int)strlen(rsp); in lws_ss_serialize_rx_payload()
|
/third_party/node/test/js-native-api/test_object/ |
H A D | test_object.c | 413 size_t str_len = strlen(str_val); in New()
|
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
H A D | json.cc | 350 out_->insert(out_->end(), str, str + strlen(str)); in Emit()
|
/third_party/nghttp2/src/ |
H A D | shrpx_connection.cc | 245 return shrpx_bio_write(b, str, strlen(str)); in shrpx_bio_puts()
|
/third_party/node/deps/googletest/src/ |
H A D | gtest-port.cc | 713 const size_t full_regex_len = strlen(regex) + 10; in Init()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucnv_lmb.cpp | 552 if (uprv_strncmp(pTable->LocaleID, LocaleID, strlen(pTable->LocaleID)) == 0) in FindLMBCSLocale()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | atifragshader.c | 123 if (strlen(ret_str) == 0) in create_dst_mod_str()
|
/third_party/mesa3d/src/microsoft/clc/ |
H A D | compute_test.cpp | 859 if (!tools.Assemble(source, strlen(source), &binary)) in assemble()
|
/third_party/icu/icu4c/source/test/perf/howExpensiveIs/ |
H A D | howExpensiveIs.cpp | 52 int len = strlen(testName); in testMatch()
|
/third_party/libinput/test/ |
H A D | test-path.c | 495 ck_assert_int_gt(strlen(sysname), 1); in START_TEST()
|
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify16.c | 546 namelen = strlen(filename); in do_test()
|
/third_party/ltp/testcases/network/netstress/ |
H A D | netstress.c | 156 strlen(dev) + 1); in init_socket_opts()
|
/third_party/lwip/src/api/ |
H A D | api_lib.c | 1287 if (strlen(name) >= DNS_MAX_NAME_LENGTH) {
|