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

/freebsd-9.3-release/usr.bin/xlint/xlint/
H A Dxlint.c90 static char **l2flags; variable
332 l2flags = xcalloc(1, sizeof (char *));
386 appcstrg(&l2flags, flgbuf);
409 appcstrg(&l2flags, "-p");
425 appcstrg(&l2flags, "-s");
438 appcstrg(&l2flags, "-t");
444 appcstrg(&l2flags, "-x");
451 appstrg(&l2flags, concat2("-C", optarg));
489 appcstrg(&l2flags, "-H");
827 applst(&args, l2flags);
[all...]

Completed in 138 milliseconds