Home
last modified time | relevance | path

Searched refs:errbase (Results 1 – 2 of 2) sorted by relevance

/f-stack/tools/ipfw/
H A Dipfw2.h349 int get_token(struct _s_x *table, const char *string, const char *errbase);
H A Dipfw2.c719 get_token(struct _s_x *table, const char *string, const char *errbase) in get_token() argument
725 (tcmd == 0) ? "invalid" : "ambiguous", errbase, string); in get_token()