| Home | Sort by: relevance | last modified time | path |
| /src/usr.bin/compress/ | |
| zopen.c | 202 static code_int getcode(struct s_zstate *); 503 while ((code = getcode(zs)) > -1) { 568 getcode(struct s_zstate *zs) function in typeref:typename:code_int |
| /src/usr.bin/gzip/ | |
| zuncompress.c | 128 static code_int getcode(struct s_zstate *zs); 264 while ((zs->u.r.zs_code = getcode(zs)) > -1) { 332 getcode(struct s_zstate *zs) function in typeref:typename:code_int |