Home
last modified time | relevance | path

Searched refs:optb (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
162 optb = ihp; in exec_shell_imgact()
168 while (--ihp > optb && ((*ihp == ' ') || (*ihp == '\t'))) in exec_shell_imgact()
190 if (opte > optb) /* options (if any) */ in exec_shell_imgact()
191 offset += opte - optb + 1; in exec_shell_imgact()
221 if (opte > optb) { in exec_shell_imgact()
222 length = opte - optb; in exec_shell_imgact()
223 bcopy(optb, imgp->args->begin_argv + offset, length); in exec_shell_imgact()