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

/osnet-11/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c266 * parsehosts() end parses the host string (hosts_str)
269 parsehosts(char *hosts_str, hostlist_t **hostlist_new, char **error) argument
290 DPRINT((dfile, "parsing %s\n", hosts_str));
291 while ((hostportmech = strtok_r(hosts_str, ",", &lasts_hpm)) != NULL) {
293 hosts_str = NULL;

Completed in 16 milliseconds