Searched refs:optstart (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/usr.bin/cvs/src/ |
H A D | cvsrc.c | 43 char *optstart; local 126 for (optstart = strtok (line + command_len, "\t \n"); 127 optstart; 128 optstart = strtok (NULL, "\t \n")) 130 new_argv [new_argc++] = xstrdup (optstart);
|
/openbsd/usr.sbin/dhcpd/ |
H A D | options.c | 402 int buflen, code, cutoff, i, incr, ix, length, optstart, overflow; in store_options() local 451 optstart = bufix; in store_options() 482 memset(&buffer[optstart], DHO_PAD, buflen - optstart); in store_options() 483 bufix = optstart; in store_options()
|
/openbsd/usr.bin/lex/ |
H A D | scanopt.c | 615 static int find_opt (struct _scanopt_t *s, int lookup_long, char *optstart, in find_opt() argument 623 if (!optstart) in find_opt() 637 if (strncmp (optname, optstart, len) == 0) { in find_opt() 655 if (optname[0] == optstart[0]) { in find_opt()
|
/openbsd/gnu/usr.bin/perl/ |
H A D | regcomp_internal.h | 1247 if (optstart) STMT_START { \ 1249 " (%" IVdf " nodes)\n", (IV)(node - optstart))); \ 1250 optstart=NULL; \
|
H A D | regcomp_debug.c | 167 const regnode *optstart= NULL; in Perl_dumpuntil() local 192 if (!optstart && RE_DEBUG_FLAG(RE_DEBUG_COMPILE_OPTIMISE)) in Perl_dumpuntil() 193 optstart = node; in Perl_dumpuntil()
|