Home
last modified time | relevance | path

Searched refs:convertascii (Results 1 – 1 of 1) sorted by relevance

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