| /src/external/bsd/unbound/dist/contrib/ |
| warmup.cmd | 21 if defined %arg% (goto builtin) else (goto from_file)
144 :from_file
label
|
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/ |
| init_sec_context.c | 39 from_file(const char *fn, const char *target_domain, function 105 if (from_file(fn, domain, domainp, usernamep, key) == 0)
|
| /src/external/gpl2/texinfo/dist/info/ |
| dir.c | 107 char *from_file; local 124 for (da_index = 0; (from_file = dirs_to_add[da_index]); da_index++) 128 int namelen = strlen (from_file); 134 strcat (fullpath, from_file);
|
| /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/external/gpl3/gcc/dist/gcc/ |
| gcov-io.cc | 95 from_file (gcov_unsigned_t value) function 434 value = from_file (buffer[0]); 450 value = from_file (buffer[0]); 452 value |= ((gcov_type) from_file (buffer[1])) << 32;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gcov-io.cc | 73 from_file (gcov_unsigned_t value) function 399 value = from_file (buffer[0]); 415 value = from_file (buffer[0]); 417 value |= ((gcov_type) from_file (buffer[1])) << 32;
|
| /src/external/gpl2/diffutils/dist/src/ |
| diff.c | 262 char const *from_file = 0; 519 specify_value (&from_file, optarg, "--from-file"); 710 if (from_file) 718 from_file, argv[optind]); 261 char const *from_file = 0; local
|
| /src/sys/dev/stbi/ |
| stb_image.c | 829 int from_file; member in struct:__anon3674 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;
|