Searched refs:cspeek (Results 1 - 8 of 8) sorted by relevance

/ast/src/cmd/3d/
H A Dpeek.c38 n = cspeek(&cs, fd, buf, siz);
41 cspeek(&cs, -1, NiL, 0);
H A Dcs_3d.h40 #define cspeek _3d_cspeek macro
/ast/src/lib/libcs/
H A Dmsgread.c42 if ((n = cspeek(&cs, fd, buf, MSG_SIZE_SIZE)) >= 0) o = 0;
H A Dcspeek.c36 * NOTE: cspeek() caches the peek state of fd
37 * call cspeek(-1,...) to flush the cache
41 cspeek(register Cs_t* state, int fd, void* buf, size_t siz) function
97 return cspeek(&cs, fd, buf, siz);
H A Dcsread.c54 if ((n = cspeek(state, fd, buf, size - 1)) > 0 && (p[n] = 0, e = strchr(p, '\n')))
H A Dcs.h258 #define cspeek _cs_peek macro
297 extern ssize_t cspeek(Cs_t*, int, void*, size_t);
H A DMakefile24 csname.c csnote.c csntoa.c csopen.c cspath.c cspeek.c \
/ast/src/cmd/cs/
H A Dcat.c146 if (cspeek(fd, state->buf, MSG_SIZE_SIZE) == MSG_SIZE_SIZE)

Completed in 92 milliseconds