Home
last modified time | relevance | path

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

/titanic_44/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()
821 c99flags = "-Wall -Werror -std=c99 " MFLAG; in find_compiler()
825 test_debugf(t, "c99flags: %s", c99flags); in find_compiler()
871 cflags = c99flags; in do_compile()