Searched refs:read_bytes (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/ |
| H A D | tpm_nvwrite.c | 163 ssize_t read_bytes; in main() local 214 read_bytes = read(fd, rgbDataToWrite, ulDataLength); in main() 216 if (read_bytes < 0 || ulDataLength != (UINT32)read_bytes) { in main()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
| H A D | x-perl.c | 293 int read_bytes = getline (&my_linebuf, &my_linebuf_size, fp); in get_here_document() local 297 if (read_bytes < 0) in get_here_document() 338 if (read_bytes >= 2 && my_linebuf[read_bytes - 1] == '\n' in get_here_document() 339 && my_linebuf[read_bytes - 2] == '\r') in get_here_document() 341 my_linebuf[read_bytes - 2] = '\n'; in get_here_document() 342 my_linebuf[read_bytes - 1] = '\0'; in get_here_document() 343 --read_bytes; in get_here_document() 348 if (read_bytes >= 1 && my_linebuf[read_bytes - 1] == '\n') in get_here_document() 351 my_linebuf[read_bytes - 1] = '\0'; in get_here_document() 360 my_linebuf[read_bytes - 1] = '\n'; in get_here_document() [all …]
|
| /netbsd-src/sys/dev/ic/ |
| H A D | am79c930var.h | 59 void (*read_bytes)(struct am79c930_softc *, u_int32_t, u_int8_t *, size_t); member
|
| H A D | awivar.h | 125 ((sc)->sc_chip.sc_ops->read_bytes)(&sc->sc_chip, off, ptr, len)
|
| /netbsd-src/external/mit/libuv/dist/src/win/ |
| H A D | tty.c | 490 DWORD bytes, read_bytes; in uv_tty_line_read_thread() local 533 read_bytes = WideCharToMultiByte(CP_UTF8, in uv_tty_line_read_thread() 542 req->u.io.overlapped.InternalHigh = read_bytes; in uv_tty_line_read_thread()
|