Searched refs:tempQuit (Results 1 – 4 of 4) sorted by relevance
172 if ((fd = open(tempQuit, O_RDWR|O_CREAT|O_EXCL, 0600)) < 0 || in quit()174 perror(tempQuit); in quit()177 if ((ibuf = fopen(tempQuit, "r")) == NULL) { in quit()178 perror(tempQuit); in quit()179 removefile(tempQuit); in quit()183 removefile(tempQuit); in quit()191 perror(tempQuit); in quit()
67 snprintf(tempQuit, TMPSIZ, "/tmp/Rm%-ld", pid); in tinit()
151 char tempQuit[TMPSIZ]; variable
129 extern char tempQuit[]; /* ???? */