Home
last modified time | relevance | path

Searched refs:file_data (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/usr.bin/cvs/diff/
H A Ddiff.h213 struct file_data { struct
276 EXTERN struct file_data files[2]; argument
285 int diff_2_files PARAMS((struct file_data[], int));
288 void print_context_header PARAMS((struct file_data[], int));
295 int diff_dirs PARAMS((struct file_data const[], int (*) PARAMS((char const *, char const *, char co…
305 int read_files PARAMS((struct file_data[], int));
306 int sip PARAMS((struct file_data *, int));
307 void slurp PARAMS((struct file_data *));
325 int translate_line_number PARAMS((struct file_data const *, int));
348 void print_number_range PARAMS((int, struct file_data *, int, int));
[all …]
H A Dcontext.c21 static void find_function PARAMS((struct file_data const *, int, char const **, size_t *));
25 static void print_context_label PARAMS ((char const *, struct file_data *, char const *));
26 static void print_context_number_range PARAMS((struct file_data const *, int, int));
27 static void print_unidiff_number_range PARAMS((struct file_data const *, int, int));
40 struct file_data *inf;
59 struct file_data inf[]; in print_context_header()
107 struct file_data const *file; in print_context_number_range()
239 struct file_data const *file; in print_unidiff_number_range()
427 struct file_data const *file; in find_function()
H A Dio.c66 static void find_and_hash_each_line PARAMS((struct file_data *));
67 static void find_identical_ends PARAMS((struct file_data[]));
68 static void prepare_text_end PARAMS((struct file_data *));
83 struct file_data *current; in sip()
129 struct file_data *current; in slurp()
189 struct file_data *current; in find_and_hash_each_line()
390 struct file_data *current; in prepare_text_end()
414 struct file_data filevec[]; in find_identical_ends()
663 struct file_data filevec[]; in read_files()
H A Danalyze.c59 static struct change *build_reverse_script PARAMS((struct file_data const[]));
60 static struct change *build_script PARAMS((struct file_data const[]));
61 static void briefly_report PARAMS((int, struct file_data const[]));
63 static void discard_confusing_lines PARAMS((struct file_data[]));
64 static void shift_boundaries PARAMS((struct file_data[]));
406 struct file_data filevec[]; in discard_confusing_lines()
621 struct file_data filevec[]; in shift_boundaries()
748 struct file_data const filevec[]; in build_reverse_script()
786 struct file_data const filevec[]; in build_script()
820 struct file_data const filevec[];
[all …]
H A Ddir.c32 static int dir_sort PARAMS((struct file_data const *, struct dirdata *));
40 struct file_data const *dir; in dir_sort()
159 struct file_data const filevec[]; in diff_dirs()
H A Difdef.c26 struct file_data const *file;
272 struct file_data const *file = group->file;
H A Dutil.c691 struct file_data const *file; in translate_line_number()
699 struct file_data const *file; in translate_range()
716 struct file_data *file;
H A Ddiff.c149 struct file_data f;
936 struct file_data inf[2];
/openbsd-src/gnu/usr.bin/perl/Porting/
H A Dtest-dist-modules.pl253 my %file_data;
258 unless (keys %file_data) {
265 $file_data{$name} .= $_;
271 my $data = $file_data{$want_name} or die "No data found for $want_name";
/openbsd-src/gnu/llvm/clang/utils/
H A DFuzzTest114 file_data = test_application.tg.inputs[test[3][0]][1]
117 c = file_data[i]
/openbsd-src/gnu/usr.bin/texinfo/util/
H A Dtexindex.c980 char *file_data; in sort_in_core()
999 file_data = data; in sort_in_core()
1031 nextline = parsefile (infile, nextline, file_data, file_size); in sort_in_core()
974 char *file_data; sort_in_core() local