Searched refs:canon_buf (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/milter/
H A Dmilter.c282 VSTRING *canon_buf = 0; local
308 name = STR(vstring_sprintf(canon_buf ? canon_buf :
309 (canon_buf = vstring_alloc(20)), "{%s}", name));
322 if (canon_buf)
323 vstring_free(canon_buf);
335 VSTRING *canon_buf = vstring_alloc(20); local
344 cname = STR(vstring_sprintf(canon_buf, "{%s}", name));
359 vstring_free(canon_buf);
/netbsd-current/usr.bin/mail/
H A Dcmd2.c581 char canon_buf[MAXPATHLEN]; local
584 canon_name = canon_buf;

Completed in 85 milliseconds