Home
last modified time | relevance | path

Searched refs:gz_read (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/zlib/
H A Dgzread.c15 local z_size_t gz_read OF((gz_statep, voidp, z_size_t));
294 local z_size_t gz_read(state, buf, len) in gz_read() function
400 len = (unsigned)gz_read(state, buf, len);
438 return len ? gz_read(state, buf, len) / size : 0;
471 return gz_read(state, buf, 1) < 1 ? -1 : buf[0];
/netbsd-src/external/gpl3/gdb/dist/zlib/
H A Dgzread.c15 local z_size_t gz_read OF((gz_statep, voidp, z_size_t));
294 local z_size_t gz_read(state, buf, len) in gz_read() function
400 len = (unsigned)gz_read(state, buf, len);
438 return len ? gz_read(state, buf, len) / size : 0;
471 return gz_read(state, buf, 1) < 1 ? -1 : buf[0];
/netbsd-src/external/gpl3/binutils/dist/zlib/
H A Dgzread.c15 local z_size_t gz_read OF((gz_statep, voidp, z_size_t));
294 local z_size_t gz_read(state, buf, len) in gz_read() function
400 len = (unsigned)gz_read(state, buf, len);
438 return len ? gz_read(state, buf, len) / size : 0;
471 return gz_read(state, buf, 1) < 1 ? -1 : buf[0];