Searched refs:tmpfname (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/imake/dist/ |
| H A D | imake.c | 327 char *ReadLine(FILE *tmpfd, const char *tmpfname); 347 void CleanCppOutput(FILE *tmpfd, const char *tmpfname); 1820 CleanCppOutput(FILE *tmpfd, const char *tmpfname) argument 1825 while((input = ReadLine(tmpfd, tmpfname))) { 1843 writetmpfile(tmpfd, input, strlen(input), tmpfname); 1845 writetmpfile(tmpfd, "\n", 1, tmpfname); 1942 ReadLine(FILE *tmpfd, const char *tmpfname) argument 1969 tmpfd = freopen(tmpfname, "w+", tmpfd); 1972 tmpfd = freopen(tmpfname, "w+", fp); 1975 LogFatal("cannot reopen %s\n", tmpfname); [all...] |
Completed in 10 milliseconds