| /openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
| H A D | 3010-po-Fix-typos-in-oc.po-for-gettext-compatibility.patch | 30 -msgstr "%.lf Gio" 36 -msgstr "%.lf Mio" 43 -msgstr "%.lf Kio" 52 -#~ msgstr "%.lf Gio"
|
| /openbmc/qemu/tests/functional/ |
| H A D | test_aarch64_tcg_plugins.py | |
| /openbmc/bmcweb/include/ |
| H A D | multipart_parser.hpp | 110 if (c != lf) in parse() 182 if (c != lf) in parse() 189 if (c != lf) in parse() 229 if (c != lf) in parse() 334 if (c == lf) in processPartData() 389 static constexpr char lf = '\n'; 363 static constexpr char lf = '\n'; global() member in MultipartParser
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/bonnie/bonnie++/ |
| H A D | fix-csv2html-data.patch | 76 - && sscanf(data[row_ind][column_ind - 1], "%lf", &work) == 1 77 - && sscanf(data[row_ind][column_ind], "%lf", &cpu) == 1) 79 + && sscanf(::data[row_ind][column_ind - 1], "%lf", &work) == 1 80 + && sscanf(::data[row_ind][column_ind], "%lf", &cpu) == 1) 122 - || sscanf(data[row_ind][column_ind], "%lf", &arr[row_ind].val) == 0) 124 + || sscanf(::data[row_ind][column_ind], "%lf", &arr[row_ind].val) == 0)
|
| /openbmc/openbmc/meta-openembedded/meta-oe/classes/ |
| H A D | scancode.bbclass | 13 lf = bb.utils.lockfile(d.getVar('SCANCODE_SRC_LOCATION') + ".lock") 16 bb.utils.unlockfile(lf)
|
| /openbmc/u-boot/lib/efi_selftest/ |
| H A D | efi_selftest_textoutput.c | 28 u16 lf[] = { 0x0a, 0x00 }; in execute() local 60 ret = con_out->output_string(con_out, lf); in execute()
|
| /openbmc/webui-vue/ |
| H A D | .gitattributes | 1 * text=auto eol=lf
|
| /openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/ |
| H A D | 0001-configure-Pass-LDFLAGS-to-tests-doing-link-step.patch | 22 lf='-Wl,-search_paths_first' 23 - $CC $CFLAGS $lf conftest.c > /dev/null 2>/dev/null 24 + $CC $CFLAGS $LDFLAGS $lf conftest.c > /dev/null 2>/dev/null 26 BZLF=${lf}
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/ |
| H A D | add-error-check-for-disk-filled-up.patch | 31 if (c == '\n') /* if have cr,lf then just */ 32 - fseek(file, -1, 1); /* smash lf on top of the cr */
|
| /openbmc/openbmc/poky/meta/files/common-licenses/ |
| H A D | HPND-Fenneberg-Livingston | 1 Copyright (C) 1995,1996,1997,1998 Lars Fenneberg <lf@elemental.net>
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | utils.py | 563 lf = open(name, 'a+') 564 fileno = lf.fileno() 567 if os.path.exists(lf.name): 568 statinfo2 = os.stat(lf.name) 570 return lf 571 lf.close() 578 lf.close() 585 def unlockfile(lf): argument 598 fcntl.flock(lf.fileno(), fcntl.LOCK_EX|fcntl.LOCK_NB) 599 os.unlink(lf.name) [all …]
|
| H A D | cache.py | 871 lf = None 872 while not lf: 873 lf = bb.utils.lockfile(self.cachefile + ".lock." + str(i), retry=False) 874 if not lf or os.path.exists(self.cachefile + "-" + str(i)): 875 if lf: 876 bb.utils.unlockfile(lf) 877 lf = None 885 bb.utils.unlockfile(lf)
|
| /openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
| H A D | decorators.py | 121 lf = bb.utils.lockfile(lockfilename, block=True) 127 bb.utils.unlockfile(lf)
|
| /openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
| H A D | svn.py | 127 lf = bb.utils.lockfile(ud.svnlock) 172 bb.utils.unlockfile(lf)
|
| H A D | npmsw.py | 214 lf = lockfile(proxy_ud.lockfile) 216 unlockfile(lf)
|
| H A D | __init__.py | 1071 lf = bb.utils.lockfile(ud.lockfile) 1155 bb.utils.unlockfile(lf) 1868 lf = bb.utils.lockfile(ud.lockfile) 1956 bb.utils.unlockfile(lf) 2007 lf = bb.utils.lockfile(ud.lockfile) 2014 bb.utils.unlockfile(lf) 2036 lf = bb.utils.lockfile(ud.lockfile) 2043 bb.utils.unlockfile(lf)
|
| /openbmc/openbmc/poky/bitbake/bin/ |
| H A D | bitbake-worker | 145 lf = None variable 148 if lf: 149 lf.write(msg) 150 lf.flush()
|
| /openbmc/u-boot/drivers/video/ |
| H A D | ipu_regs.h | 413 #define WROD(lf) (0x18 | (lf << 1)) argument
|
| /openbmc/openbmc/poky/meta/recipes-support/libpcre/ |
| H A D | libpcre2_10.45.bb | 32 --enable-newline-is-lf \
|
| /openbmc/openbmc/poky/meta/lib/oeqa/core/ |
| H A D | runner.py | 354 lf = bb.utils.lockfile(os.path.join(write_dir, 'jsontestresult.lock')) 363 bb.utils.unlockfile(lf)
|
| /openbmc/openbmc/poky/meta/lib/oe/package_manager/rpm/ |
| H A D | __init__.py | 149 lf = bb.utils.lockfile(lockfilename, False) 151 bb.utils.unlockfile(lf)
|
| /openbmc/openbmc/poky/meta/classes-global/ |
| H A D | package_ipk.bbclass | 74 lf = bb.utils.lockfile(root + ".lock") 254 bb.utils.unlockfile(lf)
|
| H A D | package_deb.bbclass | 81 lf = bb.utils.lockfile(root + ".lock") 288 bb.utils.unlockfile(lf)
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | testimage.bbclass | 453 lf = bb.utils.lockfile(lockfilename, False) 463 bb.utils.unlockfile(lf)
|
| /openbmc/docs/ |
| H A D | CONTRIBUTING.md | 493 following the [recommendation][lf-copyright] from the Linux Foundation with 512 [lf-copyright]:
|