Home
last modified time | relevance | path

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

/xnu-12377.1.9/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.1.9/bsd/kern/
H A Dkern_exec.c638 for (ihp = &vdata[2]; ihp < &vdata[IMG_SHSIZE]; ihp++) { in exec_shell_imgact()
650 if (ihp == &vdata[IMG_SHSIZE]) { in exec_shell_imgact()
658 for (; ihp < &vdata[IMG_SHSIZE]; ihp++) { in exec_shell_imgact()
667 if (ihp == &vdata[IMG_SHSIZE]) { in exec_shell_imgact()