Searched refs:TEXT_LENGTH (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/libbsm/common/ |
H A D | adt_token.c | 622 #define TEXT_LENGTH 49 macro 627 char buffer[TEXT_LENGTH * 2 + 1]; in adt_write_text() 632 (void) snprintf(buffer, TEXT_LENGTH * 2, format, main_text); in adt_write_text() 644 char buffer[TEXT_LENGTH + 1]; in adt_to_text() 666 localtime_r(&date, &tm)) > TEXT_LENGTH) { in adt_to_text() 669 TEXT_LENGTH); in adt_to_text() 708 (void) snprintf(buffer, TEXT_LENGTH, "%u", in adt_to_text() 716 (void) snprintf(buffer, TEXT_LENGTH, "%d", in adt_to_text() 723 (void) snprintf(buffer, TEXT_LENGTH, "%ld", in adt_to_text() 738 available = TEXT_LENGTH; /* space available in buffer */ in adt_to_text() [all …]
|