Home
last modified time | relevance | path

Searched refs:lf (Results 1 – 25 of 59) sorted by relevance

123

/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D3010-po-Fix-typos-in-oc.po-for-gettext-compatibility.patch30 -msgstr "%.lf Gio"
36 -msgstr "%.lf Mio"
43 -msgstr "%.lf Kio"
52 -#~ msgstr "%.lf Gio"
/openbmc/qemu/tests/functional/
H A Dtest_aarch64_tcg_plugins.py
/openbmc/bmcweb/include/
H A Dmultipart_parser.hpp109 if (c != lf) in parse()
181 if (c != lf) in parse()
188 if (c != lf) in parse()
312 if (c == lf) in processPartData()
363 static constexpr char lf = '\n'; member in MultipartParser
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/bonnie/bonnie++/
H A Dfix-csv2html-data.patch76 - && 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 Dscancode.bbclass13 lf = bb.utils.lockfile(d.getVar('SCANCODE_SRC_LOCATION') + ".lock")
16 bb.utils.unlockfile(lf)
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_textoutput.c28 u16 lf[] = { 0x0a, 0x00 }; in execute() local
60 ret = con_out->output_string(con_out, lf); in execute()
/openbmc/webui-vue/
H A D.gitattributes1 * text=auto eol=lf
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A D0001-configure-Pass-LDFLAGS-to-tests-doing-link-step.patch22 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 Dadd-error-check-for-disk-filled-up.patch31 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 DHPND-Fenneberg-Livingston1 Copyright (C) 1995,1996,1997,1998 Lars Fenneberg <lf@elemental.net>
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dutils.py563 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 Dcache.py871 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 Ddecorators.py121 lf = bb.utils.lockfile(lockfilename, block=True)
127 bb.utils.unlockfile(lf)
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dsvn.py127 lf = bb.utils.lockfile(ud.svnlock)
172 bb.utils.unlockfile(lf)
H A Dnpmsw.py214 lf = lockfile(proxy_ud.lockfile)
216 unlockfile(lf)
H A D__init__.py1071 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 Dbitbake-worker145 lf = None variable
148 if lf:
149 lf.write(msg)
150 lf.flush()
/openbmc/u-boot/drivers/video/
H A Dipu_regs.h413 #define WROD(lf) (0x18 | (lf << 1)) argument
/openbmc/openbmc/poky/meta/recipes-support/libpcre/
H A Dlibpcre2_10.45.bb32 --enable-newline-is-lf \
/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A Drunner.py354 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__.py149 lf = bb.utils.lockfile(lockfilename, False)
151 bb.utils.unlockfile(lf)
/openbmc/openbmc/poky/meta/classes-global/
H A Dpackage_ipk.bbclass74 lf = bb.utils.lockfile(root + ".lock")
254 bb.utils.unlockfile(lf)
H A Dpackage_deb.bbclass81 lf = bb.utils.lockfile(root + ".lock")
288 bb.utils.unlockfile(lf)
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dtestimage.bbclass453 lf = bb.utils.lockfile(lockfilename, False)
463 bb.utils.unlockfile(lf)
/openbmc/docs/
H A DCONTRIBUTING.md493 following the [recommendation][lf-copyright] from the Linux Foundation with
512 [lf-copyright]:

123