Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dimgact_shell.c102 const char *ihp, *interpb, *interpe, *maxp, *optb, *opte, *fname; in exec_shell_imgact() local
149 interpe = ihp; in exec_shell_imgact()
150 if (interpb == interpe) in exec_shell_imgact()
152 if (interpe - interpb >= MAXINTERP) in exec_shell_imgact()
189 offset = interpe - interpb + 1; /* interpreter */ in exec_shell_imgact()
217 length = interpe - interpb; in exec_shell_imgact()