Home
last modified time | relevance | path

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

/xnu-10063.141.1/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-10063.141.1/bsd/kern/
H A Dkern_exec.c634 for (ihp = &vdata[2]; ihp < &vdata[IMG_SHSIZE]; ihp++) { in exec_shell_imgact()
646 if (ihp == &vdata[IMG_SHSIZE]) { in exec_shell_imgact()
654 for (; ihp < &vdata[IMG_SHSIZE]; ihp++) { in exec_shell_imgact()
663 if (ihp == &vdata[IMG_SHSIZE]) { in exec_shell_imgact()