Home
last modified time | relevance | path

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

/titanic_50/usr/src/test/libc-tests/tests/symbols/
H A Dsymbols_test.c67 const char *c99flags = NULL; variable
810 c99flags = "-Xc -errwarn=%all -v -xc99=%all " MFLAG; in find_compiler()
814 test_debugf(t, "c99flags: %s", c99flags); in find_compiler()
822 c99flags = "-Wall -Werror -std=c99 -nostdinc " in find_compiler()
828 test_debugf(t, "c99flags: %s", c99flags); in find_compiler()
874 cflags = c99flags; in do_compile()