Home
last modified time | relevance | path

Searched refs:tokpos (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Dntp_scanner.h104 struct LCPOS tokpos; /* current token position */ member
H A Dntp_scanner.c731 lex_stack->tokpos = lex_stack->curpos; in yylex()
H A Dntp_parser.c4120 ip_ctx->errpos = ip_ctx->tokpos;
/freebsd/usr.sbin/iovctl/
H A Dparse.c117 char *parse, *orig_parse, *tokpos, *endpos; in add_unicast_mac_config() local
129 while ((token = strtok_r(parse, ":", &tokpos)) != NULL) { in add_unicast_mac_config()