Searched defs:hosts_str (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c200 * parsehosts() end parses the host string (hosts_str)
203 parsehosts(char *hosts_str, char **error) argument
224 DPRINT((dfile, "parsing %s\n", hosts_str));
225 while ((hostportmech = strtok_r(hosts_str, ",", &lasts_hpm)) != NULL) {
227 hosts_str = NULL;

Completed in 60 milliseconds