Home
last modified time | relevance | path

Searched refs:to_file (Results 1 – 25 of 35) sorted by relevance

12

/netbsd/sys/arch/hppa/stand/mkboot/
H A Dmkboot.c115 char *to_file; variable
160 to_file = argv[--argc]; in main()
162 err(1, "%s: open", to_file); in main()
186 err(1, "%s: lseek", to_file); in main()
217 err(1, "%s: lseek", to_file); in main()
223 err(1, "%s", to_file); in main()
302 err(1, "%s", to_file); in putfile()
320 err(1, "%s", to_file); in putfile()
328 err(1, "%s", to_file); in putfile()
349 err(1, "%s", to_file); in putfile()
[all …]
/netbsd/external/gpl2/gmake/dist/
H A Dfile.c224 struct file *to_file; in rehash_file() local
246 to_file = *file_slot; in rehash_file()
252 if (HASH_VACANT (to_file)) in rehash_file()
261 if (to_file->cmds == 0) in rehash_file()
262 to_file->cmds = from_file->cmds; in rehash_file()
263 else if (from_file->cmds != to_file->cmds) in rehash_file()
272 to_file->cmds->fileinfo.lineno); in rehash_file()
288 if (to_file->deps == 0) in rehash_file()
289 to_file->deps = from_file->deps; in rehash_file()
305 if (to_file->is_target) in rehash_file()
[all …]
/netbsd/external/gpl3/gcc/dist/libcpp/
H A Dline-map.c461 unsigned int sysp, const char *to_file, linenum_type to_line) in linemap_add() argument
488 && to_file == NULL) in linemap_add()
504 if (to_file && *to_file == '\0' && reason != LC_RENAME_VERBATIM) in linemap_add()
505 to_file = "<stdin>"; in linemap_add()
525 if (to_file == NULL) in linemap_add()
527 to_file = ORDINARY_MAP_FILE_NAME (from); in linemap_add()
533 to_file) == 0); in linemap_add()
537 map->to_file = to_file; in linemap_add()
1875 const char *fname = set->info_ordinary.maps[i].to_file; in linemap_get_file_highest_location()
H A Dline-map.cc485 unsigned int sysp, const char *to_file, linenum_type to_line) in linemap_add() argument
507 && to_file == NULL) in linemap_add()
523 if (to_file && *to_file == '\0' && reason != LC_RENAME_VERBATIM) in linemap_add()
524 to_file = "<stdin>"; in linemap_add()
544 if (to_file == NULL) in linemap_add()
546 to_file = ORDINARY_MAP_FILE_NAME (from); in linemap_add()
552 to_file) == 0); in linemap_add()
556 map->to_file = to_file; in linemap_add()
1954 const char *fname = set->info_ordinary.maps[i].to_file; in linemap_get_file_highest_location()
H A Ddirectives.cc1147 const char *to_file, linenum_type to_line, in _cpp_do_file_change() argument
1161 && 0 == filename_cmp (to_file, ORDINARY_MAP_FILE_NAME (last)) in _cpp_do_file_change()
1172 to_file, to_line)) in _cpp_do_file_change()
H A Ddirectives.c1124 const char *to_file, linenum_type file_line, in _cpp_do_file_change() argument
1129 to_file, file_line); in _cpp_do_file_change()
/netbsd/external/gpl3/gcc.old/dist/libcpp/
H A Dline-map.c461 unsigned int sysp, const char *to_file, linenum_type to_line) in linemap_add() argument
488 && to_file == NULL) in linemap_add()
504 if (to_file && *to_file == '\0' && reason != LC_RENAME_VERBATIM) in linemap_add()
505 to_file = "<stdin>"; in linemap_add()
525 if (to_file == NULL) in linemap_add()
527 to_file = ORDINARY_MAP_FILE_NAME (from); in linemap_add()
533 to_file) == 0); in linemap_add()
537 map->to_file = to_file; in linemap_add()
1875 const char *fname = set->info_ordinary.maps[i].to_file; in linemap_get_file_highest_location()
H A Ddirectives.c1124 const char *to_file, linenum_type file_line, in _cpp_do_file_change() argument
1129 to_file, file_line); in _cpp_do_file_change()
/netbsd/external/gpl2/diffutils/dist/src/
H A Ddiff.c262 char const *to_file = 0; in main() local
574 specify_value (&to_file, optarg, "--to-file"); in main()
711 if (to_file) in main()
724 if (to_file) in main()
728 argv[optind], to_file); in main()
/netbsd/external/gpl3/gdb/dist/gdbsupport/
H A Dscoped_fd.h70 gdb_file_up to_file (const char *mode) noexcept in to_file() function
/netbsd/external/gpl3/gdb.old/dist/gdbsupport/
H A Dscoped_fd.h70 gdb_file_up to_file (const char *mode) noexcept in to_file() function
/netbsd/external/gpl3/gcc.old/dist/libcpp/include/
H A Dline-map.h437 const char *to_file; member
666 return ord_map->to_file; in ORDINARY_MAP_FILE_NAME()
1093 const char *to_file, linenum_type to_line);
1207 return ord_map->to_file; in LINEMAP_FILE()
/netbsd/external/gpl3/gcc/dist/libcpp/include/
H A Dline-map.h438 const char *to_file; member
677 return ord_map->to_file; in ORDINARY_MAP_FILE_NAME()
1104 const char *to_file, linenum_type to_line);
1254 return ord_map->to_file; in LINEMAP_FILE()
/netbsd/external/gpl3/gdb/dist/gdb/unittests/
H A Dscoped_fd-selftests.c79 gdb_file_up file = sfd.to_file ("rw"); in test_to_file()
/netbsd/external/gpl3/gdb.old/dist/gdb/unittests/
H A Dscoped_fd-selftests.c79 gdb_file_up file = sfd.to_file ("rw"); in test_to_file()
/netbsd/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c251 FILE *to_file; in parse_remapped_files_with_opt() local
263 to_file = fopen(sep + 1, "rb"); in parse_remapped_files_with_opt()
264 if (!to_file) { in parse_remapped_files_with_opt()
274 fseek(to_file, 0, SEEK_END); in parse_remapped_files_with_opt()
275 unsaved->Length = ftell(to_file); in parse_remapped_files_with_opt()
276 fseek(to_file, 0, SEEK_SET); in parse_remapped_files_with_opt()
281 if (fread(contents, 1, unsaved->Length, to_file) != unsaved->Length) { in parse_remapped_files_with_opt()
283 (feof(to_file) ? "EOF" : "error"), sep + 1); in parse_remapped_files_with_opt()
284 fclose(to_file); in parse_remapped_files_with_opt()
295 fclose(to_file); in parse_remapped_files_with_opt()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dinput.c1494 && start_ord_map->to_file != final_ord_map->to_file) in get_substring_ranges_for_loc()
1498 if (start_ord_map->to_file != start.file) in get_substring_ranges_for_loc()
H A Dinput.cc1654 && start_ord_map->to_file != final_ord_map->to_file) in get_substring_ranges_for_loc()
1658 if (start_ord_map->to_file != start.file) in get_substring_ranges_for_loc()
H A Ddiagnostic-show-locus.c936 return ord_map_a->to_file == ord_map_b->to_file; in compatible_locations_p()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dinput.c1494 && start_ord_map->to_file != final_ord_map->to_file) in get_substring_ranges_for_loc()
1498 if (start_ord_map->to_file != start.file) in get_substring_ranges_for_loc()
H A Ddiagnostic-show-locus.c936 return ord_map_a->to_file == ord_map_b->to_file; in compatible_locations_p()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dsource.c1582 gdb_file_up stream = desc.to_file (FDOPEN_MODE); in search_command_helper()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dsource.c1582 gdb_file_up stream = desc.to_file (FDOPEN_MODE); in search_command_helper()
/netbsd/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dindex-write.c1669 out_file = out_file_fd.to_file ("wb"); in index_wip_file()
/netbsd/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dindex-write.c1669 out_file = out_file_fd.to_file ("wb"); in index_wip_file()

12