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

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dsmstdio.c59 char *stdiomode; local
64 stdiomode = "r";
67 stdiomode = "w";
70 stdiomode = "a";
73 stdiomode = "a+";
77 stdiomode = "rb";
80 stdiomode = "wb";
83 stdiomode = "ab";
86 stdiomode = "a+b";
89 stdiomode
[all...]

Completed in 159 milliseconds