Searched refs:getLong (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libz/
H A Dgzio.c94 local uLong getLong OF((gz_stream *s));
567 if (getLong(s) != s->crc && !s->nocrc) {
569 if (getLong(s) != s->crc) {
573 (void)getLong(s);
1095 local uLong getLong (s) function
/ast/src/cmd/INIT/
H A Dratz.c3664 local uLong getLong OF((gz_stream *s));
4063 if (getLong(s) != s->crc && !s->nocrc) {
4065 if (getLong(s) != s->crc) {
4069 (void)getLong(s);
4105 local uLong getLong (s)

Completed in 26 milliseconds