HomeSort by relevance Sort by last modified time
    Searched refs:outbufsize (Results 1 - 4 of 4) sorted by null

  /external/e2fsprogs/e2fsck/
logfile.c 183 static int outbufsize; variable
196 n = realloc(outbuf, outbufsize + c);
199 memcpy(((char *)outbuf)+outbufsize, buffer, c);
200 outbufsize += c;
267 while (outbufsize > 0) {
268 c = write(fd, cp, outbufsize);
274 outbufsize -= c;
  /external/e2fsprogs/misc/
logsave.c 36 static int outbufsize = 0; variable
109 n = realloc(outbuf, outbufsize + c);
112 memcpy(((char *)outbuf)+outbufsize, buffer, c);
113 outbufsize += c;
327 write_all(outfd, outbuf, outbufsize);
  /external/vboot_reference/host/lib/
host_signature.c 168 uint64_t outbufsize,
202 n = read(c_to_p[STDIN_FILENO], outbuf, outbufsize);
204 outbufsize -= n;
205 } while (n > 0 && outbufsize);
  /external/syslinux/gpxe/src/drivers/net/
hfa384x.h 2448 size_t outbufsize; member in struct:hfa384x_usbctlx
    [all...]

Completed in 226 milliseconds