Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/utoppya/
H A Dutoppya.c61 #define TOPPY_IO_SIZE 0xffec macro
389 if ((buf = malloc(TOPPY_IO_SIZE)) == NULL) in cmd_get()
432 while ((l = read(toppy_fd, buf, TOPPY_IO_SIZE)) < 0 && in cmd_get()
535 if ((buf = malloc(TOPPY_IO_SIZE)) == NULL) in cmd_put()
553 while ((l = fread(buf, 1, TOPPY_IO_SIZE, ifp)) > 0) { in cmd_put()