Lines Matching refs:ltemp
113 static char *ltemp;
230 ltemp = strdup("/tmp/sdifflXXXXXX");
231 if ((lfd = mkstemp(ltemp)) == -1 ||
235 ltemp);
345 if ((left = fopen(ltemp, "w")) == NULL)
347 "main: Cannot open temp %s"), ltemp);
630 if (ltemp) {
631 (void) unlink(ltemp);
632 free(ltemp);
676 cpp(ltemp, left, odes);
692 ename = ltemp;
709 cpp(ltemp, left, tempdes);