Searched refs:tempMesg (Results 1 – 4 of 4) sorted by relevance
200 if ((fd = open(tempMesg, O_RDWR|O_CREAT|O_EXCL, 0600)) < 0 || in setfile()202 perror(tempMesg); in setfile()207 if ((itf = fopen(tempMesg, "r")) == NULL) { in setfile()208 perror(tempMesg); in setfile()213 removefile(tempMesg); in setfile()
69 snprintf(tempMesg, TMPSIZ, "/tmp/Rx%-ld", pid); in tinit()
150 char tempMesg[TMPSIZ]; variable
128 extern char tempMesg[]; /* ???? */