Home
last modified time | relevance | path

Searched refs:strlen (Results 5051 - 5075 of 5112) sorted by relevance

1...<<201202203204205

/third_party/python/Modules/
H A D_testcapimodule.c1904 obj = PyUnicode_Decode("t\xeate", strlen("t\xeate"), in test_s_code()
2019 obj = PyUnicode_Decode("test", strlen("test"), in test_u_code()
/third_party/python/Modules/clinic/
H A Dposixmodule.c.h3298 if (strlen(user) != (size_t)user_length) { in os_getgrouplist()
3352 if (strlen(user) != (size_t)user_length) { in os_getgrouplist()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwpa_supplicant.c7580 if (strncmp(wpa_s->ifname, "wlan0", strlen("wlan0")) == 0) {
8600 os_memcpy(wpaTempDisabledParma.reason, reason, strlen(reason));
H A Dctrl_iface.c3864 if (wpa_s != NULL && os_strncmp(wpa_s->ifname, "wlan1", strlen("wlan1")) == 0) {
12251 else if (strncmp(params, "ENABLE", strlen("ENABLE")) == 0) {
12254 } else if (strncmp(params, "HILINK_MAC", strlen("HILINK_MAC")) == 0) {
/third_party/node/deps/v8/src/api/
H A Dapi.cc698 SetFlagsFromString(str, strlen(str)); in SetFlagsFromString()
761 : (source ? static_cast<int>(strlen(source)) : 0)), in Extension()
6797 size_t len = strlen(string); in StringLength()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.cpp1583 const size_t text_length = strlen(text); in replaceToken()
1584 const size_t token_length = strlen(token); in replaceToken()
1610 const size_t text_length = strlen(text); in replaceAllTokens()
1611 const size_t token_length = strlen(token); in replaceAllTokens()
1678 if (9 /* strlen(SEPARATOR) */ == list_position - sep_list_position) in insertElementOfList()
H A Dgl4cShaderAtomicCountersTests.cpp559 const GLsizei uniform_length = static_cast<GLsizei>(strlen(uniform_name)); in CheckUniform()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/svp/nnie/sample/
H A Dsample_nnie.c321 SAMPLE_SVP_CHECK_EXPR_RET((strlen(pstNnieCfg->pszPic) > PATH_MAX) || in SAMPLE_SVP_NNIE_FillSrcData()
/foundation/ability/form_fwk/services/src/
H A Dform_mgr_adapter.cpp1644 std::string abilityName = providerKey.substr(position + strlen(Constants::NAME_DELIMITER)); in HandleEventNotify()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_connect_manager.cpp1521 if (ret > 0 && strncmp(paramOutBuf, hook_mode, strlen(hook_mode)) == 0) { in PostTimeOutTask()
/foundation/distributedhardware/device_manager/interfaces/kits/js/src/
H A Dnative_devicemanager_js.cpp1165 (void)strncpy_s(info.capability, sizeof(info.capability), DM_CAPABILITY_OSD, strlen(DM_CAPABILITY_OSD)); in JsToDmSubscribeInfo()
/third_party/ffmpeg/libavformat/
H A Dmatroskadec.c1624 size_t probelen = strlen(matroska_doctypes[i]); in matroska_probe()
/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp120 strncmp(filename, currentFile, strlen(currentFile) + 1) != 0) { in setLine()
/third_party/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp1299 if (testDataDirectory == NULL || strlen(testDataDirectory) >= sizeof(testFileName)) { in runUnicodeTestData()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_pipeline.c4482 size_t data_len = strlen(data) + 1; in write_ir_text()
/third_party/mesa3d/src/imgui/
H A Dimstb_truetype.h483 #define STBTT_strlen(x) strlen(x)
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state_shaders.cpp266 shader->binary.llvm_ir_string ? strlen(shader->binary.llvm_ir_string) + 1 : 0; in si_get_shader_binary()
/third_party/mesa3d/src/mesa/main/
H A Dfbobject.c5649 msg_id, MESA_DEBUG_SEVERITY_HIGH, strlen(msg), msg); in sample_locations()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c802 assert(strlen(path) < ARRAY_SIZE(device->path)); in anv_physical_device_try_create()
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3440 pub fn strlen(cs: *const c_char) -> size_t; in strlen() functions
/third_party/pcre2/pcre2/src/
H A Dpcre2_match.c6386 length = PRIV(strlen)(subject); in pcre2_match()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dglslang_wrapper_utils.cpp1983 const size_t bufferNameBaseLength = strlen(sh::vk::kXfbEmulationBufferName);
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DProgram.cpp898 msg.erase(found, strlen(g_fakepath)); in appendSanitized()
/third_party/skia/third_party/externals/imgui/
H A Dimgui_tables.cpp1462 table->ColumnsNames.append(label, label + strlen(label) + 1); in TableSetupColumn()
H A Dimstb_truetype.h483 #define STBTT_strlen(x) strlen(x)

Completed in 222 milliseconds

1...<<201202203204205