HomeSort by: relevance | last modified time | path
    Searched defs:tmp_dst (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/syslogd/
syslogd.c 1289 char *dst, *tmp_dst; local in function:copy_utf8_ascii
1296 tmp_dst = realloc(dst, dstsize + INIT_BUFSIZE);
1297 if (!tmp_dst)
1299 dst = tmp_dst;
1330 tmp_dst = realloc(dst, idst+1);
1331 if (tmp_dst)
1332 return tmp_dst;
syslogd.c 1289 char *dst, *tmp_dst; local in function:copy_utf8_ascii
1296 tmp_dst = realloc(dst, dstsize + INIT_BUFSIZE);
1297 if (!tmp_dst)
1299 dst = tmp_dst;
1330 tmp_dst = realloc(dst, idst+1);
1331 if (tmp_dst)
1332 return tmp_dst;

Completed in 55 milliseconds