Lines Matching refs:tmpfile
272 /* Input: char *tmpfile - name of temporary file that is created */
276 int map_and_thread(char *tmpfile,
298 if (strcmp(tmpfile, "NULL")) {
300 open(tmpfile, O_RDWR | O_CREAT,
312 remove_files(tmpfile, NULL);
331 remove_files(tmpfile, NULL);
351 remove_files(tmpfile, NULL);
395 remove_files(tmpfile, map_addr);
419 remove_files(tmpfile, map_addr);
428 remove_files(tmpfile, map_addr);
445 if (remove_files(tmpfile, map_addr) == FAILED) {