Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dparseaddr.c1912 static char *rwbuf = NULL; local
1917 if (rwbuf != NULL)
1918 sm_free(rwbuf);
1920 rwbuf = (char *) sm_pmalloc_x(rwbuflen);
1922 (void) sm_strlcpyn(rwbuf, rwbuflen, 2, key, map->map_tapp);
1925 rwbuf);
1926 return rwbuf;