| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | overlayfs.py | 14 def getline(res, line): function 44 line = getline(res, "overlayfs-user was skipped: missing required distro features") 65 …line = getline(res, " Mount path /mnt/overlay not found in fstab and unit mnt-overlay.mount not fo… 67 line = getline(res, "Not all mount paths and units are installed in the image") 103 …line = getline(res, "A recipe uses overlayfs class but there is no OVERLAYFS_MOUNT_POINT set in yo… 126 …line = getline(res, "Missing required mount point for OVERLAYFS_MOUNT_POINT[mnt-overlay] in your M… 295 line = getline(res, "OVERLAYFS_ETC_MOUNT_POINT must be set in your MACHINE configuration") 300 line = getline(res, "OVERLAYFS_ETC_DEVICE must be set in your MACHINE configuration") 305 …line = getline(res, "OVERLAYFS_ETC_FSTYPE should contain a valid file system type on /dev/mmcblk0p… 330 line = getline(res, "contains conflicting IMAGE_FEATURES")
|
| H A D | buildoptions.py | 74 def getline(self, res, line): member in SanityOptionsTest 89 …line = self.getline(res, "QA Issue: xcursor-transparent-theme-dbg is listed in PACKAGES multiple t… 97 …line = self.getline(res, "QA Issue: xcursor-transparent-theme-dbg is listed in PACKAGES multiple t…
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/ |
| H A D | ver_linux | 34 while (getline <"/proc/self/maps" > 0) { 47 while ("ldconfig -p 2>/dev/null" | getline > 0) { 63 while ("sort /proc/modules" | getline > 0) { 72 while (cmd | getline > 0) {
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/ |
| H A D | ver_linux | 34 while (getline <"/proc/self/maps" > 0) { 47 while ("ldconfig -p 2>/dev/null" | getline > 0) { 63 while ("sort /proc/modules" | getline > 0) { 72 while (cmd | getline > 0) {
|
| /OK3568_Linux_fs/kernel/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)
|
| /OK3568_Linux_fs/yocto/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) {
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0127-kern-parser-Fix-a-memory-leak.patch | 6 The getline() function supplied to grub_parser_split_cmdline() returns 41 if (getline) 42 - getline (&rd, 1, getline_data); 44 + getline (&rd, 1, getline_data);
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | cputopo.c | 47 sret = getline(&buf, &len, fp); in build_cpu_topology() 78 sret = getline(&buf, &len, fp); in build_cpu_topology() 110 if (getline(&buf, &len, fp) <= 0) in build_cpu_topology() 251 while (getline(&buf, &len, fp) > 0) { in load_numa_node() 275 if (getline(&buf, &len, fp) <= 0) in load_numa_node() 311 if (getline(&buf, &len, fp) <= 0) in numa_topology__new()
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | ver_linux | 40 while ("ldconfig -p 2>/dev/null" | getline > 0) { 57 while ("sort /proc/modules" | getline > 0) { 66 while (cmd | getline > 0) {
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/ |
| H A D | ver_linux | 40 while ("ldconfig -p 2>/dev/null" | getline > 0) { 57 while ("sort /proc/modules" | getline > 0) { 66 while (cmd | getline > 0) {
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/ |
| H A D | ver_linux | 40 while ("ldconfig -p 2>/dev/null" | getline > 0) { 57 while ("sort /proc/modules" | getline > 0) { 66 while (cmd | getline > 0) {
|
| /OK3568_Linux_fs/yocto/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*"$'
|
| /OK3568_Linux_fs/yocto/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)
|
| /OK3568_Linux_fs/u-boot/examples/standalone/ |
| H A D | atmel_df_pow2.c | 76 static char *getline(void) in getline() function 137 line = getline(); in atmel_df_pow2() 192 line = getline(); in atmel_df_pow2()
|
| H A D | smc911x_eeprom.c | 268 static char *getline(void) in getline() function 348 line = getline(); in smc911x_eeprom()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gnu-config/gnu-config/ |
| H A D | gnu-configize.in | 136 while ($_ = $configure_ac_file->getline) 165 while ($_ = $traces->getline)
|
| /OK3568_Linux_fs/kernel/Documentation/arm/samsung/ |
| H A D | clksrc-change-registers.awk | 69 while (getline line < ARGV[1] > 0) { 98 if ((getline line) <= 0) {
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | istream | 70 basic_istream& getline(char_type* s, streamsize n); 71 basic_istream& getline(char_type* s, streamsize n, char_type delim); 274 basic_istream& getline(char_type* __s, streamsize __n) 275 { return getline(__s, __n, this->widen('\n')); } 277 basic_istream& getline(char_type* __s, streamsize __n, char_type __dlm); 863 basic_istream<_CharT, _Traits>::getline(char_type* __s, streamsize __n, char_type __dlm) 1382 getline(basic_istream<_CharT, _Traits>& __is, 1431 getline(basic_istream<_CharT, _Traits>& __is, 1434 return getline(__is, __str, __is.widen('\n')); 1442 getline(basic_istream<_CharT, _Traits>&& __is, [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | istream | 70 basic_istream& getline(char_type* s, streamsize n); 71 basic_istream& getline(char_type* s, streamsize n, char_type delim); 274 basic_istream& getline(char_type* __s, streamsize __n) 275 { return getline(__s, __n, this->widen('\n')); } 277 basic_istream& getline(char_type* __s, streamsize __n, char_type __dlm); 863 basic_istream<_CharT, _Traits>::getline(char_type* __s, streamsize __n, char_type __dlm) 1382 getline(basic_istream<_CharT, _Traits>& __is, 1431 getline(basic_istream<_CharT, _Traits>& __is, 1434 return getline(__is, __str, __is.widen('\n')); 1442 getline(basic_istream<_CharT, _Traits>&& __is, [all …]
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | getline.h | 1 int getline(char **lineptr, size_t *n, FILE *stream);
|
| H A D | getline.c | 87 int getline (char **lineptr, size_t *n, FILE *stream) in getline() function
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/vm/ |
| H A D | thuge-gen.c | 85 while (getline(&line, &linelen, f) > 0) { in default_huge_page_size() 127 if (getline(&line, &linelen, f) > 0) { in read_sysfs()
|
| H A D | mlock2.h | 43 while (getline(&line, &size, file) > 0) { in seek_to_smaps_entry()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/memfd/ |
| H A D | common.c | 28 while (getline(&line, &linelen, f) > 0) { in default_huge_page_size()
|