/third_party/python/Modules/_ctypes/darwin/ |
H A D | dlfcn_simple.c | 217 int sym_len = strlen(symbol); in darwin_dlsym()
|
/third_party/skia/tools/gpu/ |
H A D | MemoryCache.cpp | 28 static const size_t kTailLen = strlen(kTail); in data_to_str()
|
/third_party/toybox/lib/ |
H A D | password.c | 155 if (strncmp(line, namesfx, strlen(namesfx))) in update_password()
|
/third_party/toybox/toys/net/ |
H A D | netcat.c | 83 if (strlen(name) + 1 > sizeof(sockaddr.sun_path)) in usock()
|
/third_party/toybox/toys/other/ |
H A D | vmstat.c | 104 header += strlen(header)+1; in vmstat_main()
|
/third_party/toybox/toys/pending/ |
H A D | useradd.c | 54 if (s[strcspn(s, ":/\n")] || strlen(s) > LOGIN_NAME_MAX) in useradd_main()
|
/third_party/unity/test/tests/ |
H A D | test_unity_strings.c | 50 TEST_ASSERT_EQUAL_STRING_LEN(testString, testString, strlen(testString)); in testEqualStringsLen()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_fingerprint.h | 179 Process (text, (uint32) strlen (text)); in Process()
|
/third_party/skia/third_party/externals/expat/expat/tests/ |
H A D | minicheck.c | 221 const int has_newline = (msg[strlen(msg) - 1] == '\n'); in _fail_unless()
|
/third_party/python/Modules/_sqlite/clinic/ |
H A D | module.c.h | 39 if (strlen(statement) != (size_t)statement_length) { in pysqlite_complete_statement()
|
/third_party/python/Objects/ |
H A D | capsule.c | 200 size_t name_length = (strlen(name) + 1) * sizeof(char); in PyCapsule_Import()
|
/third_party/python/Modules/clinic/ |
H A D | _dbmmodule.c.h | 158 if (strlen(flags) != (size_t)flags_length) { in dbmopen()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
H A D | raw_logging.cc | 171 SafeWriteToStderr(buffer, strlen(buffer)); in RawLogVA()
|
/third_party/skia/gm/ |
H A D | orientation.cpp | 89 font.measureText(text, strlen(text), SkTextEncoding::kUTF8, &bounds); in make_images()
|
H A D | coloremoji_blendmodes.cpp | 148 SkUnichar unichar = SkUTF::NextUTF8(&text, text + strlen(text));
|
H A D | mac_aa_explorer.cpp | 148 const size_t len = strlen(str); in DEF_SIMPLE_GM()
|
/third_party/skia/modules/skottie/tests/ |
H A D | Image.cpp | 43 SkMemoryStream stream(json, strlen(json)); in DEF_TEST()
|
/third_party/skia/bench/ |
H A D | BlendmodeBench.cpp | 49 size_t len = strlen(text);
|
/third_party/selinux/libselinux/src/ |
H A D | context.c | 125 total += strlen(n->component[i]) + 1; in context_str()
|
/third_party/vulkan-loader/loader/ |
H A D | log.c | 61 len = strlen(env); in loader_init_global_debug_level()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/ |
H A D | jsi_pa_engine.cpp | 181 napi_create_function(env, "log", strlen("log"), AppInfoLogPrint, nullptr, &logValue); in RegisterConsoleModule() 183 napi_create_function(env, "debug", strlen("debug"), AppDebugLogPrint, nullptr, &debugValue); in RegisterConsoleModule() 185 napi_create_function(env, "info", strlen("info"), AppInfoLogPrint, nullptr, &infoValue); in RegisterConsoleModule() 187 napi_create_function(env, "warn", strlen("warn"), AppWarnLogPrint, nullptr, &warnValue); in RegisterConsoleModule() 189 napi_create_function(env, "error", strlen("error"), AppErrorLogPrint, nullptr, &errorValue); in RegisterConsoleModule() 493 if (strlen(rdbPath) == 0) { in LoadLibrary() 532 if (strlen(dataAbilityPath) == 0) { in LoadLibrary()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/ |
H A D | trans_auth_manager.c | 173 channelInfo.peerDeviceId = strlen(appInfo->peerNetWorkId) == 0 ? in NotifyOpenAuthChannelSuccess() 180 channelInfo.keyLen = strlen(channelInfo.sessionKey) + 1; in NotifyOpenAuthChannelSuccess() 513 if (strlen(info->appInfo.peerVersion) == 0) { in FillExtraByAuthChannelErrorEnd() 563 extra.peerUdid = strlen(info.appInfo.peerUdid) != 0 ? info.appInfo.peerUdid : info.appInfo.peerData.deviceId; in OnRecvAuthChannelReply() 843 .len = strlen(data) + 1, in TransPostAuthChannelMsg() 871 .len = strlen(cJsonStr) + 1, in TransPostAuthChannelErrMsg() 1274 strlen(connInfo->socketOption.addr)) == 0) { in CheckIsWifiAuthChannel()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_net_builder.c | 204 rc = LnnSendSyncInfoMsg(LNN_INFO_TYPE_MASTER_ELECT, networkId, (uint8_t *)data, strlen(data) + 1, NULL); in SyncElectMessage() 390 if (SoftBusGenerateStrHash((const unsigned char *)defaultUserId, strlen(defaultUserId), defaultAccountHash) != in IsNeedWifiReauth() 751 if (strncpy_s(para, NETWORK_ID_BUF_LEN, networkId, strlen(networkId)) != EOK) { in CreateNetworkIdMsgPara() 1084 if (strncpy_s(para->oldNetworkId, NETWORK_ID_BUF_LEN, oldNetworkId, strlen(oldNetworkId)) != EOK || in LnnRequestLeaveInvalidConn() 1085 strncpy_s(para->newNetworkId, NETWORK_ID_BUF_LEN, newNetworkId, strlen(newNetworkId)) != EOK) { in LnnRequestLeaveInvalidConn() 1181 if (strncpy_s(para->networkId, NETWORK_ID_BUF_LEN, networkId, strlen(networkId)) != EOK || in LnnNotifyMasterElect() 1182 strncpy_s(para->masterUdid, UDID_BUF_LEN, masterUdid, strlen(masterUdid)) != EOK) { in LnnNotifyMasterElect()
|
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | checks.c | 308 if (n < strlen(node->name)) in check_node_name_chars() 368 if (n < strlen(prop->name)) in check_property_name_chars() 385 if (n == strlen(prop->name)) in check_property_name_chars_strict() 400 if (n < strlen(name)) in check_property_name_chars_strict() 637 strlen(path) + 1); in fixup_path_references() 704 if (strspn(prop->name, LOWERCASE DIGITS "-") != strlen(prop->name)) in check_alias_paths() 1249 if (!strlen(addr_a)) in check_unique_unit_address_common()
|
/kernel/linux/linux-6.6/drivers/vfio/pci/ |
H A D | vfio_pci_core.c | 1992 if (strncmp(pci_name(vdev->pdev), buf, strlen(pci_name(vdev->pdev)))) in vfio_pci_core_match() 1995 if (strlen(buf) > strlen(pci_name(vdev->pdev))) { in vfio_pci_core_match() 1996 buf += strlen(pci_name(vdev->pdev)); in vfio_pci_core_match() 2008 strlen(VF_TOKEN_ARG))) { in vfio_pci_core_match() 2009 buf += strlen(VF_TOKEN_ARG); in vfio_pci_core_match() 2011 if (strlen(buf) < UUID_STRING_LEN) in vfio_pci_core_match()
|