Searched defs:addprogfmt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/test/libc-tests/tests/symbols/
H A Dsymbols_test.c316 addprogfmt(const char *fmt, ...) function
335 addprogfmt("#include <%s>\n", st->st_hdrs[i]);
359 addprogfmt("test_value%s;\n", s); /* s usually empty */
361 addprogfmt("\ttest_value = %s;\n}", st->st_name);
365 addprogfmt("#if !defined(%s)", st->st_name);
367 addprogfmt("|| %s != %s", st->st_name, st->st_defval);
368 addprogfmt("\n#error %s is not defined or has the wrong value",
370 addprogfmt("\n#endif\n");
391 addprogfmt("(*a%d", i);
395 addprogfmt("
[all...]

Completed in 1380 milliseconds