Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/exec/java/
H A Djava.c69 #define SIGSIZ 4 macro
111 if (resid != 0 || strncmp(lochdr, LOCSIG, SIGSIZ) != 0) in javaexec()
/illumos-gate/usr/src/cmd/file/
H A Dfile.c1636 #define SIGSIZ 4 macro
1657 if (strncmp(fbuf, LOCSIG, SIGSIZ) != 0) in zipfile()