Home
last modified time | relevance | path

Searched refs:getline (Results 176 - 200 of 462) sorted by relevance

12345678910>>...19

/third_party/toybox/scripts/
H A Dconfig2help.c241 if (getline(&line, &len, fp) < 1) break; in parse()
322 if (getline(&line, &len, fp) < 1) break; in main()
/third_party/toybox/toys/pending/
H A Dmodprobe.c170 len = getline(&line, &linelen, fl); in read_line()
187 nxtlen = getline(&nxtline, &nxtlinelen, fl); in read_line()
/third_party/python/Lib/
H A Dcgitb.py146 try: return linecache.getline(file, lnum[0])
230 try: return linecache.getline(file, lnum[0])
H A Dftplib.py211 def getline(self): member in FTP
230 line = self.getline()
234 nextline = self.getline()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_parser.hpp4345 while (getline(inputStream, tempStr, '|')) { in parse_VkAccessFlags()
4360 while (getline(inputStream, tempStr, '|')) { in parse_VkImageAspectFlags()
4375 while (getline(inputStream, tempStr, '|')) { in parse_VkFormatFeatureFlags()
4390 while (getline(inputStream, tempStr, '|')) { in parse_VkImageCreateFlags()
4405 while (getline(inputStream, tempStr, '|')) { in parse_VkSampleCountFlags()
4420 while (getline(inputStream, tempStr, '|')) { in parse_VkImageUsageFlags()
4445 while (getline(inputStream, tempStr, '|')) { in parse_VkMemoryHeapFlags()
4460 while (getline(inputStream, tempStr, '|')) { in parse_VkMemoryPropertyFlags()
4475 while (getline(inputStream, tempStr, '|')) { in parse_VkQueueFlags()
4500 while (getline(inputStrea in parse_VkDeviceQueueCreateFlags()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_surface_node_demo.cpp75 while (std::getline(std::cin, cmd)) { in DoNext()
/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_utils.cpp160 while (std::getline(iss, token, delimiter)) { in SplitString()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/operation/
H A Dphoto_displayname_operation.h97 while (std::getline(iss, part, '_')) { in ParseBurstDisplayName()
/foundation/resourceschedule/device_standby/utils/policy/src/
H A Djson_utils.cpp225 while (std::getline(ss, token, versionDelim)) { in SplitVersion()
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dhttp_proxy.cpp195 while (std::getline(ss, item, ',')) { in ParseProxyExclusionList()
/kernel/linux/linux-5.10/tools/testing/selftests/pidfd/
H A Dpidfd_fdinfo_test.c186 while (getline(&line, &n, f) != -1) { in verify_fdinfo()
/kernel/linux/linux-5.10/tools/testing/selftests/gpio/
H A Dgpio-mockup-chardev.c91 while (getline(&line, &len, f) != -1) { in gpio_debugfs_get()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dnamespaces.c106 while (getline(&statln, &linesz, f) != -1) { in nsinfo__init()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dthuge-gen.c110 if (getline(&line, &linelen, f) > 0) { in read_sysfs()
H A Dvm_util.c190 while (getline(&line, &linelen, f) > 0) { in default_huge_page_size()
/kernel/linux/linux-6.6/tools/testing/selftests/move_mount_set_group/
H A Dmove_mount_set_group_test.c159 while (getline(&line, &len, f) != -1) { in is_shared_mount()
/test/ostest/wukong/input_factory/src/
H A Drecord_input.cpp114 while (std::getline(inFile, line)) { in ReadEventLine()
/third_party/elfutils/tests/
H A Daddrcfi.c203 if (getline (&buf, &len, stdin) < 0) in main()
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerUtil.cpp137 while (std::getline(ISS, S, '\n')) { in ParseDictionaryFile()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_tess.cpp158 std::getline(ival, name, ':'); in read_prop()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdio.h153 ssize_t getline(char **__restrict, size_t *__restrict, FILE *__restrict);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdio.h155 ssize_t getline(char **__restrict, size_t *__restrict, FILE *__restrict);
/third_party/musl/porting/linux/user/include/
H A Dstdio.h156 ssize_t getline(char **__restrict, size_t *__restrict, FILE *__restrict);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdio.h153 ssize_t getline(char **__restrict, size_t *__restrict, FILE *__restrict);
/third_party/node/deps/icu-small/source/tools/escapesrc/
H A Descapesrc.cpp394 while( getline( inf, linestr)) { in convert()

Completed in 51 milliseconds

12345678910>>...19