Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dsfsasl.c369 SM_FILE_T *newin, *newout; local
394 newout = sm_io_open(&sasl_vector, SM_TIME_DEFAULT, &info,
397 if (newout == NULL)
402 sm_io_automode(newin, newout);
408 *fout = newout;
/freebsd/contrib/pkgconf/libpkgconf/
H A Dfragment.c511 char *newout = realloc(out, outlen); in fragment_quote() local
512 if (newout == NULL) in fragment_quote()
518 out = newout; in fragment_quote()