Home
last modified time | relevance | path

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

1234

/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/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/openbmc/poky/bitbake/contrib/vim/ftdetect/
H A Dbitbake.vim20 l:lines = getline(1) .. getline(2) .. getline(3)
/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/entity-manager/src/devicetree_vpd_parser/
H A Dmachine_context.cpp13 if (vpdStream && std::getline(vpdStream, nodeVal)) in populateFromDeviceTree()
20 if (vpdStream && std::getline(vpdStream, nodeVal)) in populateFromDeviceTree()
/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/phosphor-bmc-code-mgmt/bmc/
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/phosphor-bmc-code-mgmt/eeprom-device/pt5161l/
H A Dpt5161l.cpp34 if (!std::getline(file, version) || version.empty()) in getVersion()
57 if (file && std::getline(file, status) && status == "normal") in isDeviceReady()
/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/openbmc/poky/meta/recipes-devtools/gnu-config/gnu-config/
H A Dgnu-configize.in136 while ($_ = $configure_ac_file->getline)
165 while ($_ = $traces->getline)
/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/phosphor-misc/http-redirect/
H A Dadd-urls.awk6 while ((getline < urlfile) > 0)
H A Dtest.awk40 getline result < resultfile
42 while ((getline line < resultfile) > 0)
/openbmc/u-boot/tools/
H A Dgetline.h1 int getline(char **lineptr, size_t *n, FILE *stream);
H A Dgetline.c86 int getline (char **lineptr, size_t *n, FILE *stream) in getline() function
/openbmc/phosphor-psu-code-mgmt/src/
H A Dversion.cpp41 while (getline(efile, line)) in getValues()
86 getline(ss, substr, ','); in getExtVersionInfo()
/openbmc/phosphor-led-sysfs/
H A Dsysfs.cpp41 std::getline(file, content); in getSysfsAttr()
152 while (std::getline(ss, item, ':')) in getLedDescr()
/openbmc/bmcweb/redfish-core/src/
H A Dfilesystem_log_watcher.cpp44 while (std::getline(logStream, logEntry)) in cacheRedfishLogFile()
69 while (std::getline(logStream, logEntry)) in readEventLogsFromFile()
/openbmc/phosphor-networkd/src/
H A Ddns_updater.cpp40 for (std::string line; std::getline(inStream, line);) in updateDNSEntries()
/openbmc/phosphor-logging/
H A Dutil.cpp29 while (std::getline(versionFile, line)) in getOSReleaseValue()
90 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/openpower-proc-control/procedures/common/
H A Dcfam_overrides.cpp44 while (std::getline(overrides, line)) in CFAMOverride()

1234