Searched refs:this_file (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Derrors.c113 static const char this_file[] = __FILE__; local
114 const char *p = name, *q = this_file;
H A Ddiagnostic.c426 static const char this_file[] = __FILE__;
427 const char *p = name, *q = this_file;
424 static const char this_file[] = __FILE__; local
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_loopfilter.c135 static char *this_file = NULL; variable
210 if (this_file == NULL) {
212 for (this_file=relative_path;
213 *this_file && ! isalnum((unsigned char)*this_file);
214 this_file++) ;
216 return this_file;

Completed in 177 milliseconds