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

/ast/src/lib/libpp/
H A Dppproto.c82 int iz; /* input buffer size */ member in struct:Proto_s
730 if ((n = read(proto->fd, ip, proto->iz)) > 0)
732 if ((proto->options & REGULAR) && n < proto->iz)
2215 proto->iz = n;
2229 proto->iz = n;
2255 n = read(fd, proto->ip, proto->iz);
2394 proto->oz += proto->iz;
2395 proto->iz = n;
2405 proto->iz = n -= m;
2418 proto->iz
[all...]
/ast/src/lib/libpz/
H A Dpzconvert.c361 Pz_t* iz; local
508 if (sfraise(pz->io, SFPZ_HANDLE, &iz) <= 0)
514 if (state->from && !*iz->part->name)
521 n = iz->part->row;
522 f = iz->part->name;
/ast/src/cmd/INIT/
H A Dproto.c1311 int iz; member in struct:Proto_s
2996 if ((n = read(proto->fd, ip, proto->iz)) > 0)
2998 if ((proto->options & (1L<<0)) && n < proto->iz)
4483 proto->iz = n;
4509 n = read(fd, proto->ip, proto->iz);
4638 proto->oz += proto->iz;
4639 proto->iz = n;
4649 proto->iz = n -= m;
4662 proto->iz += proto->op - proto->ob;
4756 if (proto->iz)
[all...]

Completed in 27 milliseconds