Home
last modified time | relevance | path

Searched refs:getline (Results 126 - 150 of 225) sorted by relevance

123456789

/third_party/toybox/toys/posix/
H A Dcpio.c229 len = getline(&name, &size, stdin); in cpio_main()
/third_party/selinux/libselinux/src/
H A Dget_context_list.c167 while ((len = getline(&line, &line_len, fp)) > 0) { in get_context_user()
H A Dbooleans.c106 while (getline(&line_buf, &line_len, cfg) != -1) { in selinux_boolean_sub()
H A Dselinux_config.c172 while ((len = getline(&line_buf, &line_len, fp)) > 0) { in init_selinux_config()
/third_party/skia/third_party/externals/angle2/src/common/
H A Dstring_utils.cpp87 while (std::getline(stream, line)) in SplitStringAlongWhitespace()
/third_party/elfutils/libdwfl/
H A Dlinux-kernel-modules.c511 if ((state->n = getline (&state->line, &state->linesz, state->f)) < 1 || in read_address()
1017 while (getline (&line, &linesz, f) > 0 in INTDEF()
H A Dlinux-pid-attach.c410 while (getline (&line, &linelen, procfile) >= 0) in dwfl_linux_proc_attach()
/third_party/benchmark/src/
H A Dsysinfo.cc512 while (std::getline(f, ln)) { in GetNumCPUs()
675 while (std::getline(f, ln)) { in GetCPUCyclesPerSecond()
/third_party/python/Lib/test/test_warnings/
H A D__init__.py790 expected_line = ' ' + linecache.getline(path, line).strip() + '\n'
901 file_line = linecache.getline(file_name, line_num).strip()
917 expected_file_line = linecache.getline(file_name, line_num).strip()
943 file_line = linecache.getline(file_name, line_num).strip()
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderExecUtil.cpp148 while (std::getline(opSrc, line)) in generateVertexShader()
228 while (std::getline(opSrc, line)) in generateGeometryShader()
408 while (std::getline(opSrc, line)) in generateFragmentShader()
1145 while (std::getline(opSrc, line)) in generateExecBufferIo()
/third_party/glslang/StandAlone/
H A Dspirv-remap.cpp134 while (std::getline(fp, line)) in read()
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerTracePC.cpp159 while (std::getline(ISS, S, '\n')) {
/third_party/mesa3d/src/freedreno/decode/
H A Dcrashdec.c114 if (getline(&r, &n, in) < 0) in popline()
/third_party/libwebsockets/lib/secure-streams/system/auth-sigv4/
H A Dsign.c500 while ((rd = getline(&line, &len, fp)) != -1) { in lws_aws_filesystem_credentials_helper()
/third_party/mesa3d/src/intel/tools/
H A Derror2aub.c301 while (getline(&line, &line_size, err_file) > 0) { in main()
/third_party/python/Lib/idlelib/
H A Drun.py57 line = linecache.getline(filename, lineno)
298 line = rpchandler.remotecall('linecache', 'getline',
/third_party/skia/third_party/externals/spirv-tools/tools/opt/
H A Dopt.cpp567 while (std::getline(input_file, line)) { in ReadFlagsFromFile()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
H A DComputeTests.cpp93 while(std::getline(ss, line, '\n')) { out.push_back(line); } in compileSpirv()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/opt/
H A Dopt.cpp567 while (std::getline(input_file, line)) { in ReadFlagsFromFile()
/third_party/skia/src/sksl/
H A DSkSLMain.cpp515 for (SkSL::String line; std::getline(in, line); ) {
/third_party/toybox/toys/lsb/
H A Dmd5sum.c393 if ((len = getline(&line, (void *)&len, fp))<1) break; in do_c_file()
/third_party/toybox/toys/pending/
H A Dinit.c139 while (getline(&line, &allocated_length, fp) > 0) { in parse_inittab()
H A Dsyslogd.c191 len = getline(&confline, &linelen, fp); in parse_config_file()
/third_party/vixl/src/aarch64/
H A Ddebugger-aarch64.cc118 std::getline(*input_stream_, line); in Debug()
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
H A Dparse.cc189 while (std::getline(flag_file, line)) { in ReadFromFlagfile()

Completed in 25 milliseconds

123456789