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

/illumos-gate/usr/src/cmd/praudit/
H A Dformat.c57 static void convertascii(char *p, char *c, int size);
1328 convertascii(p, &c, sizeof (char));
1363 convertascii(p, (char *)&c, sizeof (short));
1390 convertascii(p, (char *)&c, sizeof (int));
1417 convertascii(p, (char *)&c, sizeof (int64_t));
1706 convertascii(p, c, length - 1);
2865 convertascii(char *p, char *c, int size) function

Completed in 52 milliseconds