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

/illumos-gate/usr/src/uts/common/exec/intp/
H A Dintp.c112 if (error = vn_rdwr(UIO_READ, vp, linep, INTPSZ, (offset_t)0,
115 if (resid > INTPSZ-2 || linep[0] != '#' || linep[1] != '!')
120 for (cp = &linep[2]; cp < &linep[INTPSZ] && *cp != '\n'; cp++)
123 if (cp >= &linep[INTPSZ])
216 idata.intp = kmem_alloc(INTPSZ, KM_SLEEP);
298 kmem_free(idata.intp, INTPSZ);
/illumos-gate/usr/src/uts/common/sys/
H A Dexec.h159 #define INTPSZ MAXPATHLEN macro

Completed in 56 milliseconds