| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | stv0367.c | 1516 u32 Errors = 0, tber = 0, temporary = 0; in stv0367ter_read_ber() local 1541 temporary = (Errors * 1000000000) / (8 * (1 << 14)); in stv0367ter_read_ber() 1543 temporary = (Errors * 100000000) / (8 * (1 << 14)); in stv0367ter_read_ber() 1544 temporary = temporary * 10; in stv0367ter_read_ber() 1546 temporary = (Errors * 10000000) / (8 * (1 << 14)); in stv0367ter_read_ber() 1547 temporary = temporary * 100; in stv0367ter_read_ber() 1549 temporary = (Errors * 1000000) / (8 * (1 << 14)); in stv0367ter_read_ber() 1550 temporary = temporary * 1000; in stv0367ter_read_ber() 1552 temporary = (Errors * 100000) / (8 * (1 << 14)); in stv0367ter_read_ber() 1553 temporary = temporary * 10000; in stv0367ter_read_ber() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/patch/patch/ |
| H A D | 0001-Don-t-leak-temporary-file-on-failed-ed-style-patch.patch | 4 Subject: [PATCH 1/2] Don't leak temporary file on failed ed-style patch 6 Now that we write ed-style patches to a temporary file before we 7 apply them, we need to ensure that the temporary file is removed 64 - pfatal ("Can't create temporary file %s", quotearg (tmpname)); 65 + pfatal ("Can't create temporary file %s", quotearg (TMPEDNAME));
|
| H A D | 0001-Don-t-leak-temporary-file-on-failed-multi-file-ed.patch | 4 Subject: Don't leak temporary file on failed multi-file ed-style patch 7 would still leak temporary files in the case of multi-file ed-style 18 Fixes: 19599883ffb6 ("Don't leak temporary file on failed ed-style patch")
|
| H A D | 0004-Fix-arbitrary-command-execution-in-ed-style-patches-.patch | 6 * src/pch.c (do_ed_script): Write ed script to a temporary file instead 48 + /* Write ed script to a temporary file. This causes ed to abort on 56 + pfatal ("Can't create temporary file %s", quotearg (tmpname));
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rpm/files/ |
| H A D | 0001-When-cross-installing-execute-package-scriptlets-wit.patch | 12 Remove leaking temporary scriptlet files 15 cleaning up written temporary scriptlet files (same flag controls both 17 target sysroot also for temporary files, but we need to chroot out to be able 18 to actually run the rpm scriptlets (purpose of this patch), so the temporary
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/ |
| H A D | CVE-2022-41741-CVE-2022-41742.patch | 100 atom->temporary = 1; 127 atom->temporary = 1; 140 atom->temporary = 1; 156 atom->temporary = 1; 172 atom->temporary = 1; 185 atom->temporary = 1; 198 atom->temporary = 1; 211 atom->temporary = 1;
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0002-localedef-fix-ups-hardlink-to-make-it-compile.patch | 149 /* First create a temporary link to n1 under a new name */ 151 - warn(_("failed to hardlink %s to %s (create temporary link as %s failed)"), 152 + warn(("failed to hardlink %s to %s (create temporary link as %s failed)"), 159 - warn(_("failed to hardlink %s to %s (rename temporary link to %s failed)"), 160 + warn(("failed to hardlink %s to %s (rename temporary link to %s failed)"), 162 /* Something went wrong, try to remove the now redundant temporary link */ 164 - warn(_("failed to remove temporary link %s"), nam2.buf); 165 + warn(("failed to remove temporary link %s"), nam2.buf);
|
| /OK3568_Linux_fs/kernel/arch/m68k/fpsp040/ |
| H A D | fpsp.h | 100 .set FP_SCR1,LV+76 | room for a temporary float value 101 .set FP_SCR2,LV+92 | room for a temporary float value 102 .set L_SCR1,LV+108 | room for a temporary long value 103 .set L_SCR2,LV+112 | room for a temporary long value 109 .set UFLG_TMP,LV+121 | temporary for uflag errata 112 .set L_SCR3,LV+124 | room for a temporary long value 113 .set FP_SCR3,LV+128 | room for a temporary float value 114 .set FP_SCR4,LV+144 | room for a temporary float value 115 .set FP_SCR5,LV+160 | room for a temporary float value
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/ |
| H A D | .gitignore | 88 # Android temporary files 91 # xemacs temporary files 94 # Vim temporary files
|
| /OK3568_Linux_fs/kernel/Documentation/scsi/ |
| H A D | sd-parameters.rst | 25 "temporary " to the cache type string. E.g.:: 27 # echo "temporary write back" > cache_type
|
| /OK3568_Linux_fs/kernel/Documentation/parisc/ |
| H A D | registers.rst | 43 SR0 temporary space register 45 SR1 temporary space register 54 SR0 temporary space register 55 SR1 temporary space register 132 these are generally regarded as temporary registers.
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/ |
| H A D | pids.rst | 64 sh: fork: Resource temporary unavailable 79 sh: fork: Resource temporary unavailable 88 sh: fork: Resource temporary unavailable 91 sh: fork: Resource temporary unavailable
|
| /OK3568_Linux_fs/buildroot/support/kconfig/patches/ |
| H A D | 18-merge-config.sh-create-temporary-files-in-tmp.patch | 5 merge_config.sh: create temporary files in /tmp 7 Creating temporary files in /tmp (or the path pointed by $TMPDIR) allows the
|
| H A D | series | 9 18-merge-config.sh-create-temporary-files-in-tmp.patch
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/patch/ |
| H A D | patch_2.7.6.bb | 11 file://0001-Don-t-leak-temporary-file-on-failed-ed-style-patch.patch \ 12 file://0001-Don-t-leak-temporary-file-on-failed-multi-file-ed.patch \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/linux-libc-headers/linux-libc-headers/ |
| H A D | 0001-scripts-Use-fixed-input-and-output-files-instead-of-.patch | 13 The here-doc usage in this script creates temporary file in /tmp. When we run in 14 an environment where /tmp has rarely been used, the newly created temporary file 33 temporary file to contain the program being tested.
|
| /OK3568_Linux_fs/kernel/Documentation/vm/ |
| H A D | highmem.rst | 17 at all times. This means the kernel needs to start using temporary mappings of 42 temporary maps to access the rest of the physical memory - the actual direct 53 The kernel contains several ways of creating temporary mappings: 113 The cost of creating temporary mappings can be quite high. The arch has to 121 If CONFIG_MMU is not set, then there can be no temporary mappings and no
|
| /OK3568_Linux_fs/buildroot/package/patch/ |
| H A D | 0003-Fix-arbitrary-command-execution-in-ed-style-patches-.patch | 7 * src/pch.c (do_ed_script): Write ed script to a temporary file instead 49 + /* Write ed script to a temporary file. This causes ed to abort on 57 + pfatal ("Can't create temporary file %s", quotearg (tmpname));
|
| /OK3568_Linux_fs/buildroot/package/perl-stream-buffered/ |
| H A D | Config.in | 4 temporary buffer to save bytes.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-pytest-tempdir_2019.10.12.bb | 1 DESCRIPTION = "Adds support for a predictable and repeatable temporary directory."
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtbase/ |
| H A D | 0025-Bootstrap-without-linkat-feature.patch | 6 qmake does not work together with pseudo when unnamed temporary files
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/busybox/ |
| H A D | CVE-2022-30065.patch | 25 /* if source is a temporary string, jusk relink it to dest */
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/libxklavier/libxklavier/ |
| H A D | 0001-xklavier_config_xkb.c-Fix-keyboard-layout-settings-f.patch | 35 "Unlinking the temporary xkb file %s\n",
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/frame/ |
| H A D | pessimizing-move.patch | 3 | ../../frame-2.5.0/src/x11/device_x11.cpp:126:13: error: moving a temporary object prevents copy e…
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/heaptrack/ |
| H A D | heaptrack_1.2.0.bb | 5 hotspots and temporary allocations"
|