Home
last modified time | relevance | path

Searched defs:dstsize (Results 1 – 3 of 3) sorted by relevance

/minix3/bin/csh/
H A Dstr.c101 static size_t dstsize = 0; in str2short() local
131 static size_t dstsize = 0; in short2str() local
375 static size_t dstsize = 0; in short2qstr() local
419 static size_t dstsize = 0; in vis_str() local
/minix3/lib/libc/nameser/
H A Dns_samedomain.c175 ns_makecanon(const char *src, char *dst, size_t dstsize) { in ns_makecanon()
/minix3/usr.sbin/syslogd/
H A Dsyslogd.c1196 size_t idst = 0, isrc = 0, dstsize = INIT_BUFSIZE, i; in copy_utf8_ascii() local