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

/freebsd-9.3-release/usr.bin/xlint/xlint/
H A Dxlint.c72 static char **p1out; variable
243 if (p1out != NULL) {
244 for (i = 0; p1out[i] != NULL; i++)
245 (void)remove(p1out[i]);
327 p1out = xcalloc(1, sizeof (char *));
638 appcstrg(&p1out, ofn);

Completed in 162 milliseconds