HomeSort by: relevance | last modified time | path
    Searched defs:zread (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/gzip/
zuncompress.c 40 static int zread(void *, char *, int);
202 return funopen(zs, zread, NULL, NULL, zclose);
212 zread(void *cookie, char *rbp, int num) function in typeref:typename:int
  /src/usr.bin/compress/
zopen.c 206 static int zread(void *, char *, int);
456 zread(void *cookie, char *rbp, int num) function in typeref:typename:int
692 return (funopen(zs, zread, NULL, NULL, zclose));

Completed in 11 milliseconds