Home
last modified time | relevance | path

Searched refs:getline (Results 351 - 375 of 457) sorted by relevance

1...<<111213141516171819

/foundation/communication/wifi/wifi/test/wifi_client/
H A Dwifi_client.cpp751 getline(cin, inputLine); in HandleInteractive()
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_service_impl.cpp634 while (inFile.getline(tmpLineData, sizeof(tmpLineData))) { in GetDhcpClientInfos()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_dumper.cpp69 std::getline(infile, processName); in GetProcessNameByPid()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dprobe-file.c1081 while (getline(&buf, &len, fp) > 0) in scan_ftrace_readme()
H A Dsymbol.c627 line_len = getline(&line, &n, file); in modules__parse()
1512 line_len = getline(&line, &n, file); in dso__load_perf_map()
H A Dheader.c391 while (getline(&buf, &len, file) > 0) { in __write_cpudesc()
656 while (getline(&buf, &len, fp) > 0) { in write_total_mem()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-ftrace.c184 while (getline(&line, &len, fp) != -1) { in read_tracing_file_by_line()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dprobe-file.c1150 while (getline(&buf, &len, fp) > 0) in scan_ftrace_readme()
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dfeature.c181 res = getline(&line, &len, fd); in read_procfs()
H A Dcommon.c421 while ((n = getline(&line, &line_n, fdi)) > 0) { in get_fdinfo()
/test/xts/acts/kernel_lite/io_posix/src/
H A DIoTestStdio.cpp342 * @tc.name getline basic function test
357 ssize_t retS = getline(&linePtr, &len, fp); in HWTEST_F()
/third_party/json/tests/src/
H A Dunit-testsuites.cpp1371 while (getline(f, line))
/third_party/ltp/tools/sparse/sparse-src/
H A Dsemind.c921 } while((semind_line_len = getline(&semind_line, &semind_line_buflen, semind_file_fd)) != -1); in print_file_line()
924 semind_error(1, errno, "getline"); in print_file_line()
/third_party/node/deps/v8/src/objects/
H A Djs-locale.cc208 while (std::getline(token_stream, token, '-')) {
/third_party/skia/third_party/externals/spirv-tools/tools/fuzz/
H A Dfuzz.cpp588 while (std::getline(donors_file, donor_filename)) { in Fuzz()
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
H A Dheader.cpp268 while (std::getline(cstream, cline)) // fmt each line in addComment()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
H A Dheader.cpp268 while (std::getline(cstream, cline)) // fmt each line in addComment()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/fuzz/
H A Dfuzz.cpp588 while (std::getline(donors_file, donor_filename)) { in Fuzz()
/third_party/spirv-headers/tools/buildHeaders/
H A Dheader.cpp270 while (std::getline(cstream, cline)) // fmt each line in addComment()
/third_party/toybox/lib/
H A Dxwrap.c1049 if (1>(linelen = getline(&new, &linelen, fp))) { in xgetline()
1050 if (errno) perror_msg("getline"); in xgetline()
/third_party/python/Lib/
H A Dtraceback.py321 self._line = linecache.getline(self.filename, self.lineno)
/third_party/spirv-tools/tools/fuzz/
H A Dfuzz.cpp582 while (std::getline(donors_file, donor_filename)) { in Fuzz()
/foundation/arkui/ace_engine/adapter/ohos/capability/html/
H A Dhtml_to_span.cpp69 while (std::getline(ss, token, ',')) { in ParseFontFamily()
439 while (std::getline(ss, tmp, ',')) { in InitTextShadow()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-top.c361 if (getline(&buf, &dummy, stdin) < 0) in prompt_integer()
404 if (getline(&buf, &dummy, stdin) < 0) in perf_top__prompt_symbol()
/kernel/linux/linux-5.10/tools/power/x86/intel-speed-select/
H A Disst-config.c132 while (getline(&line, &n, fp) > 0) { in update_cpu_model()
1062 while (getline(&line, &n, fp) > 0) { in clx_n_get_base_ratio()

Completed in 43 milliseconds

1...<<111213141516171819