Home
last modified time | relevance | path

Searched refs:ioqtobuf (Results 1 – 1 of 1) sorted by relevance

/dports/games/wolfpack/empire-4.4.1/src/lib/gen/
H A Dioqueue.c64 static int ioqtobuf(struct ioqueue *ioq, char *buf, int cc);
128 return ioqtobuf(ioq, buf, cc); in ioq_peek()
188 ioqtobuf(struct ioqueue *ioq, char *buf, int cc) in ioqtobuf() function
249 ioqtobuf(ioq, buf, cc < total ? cc : total); in ioqtocbuf()