getoct            108 lib/zlib/contrib/untgz/untgz.c int getoct              OF((char *, int));
getoct            430 lib/zlib/contrib/untgz/untgz.c           tarmode = getoct(buffer.header.mode,8);
getoct            431 lib/zlib/contrib/untgz/untgz.c           tartime = (time_t)getoct(buffer.header.mtime,12);
getoct            470 lib/zlib/contrib/untgz/untgz.c               remaining = getoct(buffer.header.size,12);
getoct            505 lib/zlib/contrib/untgz/untgz.c               remaining = getoct(buffer.header.size,12);