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

/osnet-11/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c273 char *port_str; local
295 port_str = NULL;
315 if (port_str == NULL) {
316 port_str = hpm;
373 port_str = trim_me(port_str);
374 if (port_str == NULL || *port_str == '\0') {
387 port = atoi(port_str);

Completed in 20 milliseconds