Home
last modified time | relevance | path

Searched refs:optb (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
165 optb = ihp; in exec_shell_imgact()
171 while (--ihp > optb && ((*ihp == ' ') || (*ihp == '\t'))) in exec_shell_imgact()
193 if (opte > optb) /* options (if any) */ in exec_shell_imgact()
194 offset += opte - optb + 1; in exec_shell_imgact()
224 if (opte > optb) { in exec_shell_imgact()
225 length = opte - optb; in exec_shell_imgact()
226 bcopy(optb, imgp->args->begin_argv + offset, length); in exec_shell_imgact()