/openbmc/openbmc/poky/meta/recipes-extended/gperf/gperf/ |
H A D | 0001-Make-the-code-C-17-compliant.patch | 6 * 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 D | overlayfs.py | 17 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 D | buildoptions.py | 78 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 D | function-graph-fold.vim | 15 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 D | 0005-common.h-replace-getline-with-fgets.patch | 4 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 D | ver_linux | 40 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 D | 0010-fs2dt.c-work-around-missing-getline.patch | 4 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 D | atmel_df_pow2.c | 76 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 D | machine_context.cpp | 26 if (vpdStream && std::getline(vpdStream, nodeVal)) in populateFromDeviceTree() 33 if (vpdStream && std::getline(vpdStream, nodeVal)) in populateFromDeviceTree()
|
/openbmc/linux/tools/perf/util/ |
H A D | cputopo.c | 55 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 D | version.cpp | 69 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 D | serialize.cpp | 94 while (std::getline(mtdDevices, device)) in restorePriority() 107 std::getline(input, envVars); in restorePriority()
|
/openbmc/openbmc/poky/bitbake/contrib/vim/indent/ |
H A D | bitbake.vim | 47 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 D | version.cpp | 73 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 D | gnu-configize.in | 136 while ($_ = $configure_ac_file->getline) 165 while ($_ = $traces->getline)
|
/openbmc/linux/Documentation/arch/arm/samsung/ |
H A D | clksrc-change-registers.awk | 69 while (getline line < ARGV[1] > 0) { 98 if ((getline line) <= 0) {
|
/openbmc/phosphor-psu-code-mgmt/src/ |
H A D | version.cpp | 40 while (getline(efile, line)) in getValues() 85 getline(ss, substr, ','); in getExtVersionInfo()
|
/openbmc/u-boot/tools/ |
H A D | getline.h | 1 int getline(char **lineptr, size_t *n, FILE *stream);
|
/openbmc/linux/tools/perf/arch/s390/util/ |
H A D | header.c | 60 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 D | sysfs.cpp | 41 std::getline(file, content); in getSysfsAttr() 152 while (std::getline(ss, item, ':')) in getLedDescr()
|
/openbmc/linux/tools/testing/selftests/memfd/ |
H A D | common.c | 28 while (getline(&line, &linelen, f) > 0) { in default_huge_page_size()
|
/openbmc/phosphor-logging/ |
H A D | util.cpp | 40 while (std::getline(versionFile, line)) in getOSReleaseValue() 101 std::getline(syncedFile, timestampStr); in journalSync()
|
/openbmc/phosphor-health-monitor/ |
H A D | health_metric_collection.cpp | 46 std::getline(fileStat, firstLine); in readCPU() 123 while (std::getline(memInfo, line)) in readMemory()
|
/openbmc/phosphor-networkd/src/ |
H A D | dns_updater.cpp | 40 for (std::string line; std::getline(inStream, line);) in updateDNSEntries()
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | mlock2.h | 35 while (getline(&line, &size, file) > 0) { in seek_to_smaps_entry()
|