/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
H A D | networkconfig.cpp | 475 len = strlen(txt); in writeWepKey()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | common.c | 506 buf = os_malloc((strlen(str) + 1) * sizeof(TCHAR)); in wpa_strdup_tchar()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
H A D | networkconfig.cpp | 475 len = strlen(txt); in writeWepKey()
|
/third_party/zlib/ |
H A D | configure | 557 int main() { return strlen(strerror(errno)); }
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | TranslatorMetalDirect.cpp | 371 ImmutableStringBuilder builder(strlen("gl_FragData_") + 2); in AddFragDataDeclaration()
|
/third_party/sqlite/src/ |
H A D | shell.c | 716 i64 nTrans = strlen(zTrans)+1; in local_getline() 2072 n = (int)strlen(zBuf); in hash_step_vformat() 2156 n = (int)strlen(z); in sha3QueryFunc() 3983 in.mx = nIn>=0 ? nIn : (int)strlen((char const*)zIn); in re_match() 4441 pRe->sIn.mx = (int)strlen(zIn); in re_compile() 4962 int nCopy = (int)strlen(zCopy); in makeDirectory() 5492 pCur->nBase = (int)strlen(pCur->zBase)+1; in fsdirFilter() 7216 nFile = (int)strlen(zFile)+1; in zipfileConnect() 8263 if( strlen(z)!=10 ) goto parse_error; in zipfileGetMode() 8291 ** nB is the value of strlen(z [all...] |
/third_party/elfutils/src/ |
H A D | elflint.c | 248 size_t prefix_len = prefix == NULL ? 0 : strlen (prefix); in process_file() 249 size_t fname_len = strlen (fname) + 1; in process_file() 251 char new_suffix[(suffix == NULL ? 0 : strlen (suffix)) + 2]; in process_file() 2810 size_t ncopy = MIN (len - 1, strlen (known_flags[cnt].name)); in section_flags_string() 4381 strlen (ELF_NOTE_GNU_BUILD_ATTRIBUTE_PREFIX)) == 0) in check_note_data()
|
/third_party/googletest/googletest/src/ |
H A D | gtest.cc | 1175 const int length = strlen(ansi); 4143 segment = next_segment + strlen("]]>"); 4883 // example, replaces "=" with "%3D". This algorithm is O(strlen(str)) 4888 result.reserve(strlen(str) + 1); 6305 const size_t prefix_len = strlen(prefix); 6804 if (value[strlen(value) - 1] != separator) {
|
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest.cc | 879 const int length = strlen(ansi); in AnsiToUtf16() 3756 segment = next_segment + strlen("]]>"); in OutputXmlCDataSection() 4359 // example, replaces "=" with "%3D". This algorithm is O(strlen(str)) 4364 result.reserve(strlen(str) + 1); in UrlEncode() 5722 const size_t prefix_len = strlen(prefix); in SkipPrefix() 6147 else if (temp_dir[strlen(temp_dir) - 1] == '\\')
|
/third_party/node/deps/googletest/src/ |
H A D | gtest.cc | 1192 const int length = strlen(ansi); 4163 segment = next_segment + strlen("]]>"); 4900 // example, replaces "=" with "%3D". This algorithm is O(strlen(str)) 4905 result.reserve(strlen(str) + 1); 6326 const size_t prefix_len = strlen(prefix); 6841 if (value[strlen(value) - 1] != separator) {
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui_draw.cpp | 1182 text_end = text_begin + strlen(text_begin); in AddText() 1624 for (p = filename + strlen(filename); p > filename && p[-1] != '/' && p[-1] != '\\'; p--) {} in AddFontFromFileTTF() 1658 int compressed_ttf_size = (((int)strlen(compressed_ttf_data_base85) + 4) / 5) * 4; in AddFontFromMemoryCompressedBase85TTF() 2644 text_end = text_begin + strlen(text_begin); // FIXME-OPT: Need to avoid this. in CalcTextSizeA() 2752 text_end = text_begin + strlen(text_begin); // ImGui functions generally already provides a valid text_end, so this is merely to handle direct calls. in RenderText()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_draw.cpp | 1577 text_end = text_begin + strlen(text_begin); in AddText() 2152 for (p = filename + strlen(filename); p > filename && p[-1] != '/' && p[-1] != '\\'; p--) {} in AddFontFromFileTTF() 2186 int compressed_ttf_size = (((int)strlen(compressed_ttf_data_base85) + 4) / 5) * 4; in AddFontFromMemoryCompressedBase85TTF() 3427 text_end = text_begin + strlen(text_begin); // FIXME-OPT: Need to avoid this. in CalcTextSizeA() 3537 text_end = text_begin + strlen(text_begin); // ImGui:: functions generally already provides a valid text_end, so this is merely to handle direct calls. in RenderText()
|
H A D | imgui_widgets.cpp | 164 text_end = text + strlen(text); // FIXME-OPT in TextEx() 1770 p += strlen(p) + 1; in Items_SingleStringGetter() 1839 p += strlen(p) + 1; in Combo() 3819 const int new_text_len = new_text_end ? (int)(new_text_end - new_text) : (int)strlen(new_text); in InsertChars() 4049 const int buf_len = (int)strlen(buf); in InputTextEx() 4347 const int clipboard_len = (int)strlen(clipboard); in InputTextEx() 4480 IM_ASSERT(callback_data.BufTextLen == (int)strlen(callback_data.Buf)); // You need to maintain BufTextLen if you change the text! in InputTextEx() 4484 state->CurLenA = callback_data.BufTextLen; // Assume correct length and valid UTF-8 from user, saves us an extra strlen() in InputTextEx() 4557 buf_display_end = hint + strlen(hint); in InputTextEx() 4730 buf_display_end = buf_display + strlen(buf_displa in InputTextEx() [all...] |
/third_party/toybox/toys/pending/ |
H A D | awk.c | 357 if (format[strlen(format)-1] != '\n') fputc('\n', stderr); // TEMP FIXME !!! in zzerr() 528 struct zvalue v = ZVINIT(ZF_STR, 0.0, new_zstring(s, strlen(s))); in new_str_val() 2687 if (strlen(fs) != 1) return fs; in fmt_one_char_fs() 2696 if (strlen(fs) >= FS_MAX) FATAL("FS too long"); in rx_fs_prep() 2762 if ((r = rx_find_FS(rx, s, &offs, &end, eflag))) offs = end = strlen(s); in splitter()
|
/third_party/python/Modules/_ctypes/ |
H A D | _ctypes.c | 351 len = strlen(suffix); in _ctypes_alloc_format_string() 353 len += strlen(prefix); in _ctypes_alloc_format_string() 385 prefix_len += strlen(prefix); in _ctypes_alloc_format_string_with_shape() 3403 mangled_name = alloca(strlen(name) + 1 + 1 + 1 + 3); /* \0 _ @ %d */ in FindAddress() 5564 return PyBytes_FromStringAndSize(ptr, strlen(ptr)); in string_at()
|
/base/security/crypto_framework/test/unittest/src/sm2/ |
H A D | crypto_sm2_asy_key_generator_by_spec_sub_test.cpp | 801 HcfBlob input = {.data = (uint8_t *)plan, .len = strlen((char *)plan) + 1}; in HWTEST_F() 860 HcfBlob pSource = {.data = (uint8_t *)pSourceData, .len = strlen((char *)pSourceData)}; in HWTEST_F()
|
/base/tee/tee_client/interfaces/kits/c/src/ |
H A D | tee_client.cpp | 228 writeRet = data.WriteUint32(strlen(srcStr)); in WriteChar() 1200 if (!((strlen(filePath) < MAX_TA_PATH_LEN) && strstr(filePath, ".sec"))) { in GetFileFd()
|
/base/startup/appspawn/standard/ |
H A D | appspawn_service.c | 752 PREFORK_PROCESS, strlen(PREFORK_PROCESS)); in SetPreforkProcessName() 1320 ret = strncpy_s(argv[0], argvSize, arg->serviceName, strlen(arg->serviceName)); in StartSpawnService()
|
/base/telephony/call_manager/services/call/src/ |
H A D | call_status_manager.cpp | 341 if (strlen(info.bundleName) > static_cast<size_t>(kMaxNumberLen)) { in HandleOttEventReportInfo() 345 if (memcpy_s(eventInfo.bundleName, kMaxNumberLen, info.bundleName, strlen(info.bundleName)) != EOK) { in HandleOttEventReportInfo()
|
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch3_test.cpp | 924 (void)memcpy_s(ottCallEventInfo.bundleName, kMaxBundleNameLen + 1, LONG_STR, strlen(LONG_STR)); in HWTEST_F() 928 (void)memcpy_s(ottCallEventInfo.bundleName, kMaxBundleNameLen + 1, TEST_STR, strlen(TEST_STR)); in HWTEST_F()
|
/test/xts/acts/graphic/graphicnapitest/ |
H A D | NativeImageTest.cpp | 48 size_t extlen = strlen(extension); in CheckEglExtension() 49 const char* end = extensions + strlen(extensions); in CheckEglExtension()
|
/test/xts/acts/graphic/nativeimage/entry/src/main/cpp/ |
H A D | nativeimage.cpp | 60 size_t extlen = strlen(extension);
in CheckEglExtension() 61 const char *end = extensions + strlen(extensions);
in CheckEglExtension()
|
/third_party/ffmpeg/libavcodec/ |
H A D | ffv1enc.c | 1137 p += strlen(p); in encode_frame() 1146 p += strlen(p); in encode_frame()
|
H A D | aacenc.c | 87 put_bits(pb, 8, strlen(aux_data)); in put_pce() 518 namelen = strlen(name) + 2; in put_bitstream_info()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_datascope.c | 344 ymaxlen = strlen(text); in filter_frame() 347 xmaxlen = strlen(text); in filter_frame()
|