Searched refs:to_file (Results 1 - 25 of 26) sorted by relevance

12

/netbsd-current/sys/arch/hppa/stand/mkboot/
H A Dmkboot.c115 char *to_file; variable
164 to_file = argv[--argc];
165 if ((to = open(to_file, O_RDWR | O_TRUNC | O_CREAT, 0644)) < 0)
166 err(1, "%s: open", to_file);
180 bcddate(to_file, lifv->vol_toc);
190 err(1, "%s: lseek", to_file);
221 err(1, "%s: lseek", to_file);
223 err(1, "%s: write LIF volume", to_file);
227 err(1, "%s", to_file);
306 err(1, "%s", to_file);
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dscoped_fd.h70 gdb_file_up to_file (const char *mode) noexcept
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/
H A Dscoped_fd-selftests.c79 gdb_file_up file = sfd.to_file ("rw");
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dscoped_fd.h70 gdb_file_up to_file (const char *mode) noexcept
/netbsd-current/external/gpl2/gmake/dist/
H A Dfile.c225 struct file *to_file;
247 to_file = *file_slot;
253 if (HASH_VACANT (to_file))
262 if (to_file->cmds == 0)
263 to_file->cmds = from_file->cmds;
264 else if (from_file->cmds != to_file->cmds)
269 if (to_file->cmds->fileinfo.filenm != 0)
272 from_file->name, to_file->cmds->fileinfo.filenm,
273 to_file->cmds->fileinfo.lineno);
289 if (to_file
224 struct file *to_file; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/
H A Dscoped_fd-selftests.c79 gdb_file_up file = sfd.to_file ("rw");
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/include/
H A Dline-map.h437 const char *to_file; variable
666 return ord_map->to_file;
1093 const char *to_file, linenum_type to_line);
1207 return ord_map->to_file;
/netbsd-current/external/gpl3/gcc/dist/libcpp/include/
H A Dline-map.h438 const char *to_file; variable
677 return ord_map->to_file;
1104 const char *to_file, linenum_type to_line);
1254 return ord_map->to_file;
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dline-map.c461 unsigned int sysp, const char *to_file, linenum_type to_line)
488 && to_file == NULL)
504 if (to_file && *to_file == '\0' && reason != LC_RENAME_VERBATIM)
505 to_file = "<stdin>";
525 if (to_file == NULL)
527 to_file = ORDINARY_MAP_FILE_NAME (from);
533 to_file) == 0);
537 map->to_file = to_file;
460 linemap_add(line_maps *set, enum lc_reason reason, unsigned int sysp, const char *to_file, linenum_type to_line) argument
[all...]
H A Ddirectives.c1124 const char *to_file, linenum_type file_line,
1129 to_file, file_line);
1123 _cpp_do_file_change(cpp_reader *pfile, enum lc_reason reason, const char *to_file, linenum_type file_line, unsigned int sysp) argument
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dline-map.cc485 unsigned int sysp, const char *to_file, linenum_type to_line)
507 && to_file == NULL)
523 if (to_file && *to_file == '\0' && reason != LC_RENAME_VERBATIM)
524 to_file = "<stdin>";
544 if (to_file == NULL)
546 to_file = ORDINARY_MAP_FILE_NAME (from);
552 to_file) == 0);
556 map->to_file = to_file;
484 linemap_add(line_maps *set, enum lc_reason reason, unsigned int sysp, const char *to_file, linenum_type to_line) argument
[all...]
H A Ddirectives.cc1147 const char *to_file, linenum_type to_line,
1161 && 0 == filename_cmp (to_file, ORDINARY_MAP_FILE_NAME (last))
1172 to_file, to_line))
1146 _cpp_do_file_change(cpp_reader *pfile, enum lc_reason reason, const char *to_file, linenum_type to_line, unsigned int sysp) argument
/netbsd-current/external/gpl2/diffutils/dist/src/
H A Ddiff.c263 char const *to_file = 0;
575 specify_value (&to_file, optarg, "--to-file");
712 if (to_file)
725 if (to_file)
729 argv[optind], to_file);
262 char const *to_file = 0; local
/netbsd-current/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c251 FILE *to_file; local
263 to_file = fopen(sep + 1, "rb");
264 if (!to_file) {
274 fseek(to_file, 0, SEEK_END);
275 unsaved->Length = ftell(to_file);
276 fseek(to_file, 0, SEEK_SET);
281 if (fread(contents, 1, unsaved->Length, to_file) != unsaved->Length) {
283 (feof(to_file) ? "EOF" : "error"), sep + 1);
284 fclose(to_file);
295 fclose(to_file);
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dinput.c1494 && start_ord_map->to_file != final_ord_map->to_file)
1498 if (start_ord_map->to_file != start.file)
H A Ddiagnostic-show-locus.c936 return ord_map_a->to_file == ord_map_b->to_file;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dinput.cc1654 && start_ord_map->to_file != final_ord_map->to_file)
1658 if (start_ord_map->to_file != start.file)
H A Ddiagnostic-show-locus.cc1001 return ord_map_a->to_file == ord_map_b->to_file;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dindex-write.c1669 out_file = out_file_fd.to_file ("wb");
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dsource.c1589 gdb_file_up stream = desc.to_file (FDOPEN_MODE);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtop.c356 return fd.to_file ("w+");
H A Dsource.c1652 gdb_file_up stream = desc.to_file (FDOPEN_MODE);
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dindex-write.c1423 out_file = out_file_fd.to_file ("wb");
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.c8742 if (from->to_file == file)
8748 if (ord_map->to_file == file)
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.cc9194 if (0 == strcmp (from->to_file, file))
9202 if (ord_map->to_line && 0 == strcmp (ord_map->to_file, file))

Completed in 595 milliseconds

12