Searched defs:STDERR (Results 1 – 5 of 5) sorted by relevance
13 STDERR = 2 variable
49 #define STDERR 2 macro
59 #define WFPRINTF(STDERR, STR, ...) fwprintf(STDERR, TO_W_CHAR(STR), __VA_ARGS__) argument86 #define WFPRINTF(STDERR, STR, ...) fprintf(STDERR, STR, __VA_ARGS__) argument
42 #define STDERR stdout /* For DOS */ macro