Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/tcpd/
H A Dtcpdchk.c70 static void parse_table();
173 parse_table(hosts_allow_table, &request);
175 parse_table(hosts_deny_table, &request);
193 static void parse_table(table, request) in parse_table() function
/titanic_41/usr/src/cmd/picl/plugins/lib/picld_pluginutil/
H A Dpicld_pluginutil.c954 parse_table(char *line, command_t *command) in parse_table() function
1212 err = parse_table(rec, command); in parse_and_tokenize_line()