Searched refs:optb (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/sys/kern/ |
| HD | imgact_shell.c | 103 const char *ihp, *interpb, *interpe, *maxp, *optb, *opte, *fname; in exec_shell_imgact() local 163 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() 229 if (opte > optb) { in exec_shell_imgact() 230 length = opte - optb; in exec_shell_imgact() 231 bcopy(optb, imgp->args->begin_argv + offset, length); in exec_shell_imgact()
|
| /freebsd-11-stable/contrib/amd/libamu/ |
| HD | xutil.c | 639 cmdoption(char *s, struct opt_tab *optb, u_int *flags) in cmdoption() argument 669 for (dp = optb; dp->opt; dp++) { in cmdoption()
|