Searched refs:optb (Results 1 – 1 of 1) sorted by relevance
103 const char *ihp, *interpb, *interpe, *maxp, *optb, *opte, *fname; in exec_shell_imgact() local163 optb = ihp; in exec_shell_imgact()169 while (--ihp > optb && ((*ihp == ' ') || (*ihp == '\t'))) in exec_shell_imgact()191 if (opte > optb) /* options (if any) */ in exec_shell_imgact()192 offset += opte - optb + 1; in exec_shell_imgact()222 if (opte > optb) { in exec_shell_imgact()223 length = opte - optb; in exec_shell_imgact()224 bcopy(optb, imgp->args->begin_argv + offset, length); in exec_shell_imgact()