Home
last modified time | relevance | path

Searched defs:repl (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oe/
H A Dtypes.py69 def sub(pattern, repl, string, count=0): argument
72 def subn(pattern, repl, string, count=0): argument
/openbmc/qemu/python/qemu/qmp/
H A Dqmp_shell.py414 def repl(self) -> Iterator[None]: member in QMPShell
/openbmc/qemu/hw/scsi/
H A Dmptconfig.c37 #define repl(n, x) glue(repl, n)(x) macro