Home
last modified time | relevance | path

Searched refs:seen_EXIT_FAILURE (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/gcc/
HDfix-header.c391 int seen_EXIT_FAILURE = 0, seen_EXIT_SUCCESS = 0; variable
476 if (strcmp (fname, "EXIT_FAILURE") == 0 && !seen_EXIT_FAILURE) in recognized_macro()
477 seen_EXIT_FAILURE = 1, required_other--; in recognized_macro()
846 if (!seen_EXIT_FAILURE) in write_rbrac()