Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dimgact_shell.c105 const char *ihp, *interpb, *interpe, *maxp, *optb, *opte, *fname; in exec_shell_imgact() local
152 interpe = ihp; in exec_shell_imgact()
153 if (interpb == interpe) in exec_shell_imgact()
155 if (interpe - interpb >= MAXINTERP) in exec_shell_imgact()
192 offset = interpe - interpb + 1; /* interpreter */ in exec_shell_imgact()
220 length = interpe - interpb; in exec_shell_imgact()