Searched refs:optb (Results 1 – 1 of 1) sorted by relevance
102 const char *ihp, *interpb, *interpe, *maxp, *optb, *opte, *fname; in exec_shell_imgact() local162 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()