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

/xsrc/external/mit/imake/dist/
H A Dimake.c327 char *ReadLine(FILE *tmpfd, const char *tmpfname);
347 void CleanCppOutput(FILE *tmpfd, const char *tmpfname);
373 FILE *tmpfd = NULL; local in function:main
395 if ((tmpfd = fopen(tmpMakefile, "w+")) == NULL)
402 (tmpfd = fopen(tmpMakefileName, "w+")) == NULL) {
408 if (fd == -1 || (tmpfd = fdopen(fd, "w+")) == NULL) {
425 cppit(cleanedImakefile, Template, ImakefileC, tmpfd, tmpMakefile);
429 showit(tmpfd);
971 int tmpfd; local in function:get_libc_version
972 if ((tmpfd
1820 CleanCppOutput(FILE * tmpfd,const char * tmpfname) argument
1942 ReadLine(FILE * tmpfd,const char * tmpfname) argument
[all...]

Completed in 3 milliseconds