HomeSort by: relevance | last modified time | path
    Searched defs:from_file (Results 1 - 2 of 2) sorted by relevancy

  /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;

Completed in 15 milliseconds