Searched refs:optend (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/lib/libc/net/ |
| D | ip6opt.c | 218 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/ |
| D | main.c | 193 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/ |
| D | ccp.c | 927 u_char *p0, *optend; in ccp_printpkt() local 962 optend = p + optlen; in ccp_printpkt() 997 while (p < optend) in ccp_printpkt()
|
| D | ipcp.c | 1356 u_char *pstart, *optend; in ipcp_printpkt() local 1390 optend = p + olen; in ipcp_printpkt() 1438 while (p < optend) { in ipcp_printpkt()
|
| D | lcp.c | 1531 u_char *pstart, *optend; in lcp_printpkt() local 1565 optend = p + olen; in lcp_printpkt() 1646 while (p < optend) { in lcp_printpkt()
|