Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dkern_exec.c601 char *vdata = imgp->ip_vdata; in exec_shell_imgact() local
610 if (vdata[0] != '#' || in exec_shell_imgact()
611 vdata[1] != '!' || in exec_shell_imgact()
634 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()