Home
last modified time | relevance | path

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

/minix/usr.sbin/syslogd/
H A Dsyslogd.c1197 char *dst, *tmp_dst; in copy_utf8_ascii() local
1204 tmp_dst = realloc(dst, dstsize + INIT_BUFSIZE); in copy_utf8_ascii()
1205 if (!tmp_dst) in copy_utf8_ascii()
1207 dst = tmp_dst; in copy_utf8_ascii()
1238 tmp_dst = realloc(dst, idst+1); in copy_utf8_ascii()
1239 if (tmp_dst) in copy_utf8_ascii()
1240 return tmp_dst; in copy_utf8_ascii()