Lines Matching full:__file__
84 /* On Windows, the file name obtained from __FILE__ includes a full path.
89 static char p[sizeof(__FILE__) + 10];
93 strcpy(p, __FILE__);
111 /* __FILE__ on MSVC7 does not contain the directory */
726 /* On Windows, the file name obtained from __FILE__ includes a full path.
731 static char p[sizeof(__FILE__) + 20];
735 strcpy(p, __FILE__);
753 /* __FILE__ on MSVC7 does not contain the directory */