Searched refs:from_file (Results 1 – 9 of 9) sorted by relevance
87 FILE *from_file; /* read from a file or stdin */ member144 } 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()
73 from_file (gcov_unsigned_t value) in from_file() function399 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()
26564 (from_file): Re-format.
14775 * gcov-io.c (from_file): New.
21219 (from_file): Add IN_GCOV_TOOL check.
39 from_file(const char *fn, const char *target_domain, in from_file() function105 if (from_file(fn, domain, domainp, usernamep, key) == 0) in get_user_file()
829 int from_file; member841 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()
289 static void save_and_apply_config_tree(int/*BOOL*/ from_file);
11780 * tracepoint.h (struct trace_status) <from_file>: Rename it