goobspatch.c | 236 /* cfile is a uniform interface to read from maybe-compressed files. */ 247 } cfile; typedef in typeref:struct:__anon10342 253 static void cfopen(cfile *cf, const char *path, off_t off, 295 static void cfclose(cfile *cf) 321 static void cfread(cfile *cf, u_char *buf, size_t len) 369 cfile cf, df, ef;
|