Home
last modified time | relevance | path

Searched refs:from_file (Results 1 – 18 of 18) sorted by relevance

/netbsd/external/gpl2/gmake/dist/
H A Dfile.c208 while (from_file) in rename_file()
210 from_file->name = from_file->hname; in rename_file()
211 from_file = from_file->prev; in rename_file()
234 from_file = from_file->renamed; in rehash_file()
240 if (deleted_file != from_file) in rehash_file()
248 from_file->hname = to_hname; in rehash_file()
259 if (from_file->cmds != 0) in rehash_file()
276 from_file->name); in rehash_file()
295 deps->next = from_file->deps; in rehash_file()
300 if (to_file->double_colon && from_file->is_target && !from_file->double_colon) in rehash_file()
[all …]
/netbsd/sys/arch/hppa/stand/mkboot/
H A Dmkboot.c229 putfile(char *from_file, int to) in putfile() argument
240 if ((from = open(from_file, O_RDONLY)) < 0) in putfile()
241 err(1, "%s", from_file); in putfile()
245 err(1, "%s: reading file header", from_file); in putfile()
256 err(1, "%s: reading ELF header", from_file); in putfile()
266 err(1, "%s: reading ELF segments", from_file); in putfile()
273 "segment", from_file); in putfile()
279 from_file); in putfile()
286 errx(1, "%s: bad magic number", from_file); in putfile()
297 err(1, "%s", from_file); in putfile()
[all …]
/netbsd/usr.sbin/veriexecgen/
H A Dveriexecgen.c87 FILE *from_file; /* read from a file or stdin */ member
144 } else if (vp->from_file == stdin) { in banner()
473 v.from_file = stdin; in main()
476 v.from_file = fopen(optarg, "r"); in main()
477 if (v.from_file == NULL) { in main()
532 if (search_path == NULL && !v.from_file) in main()
549 if (v.from_file) { in main()
552 read_from_file(&v, hash, v.from_file); in main()
560 if (v.from_file && v.from_file != stdin) { in main()
561 fclose(v.from_file); in main()
/netbsd/external/gpl2/texinfo/dist/info/
H A Ddir.c107 char *from_file; in maybe_build_dir_node() local
124 for (da_index = 0; (from_file = dirs_to_add[da_index]); da_index++) in maybe_build_dir_node()
128 int namelen = strlen (from_file); in maybe_build_dir_node()
134 strcat (fullpath, from_file); in maybe_build_dir_node()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dgcov-io.cc73 from_file (gcov_unsigned_t value) in from_file() function
399 value = from_file (buffer[0]); in gcov_read_unsigned()
415 value = from_file (buffer[0]); in gcov_read_counter()
417 value |= ((gcov_type) from_file (buffer[1])) << 32; in gcov_read_counter()
H A Dgcov-io.c101 static inline gcov_unsigned_t from_file (gcov_unsigned_t value) in from_file() function
517 value = from_file (buffer[0]); in gcov_read_unsigned()
532 value = from_file (buffer[0]); in gcov_read_counter()
534 value |= ((gcov_type) from_file (buffer[1])) << 32; in gcov_read_counter()
H A DChangeLog9904 (from_file): Add IN_GCOV_TOOL check.
H A DChangeLog-202126564 (from_file): Re-format.
H A DChangeLog-200314775 * gcov-io.c (from_file): New.
H A DChangeLog-202021219 (from_file): Add IN_GCOV_TOOL check.
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dgcov-io.c101 static inline gcov_unsigned_t from_file (gcov_unsigned_t value) in from_file() function
517 value = from_file (buffer[0]); in gcov_read_unsigned()
532 value = from_file (buffer[0]); in gcov_read_counter()
534 value |= ((gcov_type) from_file (buffer[1])) << 32; in gcov_read_counter()
/netbsd/external/bsd/unbound/dist/contrib/
H A Dwarmup.cmd21 if defined %arg% (goto builtin) else (goto from_file)
144 :from_file label
/netbsd/external/gpl2/diffutils/dist/src/
H A Ddiff.c261 char const *from_file = 0; in main() local
518 specify_value (&from_file, optarg, "--from-file"); in main()
709 if (from_file) in main()
717 from_file, argv[optind]); in main()
/netbsd/crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/
H A Dinit_sec_context.c39 from_file(const char *fn, const char *target_domain, in from_file() function
105 if (from_file(fn, domain, domainp, usernamep, key) == 0) in get_user_file()
/netbsd/sys/dev/stbi/
H A Dstb_image.c829 int from_file; member
841 s->from_file = 1; in start_file()
849 s->from_file = 0; in start_mem()
860 s->from_file = 0; in refill_buffer()
877 if (s->from_file) { in get8()
892 if (s->from_file == 0) return 1; in at_eof()
/netbsd/external/bsd/ntp/dist/ntpd/
H A Dntp_config.c289 static void save_and_apply_config_tree(int/*BOOL*/ from_file);
/netbsd/external/gpl3/gdb/dist/gdb/
H A DChangeLog-201311780 * tracepoint.h (struct trace_status) <from_file>: Rename it
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-201311780 * tracepoint.h (struct trace_status) <from_file>: Rename it