Searched defs:newin (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsfsasl.c372 SM_FILE_T *newin, *newout; local
389 newin = sm_io_open(&sasl_vector, SM_TIME_DEFAULT, &info,
392 if (newin == NULL)
402 (void) sm_io_close(newin, SM_TIME_DEFAULT);
405 sm_io_automode(newin, newout);
410 *fin = newin;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c1926 int newin = dup(in); local
1928 out = newin;
1929 in = newin;

Completed in 1209 milliseconds