Lines Matching defs:s
67 #define FILENO(s) _fileno(s)68 #define FERROR(s) ferror(s)69 #define GETC(s) _getc_unlocked(s)70 #define UNGETC(c, s) _ungetc_unlocked(c, s)71 #define PUTC(c, s) _putc_unlocked(c, s)72 #define GETWC(s) getwc(s)73 #define PUTWC(c, s) putwc(c, s)