Searched refs:convertbinary (Results 1 – 1 of 1) sorted by relevance
| /titanic_41/usr/src/cmd/praudit/ |
| H A D | format.c | 58 static int convertbinary(char *p, char *c, int size); 1320 (void) convertbinary(p, &c, sizeof (char)); in convert_char_to_string() 1355 (void) convertbinary(p, (char *)&c, sizeof (short)); in convert_short_to_string() 1382 (void) convertbinary(p, (char *)&c, sizeof (int32_t)); in convert_int32_to_string() 1409 (void) convertbinary(p, (char *)&c, sizeof (int64_t)); in convert_int64_to_string() 1430 convertbinary(char *p, char *c, int size) in convertbinary() function
|