Searched refs:smstd (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/sendmail/libsm/ |
H A D | findfp.c | 74 #define smstd(flags, file, name) \ macro 81 SM_FILE_T SmFtRealStdio_def = smstd(SMRW|SMNBF, -1, "realstdio"); 93 smstd(SMRD|SMNBF, SMIOIN_FILENO, "smiostdin"), /* smiostdin */ 94 smstd(SMWR|SMNBF, SMIOOUT_FILENO, "smiostdout"),/* smiostdout */ 95 smstd(SMWR|SMNBF, SMIOERR_FILENO, "smiostderr") /* smiostderr */
|