Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/libc-tests/tests/symbols/
H A Dsymbols_test.c66 const char *c89flags = NULL; variable
809 c89flags = "-Xc -errwarn=%all -v -xc99=%none " MFLAG; in find_compiler()
813 test_debugf(t, "c89flags: %s", c89flags); in find_compiler()
820 c89flags = "-Wall -Werror -std=c89 -nostdinc " in find_compiler()
827 test_debugf(t, "c89flags: %s", c89flags); in find_compiler()
880 cflags = c89flags; in do_compile()