Home
last modified time | relevance | path

Searched refs:getline (Results 1 – 25 of 127) sorted by relevance

123456

/openbmc/openbmc/poky/meta/recipes-extended/gperf/gperf/
H A D0001-Make-the-code-C-17-compliant.patch6 * lib/getline.cc (getstr): Don't use the 'register' keyword.
11 lib/getline.cc | 2 +-
14 diff --git a/lib/getline.cc b/lib/getline.cc
16 --- a/lib/getline.cc
17 +++ b/lib/getline.cc
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Doverlayfs.py17 def getline(res, line): function
47 line = getline(res, "overlayfs-user was skipped: missing required distro features")
68 …line = getline(res, " Mount path /mnt/overlay not found in fstab and unit mnt-overlay.mount not fo…
70 line = getline(res, "Not all mount paths and units are installed in the image")
106 …line = getline(res, "A recipe uses overlayfs class but there is no OVERLAYFS_MOUNT_POINT set in yo…
129 …line = getline(res, "Missing required mount point for OVERLAYFS_MOUNT_POINT[mnt-overlay] in your M…
296 line = getline(res, "OVERLAYFS_ETC_MOUNT_POINT must be set in your MACHINE configuration")
301 line = getline(res, "OVERLAYFS_ETC_DEVICE must be set in your MACHINE configuration")
306 …line = getline(res, "OVERLAYFS_ETC_FSTYPE should contain a valid file system type on /dev/mmcblk0p…
329 line = getline(res, "contains conflicting IMAGE_FEATURES")
H A Dbuildoptions.py78 def getline(self, res, line): member in SanityOptionsTest
93 …line = self.getline(res, "QA Issue: xcursor-transparent-theme-dbg is listed in PACKAGES multiple t…
101 …line = self.getline(res, "QA Issue: xcursor-transparent-theme-dbg is listed in PACKAGES multiple t…
/openbmc/linux/Documentation/trace/
H A Dfunction-graph-fold.vim15 let line = getline(a:lnum)
29 let s = split(getline(v:foldstart), '|', 1)
30 if getline(v:foldend+1) =~ 'finish_task_switch() {$'
33 let e = split(getline(v:foldend), '|', 1)
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/
H A D0005-common.h-replace-getline-with-fgets.patch4 Subject: [PATCH] common.h: replace getline() with fgets
6 There is an unofficial upstream patch adding a simple getline()
14 | ubiformat.c:(.text+0x70): undefined reference to `getline'
47 while (getline(&line, &len, stdin) == -1) {
/openbmc/linux/scripts/
H A Dver_linux40 while ("ldconfig -p 2>/dev/null" | getline > 0)
54 while ("sort /proc/modules" | getline > 0) {
63 while (cmd | getline > 0) {
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A D0010-fs2dt.c-work-around-missing-getline.patch4 Subject: [PATCH] fs2dt.c: work around missing getline()
11 fs2dt.c:541:6: warning: implicit declaration of function 'getline'
39 if (getline(&last_cmdline, &len, fp) == -1)
/openbmc/u-boot/examples/standalone/
H A Datmel_df_pow2.c76 static char *getline(void) in getline() function
135 line = getline(); in atmel_df_pow2()
190 line = getline(); in atmel_df_pow2()
/openbmc/entity-manager/src/
H A Dmachine_context.cpp26 if (vpdStream && std::getline(vpdStream, nodeVal)) in populateFromDeviceTree()
33 if (vpdStream && std::getline(vpdStream, nodeVal)) in populateFromDeviceTree()
/openbmc/linux/tools/perf/util/
H A Dcputopo.c55 sret = getline(&buf, &len, fp); in build_cpu_topology()
86 sret = getline(&buf, &len, fp); in build_cpu_topology()
118 if (getline(&buf, &len, fp) <= 0) in build_cpu_topology()
333 while (getline(&buf, &len, fp) > 0) { in load_numa_node()
357 if (getline(&buf, &len, fp) <= 0) in load_numa_node()
393 if (getline(&buf, &len, fp) <= 0) in numa_topology__new()
452 if (getline(&buf, &len, fp) <= 0) { in load_hybrid_node()
/openbmc/phosphor-bmc-code-mgmt/
H A Dversion.cpp69 while (getline(efile, line)) in getRepeatedValues()
136 while (getline(efile, line)) in getBMCMachine()
164 while (getline(efile, line)) in getBMCExtendedVersion()
189 while (getline(efile, line)) in getBMCVersion()
H A Dserialize.cpp94 while (std::getline(mtdDevices, device)) in restorePriority()
107 std::getline(input, envVars); in restorePriority()
/openbmc/openbmc/poky/bitbake/contrib/vim/indent/
H A Dbitbake.vim47 if getline(a:lnum - 1) =~ '\\$'
48 if a:lnum > 1 && getline(a:lnum - 2) =~ '\\$'
127 let line = getline(a:lnum)
159 let pline = getline(plnum)
196 if getline(plnum) =~ '^\s*\(break\|continue\|raise\|return\|pass\|bb\.fatal\)\>'
207 if getline(a:lnum) =~ '^\s*\(except\|finally\)\>'
210 if getline(lnum) =~ '^\s*\(try\|except\)\>'
223 if getline(a:lnum) =~ '^\s*\(elif\|else\)\>'
226 if getline(plnumstart) =~ '^\s*\(for\|if\|try\)\>'
286 if getline(a:lnum) =~ '^\s*"$'
/openbmc/openpower-pnor-code-mgmt/
H A Dversion.cpp73 while (getline(efile, line)) in getValue()
113 if (!std::getline(iss, line)) in getVersions()
121 while (std::getline(iss, line)) in getVersions()
/openbmc/openbmc/poky/meta/recipes-devtools/gnu-config/gnu-config/
H A Dgnu-configize.in136 while ($_ = $configure_ac_file->getline)
165 while ($_ = $traces->getline)
/openbmc/linux/Documentation/arch/arm/samsung/
H A Dclksrc-change-registers.awk69 while (getline line < ARGV[1] > 0) {
98 if ((getline line) <= 0) {
/openbmc/phosphor-psu-code-mgmt/src/
H A Dversion.cpp40 while (getline(efile, line)) in getValues()
85 getline(ss, substr, ','); in getExtVersionInfo()
/openbmc/u-boot/tools/
H A Dgetline.h1 int getline(char **lineptr, size_t *n, FILE *stream);
/openbmc/linux/tools/perf/arch/s390/util/
H A Dheader.c60 while ((read = getline(&line, &line_sz, sysinfo)) != -1) { in get_cpuid()
103 while ((read = getline(&line, &line_sz, sysinfo)) != -1) { in get_cpuid()
/openbmc/phosphor-led-sysfs/
H A Dsysfs.cpp41 std::getline(file, content); in getSysfsAttr()
152 while (std::getline(ss, item, ':')) in getLedDescr()
/openbmc/linux/tools/testing/selftests/memfd/
H A Dcommon.c28 while (getline(&line, &linelen, f) > 0) { in default_huge_page_size()
/openbmc/phosphor-logging/
H A Dutil.cpp40 while (std::getline(versionFile, line)) in getOSReleaseValue()
101 std::getline(syncedFile, timestampStr); in journalSync()
/openbmc/phosphor-health-monitor/
H A Dhealth_metric_collection.cpp46 std::getline(fileStat, firstLine); in readCPU()
123 while (std::getline(memInfo, line)) in readMemory()
/openbmc/phosphor-networkd/src/
H A Ddns_updater.cpp40 for (std::string line; std::getline(inStream, line);) in updateDNSEntries()
/openbmc/linux/tools/testing/selftests/mm/
H A Dmlock2.h35 while (getline(&line, &size, file) > 0) { in seek_to_smaps_entry()

123456