Home
last modified time | relevance | path

Searched refs:eol (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/scripts/kconfig/
H A Dkxgettext.c16 int eol = 0; in escape() local
20 eol = 1; in escape()
54 if (multiline && eol) in escape()
/openbmc/webui-vue/
H A D.gitattributes1 * text=auto eol=lf
/openbmc/qemu/ui/
H A Dvnc-enc-zrle.c.inc214 ZRLE_PIXEL *eol = ptr + w;
216 while (ptr < eol) {
/openbmc/openbmc/poky/meta/recipes-extended/ghostscript/ghostscript/
H A D0001-Bug-708160-Fix-compatibility-with-C23-compilers.patch66 /* Force given file into binary mode (no eol translations, etc) */
/openbmc/openbmc/poky/bitbake/lib/bb/pysh/
H A Dpyshlex.py464 eol = ''
468 eol = self._buffer[i]
477 self._token += [line, eol]
/openbmc/qemu/tests/qtest/
H A Dlibqtest.c695 char *eol; in qtest_client_socket_recv_line() local
697 while ((eol = strchr(s->rx->str, '\n')) == NULL) { in qtest_client_socket_recv_line()
714 offset = eol - s->rx->str; in qtest_client_socket_recv_line()
1965 char *eol; in qtest_client_inproc_recv_line() local
1967 eol = strchr(s->rx->str, '\n'); in qtest_client_inproc_recv_line()
1968 offset = eol - s->rx->str; in qtest_client_inproc_recv_line()
/openbmc/qemu/target/arm/
H A Dcpu.c1263 bool eol; in aarch64_cpu_dump_state() local
1267 eol = true; in aarch64_cpu_dump_state()
1272 eol = i % 8 == 7; in aarch64_cpu_dump_state()
1275 eol = i % 6 == 5; in aarch64_cpu_dump_state()
1279 eol = i % 3 == 2; in aarch64_cpu_dump_state()
1283 eol = true; in aarch64_cpu_dump_state()
1296 j ? ":" : eol ? "\n" : " "); in aarch64_cpu_dump_state()
/openbmc/qemu/hw/audio/
H A Dtrace-events28 via_ac97_sgd_fetch(uint32_t curr, uint32_t addr, char stop, char eol, char flag, uint32_t len) "cur…