Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/sys/
H A Dimgact.h69 #define IMG_SHSIZE 512 /* largest shell interpreter, in bytes */ macro
105 char ip_interp_buffer[IMG_SHSIZE]; /* interpreter buffer space */
/xnu-12377.81.4/bsd/kern/
H A Dkern_exec.c641 for (ihp = &vdata[2]; ihp < &vdata[IMG_SHSIZE]; ihp++) { in exec_shell_imgact()
653 if (ihp == &vdata[IMG_SHSIZE]) { in exec_shell_imgact()
661 for (; ihp < &vdata[IMG_SHSIZE]; ihp++) { in exec_shell_imgact()
670 if (ihp == &vdata[IMG_SHSIZE]) { in exec_shell_imgact()