Searched refs:new_filename (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/gnu/usr.bin/grep/libgreputils/ |
| HD | stdio.h | 1504 (const char *old_filename, const char *new_filename) 1507 (const char *old_filename, const char *new_filename)); 1510 (const char *old_filename, const char *new_filename));
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | gcc.c | 1732 char *new_filename; in read_specs() local 1744 new_filename = find_a_file (&startfile_prefixes, p1, R_OK, true); in read_specs() 1745 read_specs (new_filename ? new_filename : p1, FALSE); in read_specs() 1752 char *new_filename; in read_specs() local 1764 new_filename = find_a_file (&startfile_prefixes, p1, R_OK, true); in read_specs() 1765 if (new_filename) in read_specs() 1766 read_specs (new_filename, FALSE); in read_specs()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | gcc.c | 2112 char *new_filename; in read_specs() local 2125 new_filename = find_a_file (&startfile_prefixes, p1, R_OK, true); in read_specs() 2126 read_specs (new_filename ? new_filename : p1, false, user_p); in read_specs() 2133 char *new_filename; in read_specs() local 2146 new_filename = find_a_file (&startfile_prefixes, p1, R_OK, true); in read_specs() 2147 if (new_filename) in read_specs() 2148 read_specs (new_filename, false, user_p); in read_specs()
|