Searched refs:fnotice (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dgcov.c328 static void fnotice (FILE *, const char *, ...) ATTRIBUTE_PRINTF_2;
374 fnotice (FILE *file, const char *cmsgid, ...) function
393 fnotice (file, "Usage: gcov [OPTION]... SOURCEFILE\n\n");
394 fnotice (file, "Print code coverage information.\n\n");
395 fnotice (file, " -h, --help Print this help, then exit\n");
396 fnotice (file, " -v, --version Print version number, then exit\n");
397 fnotice (file, " -a, --all-blocks Show information for every basic block\n");
398 fnotice (file, " -b, --branch-probabilities Include branch probabilities in output\n");
399 fnotice (file, " -c, --branch-counts Given counts of branches taken\n\
401 fnotice (fil
[all...]
H A Ddiagnostic.c191 fnotice (stderr, "%s:%d: confused by earlier errors, bailing out\n",
256 fnotice (stderr, "compilation terminated due to -Wfatal-errors.\n");
265 fnotice (stderr, "Please submit a full bug report,\n"
274 fnotice (stderr, "compilation terminated.\n");
604 fnotice (FILE *file, const char *cmsgid, ...)
626 fnotice (stderr,
600 fnotice (FILE *file, const char *cmsgid, ...) function
H A Dtoplev.h91 /* N.B. Unlike all the others, fnotice is just gettext+fprintf, and
93 extern void fnotice (FILE *, const char *, ...)
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Dhost-darwin.c97 fnotice (stderr, "Out of stack space.\n");
117 fnotice (stderr,

Completed in 77 milliseconds