Home
last modified time | relevance | path

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

/openbsd-src/sbin/isakmpd/
H A Dlog.h47 #define LOG_SIZE 200 macro
H A Dlog.c170 char buffer[LOG_SIZE], nbuf[LOG_SIZE + 32]; in _log_print()
200 strlcat(nbuf, getuid() ? "" : " [priv]", LOG_SIZE + 32); in _log_print()
H A Dexchange.c1127 char buf[LOG_SIZE]; in exchange_dump_real()
1129 size_t bufsize_max = LOG_SIZE - strlen(header) - 32; in exchange_dump_real()