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

/haiku-buildtools/gcc/zlib/
H A Dgzread.c11 local int gz_look OF((gz_statep));
84 gz_look() will return 0 on success or -1 on failure. */
85 local int gz_look(state) function
233 if (gz_look(state) == -1)
555 (void)gz_look(state);
/haiku-buildtools/binutils/zlib/
H A Dgzread.c11 local int gz_look OF((gz_statep));
85 gz_look() will return 0 on success or -1 on failure. */
86 local int gz_look(state) function
234 if (gz_look(state) == -1)
560 (void)gz_look(state);

Completed in 74 milliseconds