Searched refs:getstr (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/tools/ |
H A D | getline.c | 21 static int getstr(char **lineptr, size_t *n, FILE *stream, in getstr() function 88 return getstr(lineptr, n, stream, '\n', 0); in getline()
|
/openbmc/openbmc/poky/meta/recipes-extended/gperf/gperf/ |
H A D | 0001-Make-the-code-C-17-compliant.patch | 6 * lib/getline.cc (getstr): Don't use the 'register' keyword. 18 @@ -55,7 +55,7 @@ getstr (char **lineptr, size_t *n, FILE *stream, char terminator, size_t offset)
|
/openbmc/linux/tools/kvm/kvm_stat/ |
H A D | kvm_stat | 1399 regex = self.screen.getstr().decode(ENCODING) 1425 val = self.screen.getstr().decode(ENCODING) 1470 guest = self.screen.getstr().decode(ENCODING)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/ |
H A D | 0001-Forward-port-to-OpenSSL-1.1.x.patch | 316 retval = buf.getstr();
|
/openbmc/qemu/tests/functional/acpi-bits/bits-tests/ |
H A D | smbios.py2 | 157 return "{} '{}'".format(i, self.getstr(i)) 159 def getstr(self, i):
|