Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/praudit/
H A Dformat.c61 static int convertbinary(char *p, char *c, int size);
1471 (void) convertbinary(p, &c, sizeof (char)); in convert_char_to_string()
1506 (void) convertbinary(p, (char *)&c, sizeof (short)); in convert_short_to_string()
1533 (void) convertbinary(p, (char *)&c, sizeof (int32_t)); in convert_int32_to_string()
1560 (void) convertbinary(p, (char *)&c, sizeof (int64_t)); in convert_int64_to_string()
1581 convertbinary(char *p, char *c, int size) in convertbinary() function