/src/sys/arch/hppa/stand/mkboot/ |
mkboot.c | 234 putfile(char *from_file, int to) 245 if ((from = open(from_file, O_RDONLY)) < 0) 246 err(1, "%s", from_file); 250 err(1, "%s: reading file header", from_file); 261 err(1, "%s: reading ELF header", from_file); 271 err(1, "%s: reading ELF segments", from_file); 278 "segment", from_file); 284 from_file); 291 errx(1, "%s: bad magic number", from_file); 302 err(1, "%s", from_file); [all...] |
/src/usr.sbin/veriexecgen/ |
veriexecgen.c | 87 FILE *from_file; /* read from a file or stdin */ member in struct:veriexecgen_t 144 } else if (vp->from_file == stdin) { 473 v.from_file = stdin; 476 v.from_file = fopen(optarg, "r"); 477 if (v.from_file == NULL) { 532 if (search_path == NULL && !v.from_file) 549 if (v.from_file) { 552 read_from_file(&v, hash, v.from_file); 560 if (v.from_file && v.from_file != stdin) [all...] |
/src/sys/dev/stbi/ |
stb_image.c | 829 int from_file; member in struct:__anon26c9e3660408 841 s->from_file = 1; 849 s->from_file = 0; 860 s->from_file = 0; 877 if (s->from_file) { 892 if (s->from_file == 0) return 1;
|