Home
last modified time | relevance | path

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

/netbsd/src/usr.sbin/syslogd/
Dsyslogd.c1284 #define INIT_BUFSIZE 512 macro
1288 size_t idst = 0, isrc = 0, dstsize = INIT_BUFSIZE, i; in copy_utf8_ascii()
1296 tmp_dst = realloc(dst, dstsize + INIT_BUFSIZE); in copy_utf8_ascii()
1300 dstsize += INIT_BUFSIZE; in copy_utf8_ascii()