Searched refs:LOG_SIZE (Results 1 – 3 of 3) sorted by relevance
47 #define LOG_SIZE 200 macro
170 char buffer[LOG_SIZE], nbuf[LOG_SIZE + 32]; in _log_print()200 strlcat(nbuf, getuid() ? "" : " [priv]", LOG_SIZE + 32); in _log_print()
1127 char buf[LOG_SIZE]; in exchange_dump_real()1129 size_t bufsize_max = LOG_SIZE - strlen(header) - 32; in exchange_dump_real()