Home
last modified time | relevance | path

Searched defs:Inbuf (Results 1 – 2 of 2) sorted by relevance

/plan9/sys/src/cmd/upas/common/
H A Dappendfiletombox.c7 typedef struct Inbuf Inbuf; typedef
8 struct Inbuf struct
20 static Inbuf* argument
/plan9/sys/src/cmd/upas/fs/
H A Dplan9.c11 typedef struct Inbuf Inbuf; typedef
12 struct Inbuf struct
14 int fd;
15 uchar *lim;
16 uchar *rptr;
17 uchar *wptr;
18 uchar data[Buffersize+7];