Home
last modified time | relevance | path

Searched refs:find_source (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/sys/netinet/
H A Dif_arp.c786 bool find_source, do_dad; in in_arpinput() local
829 find_source = false; in in_arpinput()
832 find_source = true; in in_arpinput()
881 if (ia == NULL && find_source && !in_nullhost(itaddr)) { in in_arpinput()
882 find_source = false; in in_arpinput()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcov.c618 static unsigned find_source (const char *);
1604 find_source (const char *file_name) in find_source() function
1741 unsigned src_idx = find_source (gcov_read_string ()); in read_graph_file()
1868 (find_source (file_name))); in read_graph_file()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcov.cc653 static unsigned find_source (const char *);
1709 find_source (const char *file_name) in find_source() function
1851 unsigned src_idx = find_source (gcov_read_string ()); in read_graph_file()
1980 (find_source (file_name))); in read_graph_file()
H A DChangeLog-20112471 (find_source): Don't check for null name or source arrays here.
3519 (find_source): Check source_prefix.
3577 (find_source): Look for and create a canonical name.
3763 (find_source): Return source index, adjust for source array.
33369 * gcov.c (find_source): Use filename_cmp instead
H A DChangeLog-20177775 (find_source): Assign index for each source file.
9345 (find_source): Use std::find.
9373 (find_source): Use vector methods.
32990 (find_source): Fix GNU coding style.
H A DChangeLog-200717997 (find_source): File date is now read here and modifications in
18005 Checking source file modification is done in find_source.
H A DChangeLog-200327110 * gcov.c (find_source): Take const char *, copy it on allocation.
28345 (find_source, output_branch_count): New functions.
H A DChangeLog-201217957 (find_source): Likewise in fnotice.
H A DChangeLog-201616561 (find_source): Likewise.
H A DChangeLog-201536566 * gcov.c (find_source): Fix miswording in error message.