| /netbsd-src/external/gpl2/gmake/dist/ |
| H A D | file.c | 205 rename_file (struct file *from_file, char *to_hname) in rename_file() argument 207 rehash_file (from_file, to_hname); in rename_file() 208 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() 220 rehash_file (struct file *from_file, char *to_hname) in rehash_file() argument 229 if (0 == file_hash_cmp (from_file, &file_key)) in rehash_file() 232 file_key.hname = from_file->hname; in rehash_file() 233 while (from_file->renamed != 0) in rehash_file() 234 from_file = from_file->renamed; in rehash_file() [all …]
|
| /netbsd-src/sys/arch/hppa/stand/mkboot/ |
| H A D | mkboot.c | 234 putfile(char *from_file, int to) in putfile() 245 if ((from = open(from_file, O_RDONLY)) < 0) in putfile() 246 err(1, "%s", from_file); in putfile() 250 err(1, "%s: reading file header", from_file); in putfile() 261 err(1, "%s: reading ELF header", from_file); in putfile() 271 err(1, "%s: reading ELF segments", from_file); in putfile() 278 "segment", from_file); in putfile() 284 from_file); in putfile() 291 errx(1, "%s: bad magic number", from_file); in putfile() 302 err(1, "%s", from_file); in putfile() 233 putfile(char * from_file,int to) putfile() argument [all...] |
| /netbsd-src/usr.sbin/veriexecgen/ |
| H A D | veriexecgen.c | 87 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-src/external/gpl2/texinfo/dist/info/ |
| H A D | dir.c | 107 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-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gcov-io.cc | 73 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 D | ChangeLog-2021 | 26564 (from_file): Re-format.
|
| H A D | ChangeLog-2003 | 14775 * gcov-io.c (from_file): New.
|
| H A D | ChangeLog-2020 | 21219 (from_file): Add IN_GCOV_TOOL check.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gcov-io.c | 101 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-src/external/bsd/unbound/dist/contrib/ |
| H A D | warmup.cmd | 21 if defined %arg% (goto builtin) else (goto from_file) 144 :from_file label
|
| /netbsd-src/external/gpl2/diffutils/dist/src/ |
| H A D | diff.c | 261 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-src/crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/ |
| H A D | init_sec_context.c | 39 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-src/sys/dev/stbi/ |
| H A D | stb_image.c | 829 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-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-2013 | 11780 * tracepoint.h (struct trace_status) <from_file>: Rename it
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-2013 | 11780 * tracepoint.h (struct trace_status) <from_file>: Rename it
|