Searched defs:csread (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libcs/
H A Dcsread.c40 csread(Cs_t* state, int fd, void* buf, size_t size, int op) function
103 return csread(&cs, fd, buf, size, op);
H A Dcs.h49 #define CS_EXACT 0x0001 /* csread() exact amount */
50 #define CS_LIMIT 0x0002 /* csread() amount limit */
51 #define CS_LINE 0x0004 /* csread() one or more lines */
263 #define csread _cs_read macro
302 extern ssize_t csread(Cs_t*, int, void*, size_t, int);
/ast/src/cmd/3d/
H A Dcs_3d.h43 #define csread _3d_csread macro

Completed in 21 milliseconds