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

/openjdk7/jdk/src/share/bin/
H A Dparse_manifest.c198 * 3*2**16 + CENHDR + SIGSIZ
211 #define BUFSIZE (3 * 65536 + CENHDR + SIGSIZ)
291 * SIGSIZ guarantees that the next signature is also in the buffer
303 if (bytes < entry_size + SIGSIZ) {
306 read_size = entry_size - bytes + SIGSIZ;
H A Dmanifest_info.h34 #define SIGSIZ 4 /* size of all header signatures */ macro

Completed in 31 milliseconds