| /src/external/lgpl3/mpc/dist/tests/ |
| tio_str.c | 118 char tmp_file[] = "mpc_test"; local 122 if (!(fp = fopen (tmp_file, "w"))) 124 printf ("Error: Could not open file %s in write mode\n", tmp_file); 131 if (!(fp = fopen (tmp_file, "r"))) 133 printf ("Error: Could not open file %s in read mode\n", tmp_file); 139 "in file %s\n", tmp_file); 162 char tmp_file[] = "mpc_test"; local 168 if (freopen (tmp_file, "w", stdout) == NULL) 181 if (freopen (tmp_file, "r", stdin) == NULL) 189 "in file %s\n", tmp_file); [all...] |
| /src/usr.bin/patch/ |
| backupfile.c | 64 char *dir, *base_versions, *tmp_file; local 69 tmp_file = strdup(file); 70 if (tmp_file == NULL) 72 base_versions = concat(basename(tmp_file), ".~"); 73 free(tmp_file); 76 tmp_file = strdup(file); 77 if (tmp_file == NULL) { 81 dir = dirname(tmp_file); 84 free(tmp_file); 89 free(tmp_file); [all...] |
| /src/external/gpl2/lvm2/dist/lib/filters/ |
| filter-persistent.c | 183 char *tmp_file; local 236 tmp_file = alloca(strlen(pf->file) + 5); 237 sprintf(tmp_file, "%s.tmp", pf->file); 239 if (!(fp = fopen(tmp_file, "w"))) { 242 log_sys_error("fopen", tmp_file); 254 if (lvm_fclose(fp, tmp_file)) 257 if (rename(tmp_file, pf->file)) 258 log_error("%s: rename to %s failed: %s", tmp_file, pf->file,
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Print.h | 114 char *tmp_file; member in class:er_print_common_display
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Print.h | 114 char *tmp_file; member in class:er_print_common_display
|
| /src/external/bsd/byacc/dist/test/yacc/ |
| grammar.tab.c | 353 FILE *tmp_file; /* temporary file */ member in struct:__anon6508 1726 fputs(cur_text(), cur_file->tmp_file); 1738 fputs(" =", cur_file->tmp_file);
|
| /src/external/bsd/byacc/dist/test/btyacc/ |
| grammar.tab.c | 373 FILE *tmp_file; /* temporary file */ member in struct:__anon6459 2452 fputs(cur_text(), cur_file->tmp_file); 2464 fputs(" =", cur_file->tmp_file);
|