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

/freebsd-10.0-release/contrib/sendmail/libsm/
H A Dsmstdio.c57 char *stdiomode; local
62 stdiomode = "r";
65 stdiomode = "w";
68 stdiomode = "a";
71 stdiomode = "a+";
75 stdiomode = "rb";
78 stdiomode = "wb";
81 stdiomode = "ab";
84 stdiomode = "a+b";
87 stdiomode
[all...]

Completed in 55 milliseconds