Lines Matching refs:stdiomode
59 char *stdiomode;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 = "r+b";94 stdiomode = "r+";98 if ((s = fopen((char *)info, stdiomode)) == NULL)