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

/osnet-11/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c271 char *hostportmech, *hpm; local
291 while ((hostportmech = strtok_r(hosts_str, ",", &lasts_hpm)) != NULL) {
300 DPRINT((dfile, "parsing host:port:mech %s\n", hostportmech));
302 if (strncmp(hostportmech, ":", 1 == 0)) { /* ":port:" case */
309 while ((hpm = strsep(&hostportmech, ":")) != NULL) {
324 /* too many colons in the hostportmech string */

Completed in 20 milliseconds