Home
last modified time | relevance | path

Searched refs:optend (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/lib/libc/net/
Dip6opt.c218 goto optend; in inet6_opt_next()
223 goto optend; in inet6_opt_next()
231 optend: in inet6_opt_next()
261 goto optend; in inet6_opt_find()
272 optend: in inet6_opt_find()
/openbsd/src/usr.bin/make/
Dmain.c193 int c, optend; in MainParseArgs() local
203 optend = 0; in MainParseArgs()
205 if (!optend && argv[optind][0] == '-') { in MainParseArgs()
211 optend++; /* "--" denotes end of flags */ in MainParseArgs()
214 c = optend ? -1 : getopt(argc, argv, OPTFLAGS); in MainParseArgs()
354 int c, optend, oldopterr; in MainParseChdir() local
358 optend = 0; in MainParseChdir()
362 if (!optend && argv[optind][0] == '-') { in MainParseChdir()
368 optend++; /* "--" denotes end of flags */ in MainParseChdir()
371 c = optend ? -1 : getopt(argc, argv, OPTFLAGS); in MainParseChdir()
/openbsd/src/usr.sbin/pppd/
Dccp.c927 u_char *p0, *optend; in ccp_printpkt() local
962 optend = p + optlen; in ccp_printpkt()
997 while (p < optend) in ccp_printpkt()
Dipcp.c1356 u_char *pstart, *optend; in ipcp_printpkt() local
1390 optend = p + olen; in ipcp_printpkt()
1438 while (p < optend) { in ipcp_printpkt()
Dlcp.c1531 u_char *pstart, *optend; in lcp_printpkt() local
1565 optend = p + olen; in lcp_printpkt()
1646 while (p < optend) { in lcp_printpkt()