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

/illumos-gate/usr/src/cmd/praudit/
H A Dtoken.c1502 char *ipstring; local
1528 if ((ipstring = inet_ntoa(ia)) == NULL)
1531 (void) snprintf(buf, sizeof (buf), "%s", ipstring);
H A Dformat.c667 char *ipstring; local
695 if ((ipstring = inet_ntoa(ia)) == NULL)
700 ipstring);
713 char *ipstring; local
751 if ((ipstring = inet_ntoa(ia)) == NULL)
755 major_32(dev_maj_min), minor_32(dev_maj_min), ipstring);
787 char *ipstring; local
818 if ((ipstring = inet_ntoa(ia)) == NULL)
821 (void) snprintf(buf, sizeof (buf), "%s", ipstring);
851 char *ipstring; local
894 char *ipstring; local
[all...]

Completed in 919 milliseconds