Searched refs:this_file (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | errors.cc | 113 static const char this_file[] = __FILE__; in trim_filename() local 114 const char *p = name, *q = this_file; in trim_filename()
|
| D | gengtype.h | 67 extern input_file* this_file;
|
| D | gengtype.cc | 154 input_file* this_file; variable 528 if (!strcmp (s, "CUMULATIVE_ARGS") && pos->file != this_file) in do_typedef() 1009 create_field_all (next,type,name, 0, this_file, __LINE__) 1038 this_file, line); in create_optional_field_() 5210 this_file = input_file_by_name (__FILE__); in main() 5241 #define POS_HERE(Call) do { pos.file = this_file; pos.line = __LINE__; \ in main()
|
| D | diagnostic.cc | 1452 static const char this_file[] = __FILE__; in trim_filename() local 1453 const char *p = name, *q = this_file; in trim_filename()
|
| D | ChangeLog-2010 | 6395 (get_file_langdir, error_at_line, gt_files, this_file) 6409 (gt_files, num_gt_files, this_file, system_h_file) 9917 (output_files, header_file, srcdir, srcdir_len, this_file)
|
| D | ChangeLog-2007 | 24765 (this_file): New. Use everywhere __FILE__ was being used.
|
| /netbsd/src/external/bsd/ntp/dist/ntpd/ |
| D | ntp_loopfilter.c | 135 static char *this_file = NULL; variable 213 if (this_file == NULL) { in file_name() 215 for (this_file=relative_path; in file_name() 216 *this_file && ! isalnum((unsigned char)*this_file); in file_name() 217 this_file++) ; in file_name() 219 return this_file; in file_name()
|