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

/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c148 * trim_me() - trims the white space characters around the specified string.
155 trim_me(char *str_ptr) { function
270 hostname = trim_me(hostname);
301 port_str = trim_me(port_str);
323 mech_str = trim_me(mech_str);

Completed in 59 milliseconds