Searched refs:readsz (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dlibelf_open.c52 ssize_t readsz; local
57 readsz = 0;
78 if ((readsz = read(fd, t, bufsz - datasz)) <= 0)
80 datasz += (size_t) readsz;
83 } while (readsz > 0);
85 if (readsz < 0) {
90 assert(readsz == 0);
/freebsd-11-stable/contrib/flex/
H A Dfilter.c238 const int readsz = 512; local
291 buf = (char *) flex_alloc (readsz);
294 while (fgets (buf, readsz, stdin)) {
344 const int readsz = 512; local
352 buf = (char *) flex_alloc (readsz);
356 while (fgets (buf, readsz, stdin)) {
399 snprintf (buf, readsz, "#line %d \"%s\"\n",
/freebsd-11-stable/sbin/ipfw/
H A Dipfw2.c2766 size_t readsz; local
2778 readsz = sizeof(*cfg);
2787 readsz += ctlv->head.length;
2796 readsz += ctlv->head.length;
2802 if ((cfg->flags & IPFW_CFG_GET_STATES) && (readsz != sz)) {
2804 dynsz = sz - readsz;

Completed in 160 milliseconds