Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/kern/
H A Dkern_exec.c575 char *vdata = imgp->ip_vdata; in exec_shell_imgact() local
584 if (vdata[0] != '#' || in exec_shell_imgact()
585 vdata[1] != '!' || in exec_shell_imgact()
608 for (ihp = &vdata[2]; ihp < &vdata[IMG_SHSIZE]; ihp++) { in exec_shell_imgact()
620 if (ihp == &vdata[IMG_SHSIZE]) { in exec_shell_imgact()
628 for (; ihp < &vdata[IMG_SHSIZE]; ihp++) { in exec_shell_imgact()
637 if (ihp == &vdata[IMG_SHSIZE]) { in exec_shell_imgact()