Searched refs:appcstrg (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/usr.bin/xlint/xlint/
H A Dxlint.c130 static void appcstrg(char ***, const char *);
166 appcstrg(char ***lstp, const char *s) function
338 appcstrg(&cflags, "-E");
339 appcstrg(&cflags, "-x");
340 appcstrg(&cflags, "c");
342 appcstrg(&cflags, "-D__attribute__(x)=");
343 appcstrg(&cflags, "-D__extension__(x)=/*NOSTRICT*/0");
345 appcstrg(&cflags, "-U__GNUC__");
346 appcstrg(&cflags, "-undef");
348 appcstrg(
[all...]

Completed in 44 milliseconds