Home | History | Annotate | Download | only in lib

Lines Matching full:stderr

52 /* If NULL, error will flush stdout, then print on stderr the program
131 fprintf (stderr, ": %s", s);
139 if (_IO_fwide (stderr, 0) > 0)
163 fputws_unlocked (L"out of memory\n", stderr);
198 __vfwprintf (stderr, wmessage, args);
205 vfprintf (stderr, message, args);
214 putc ('\n', stderr);
216 fflush (stderr);
241 _IO_flockfile (stderr);
250 fprintf (stderr, "%s: ", program_name);
258 _IO_funlockfile (stderr);
301 _IO_flockfile (stderr);
310 fprintf (stderr, "%s:", program_name);
318 fprintf (stderr, file_name != NULL ? "%s:%d: " : " ",
326 _IO_funlockfile (stderr);