Home | History | Annotate | Download | only in lib

Lines Matching full:stderr

52 /* If NULL, error will flush stdout, then print on stderr the program
194 fprintf (stderr, ": %s", s);
202 if (_IO_fwide (stderr, 0) > 0)
226 fputws_unlocked (L"out of memory\n", stderr);
261 __vfwprintf (stderr, wmessage, args);
268 vfprintf (stderr, message, args);
277 putc ('\n', stderr);
279 fflush (stderr);
304 _IO_flockfile (stderr);
313 fprintf (stderr, "%s: ", program_name);
321 _IO_funlockfile (stderr);
364 _IO_flockfile (stderr);
373 fprintf (stderr, "%s:", program_name);
381 fprintf (stderr, file_name != NULL ? "%s:%d: " : " ",
389 _IO_funlockfile (stderr);