Home | History | Annotate | Download | only in intltest

Lines Matching full:__file__

402     /* On Windows, the file name obtained from __FILE__ includes a full path.
407 char p[sizeof(__FILE__) + 10];
411 strcpy(p, __FILE__);
430 /* __FILE__ on MSVC7 does not contain the directory */
1533 /* On Windows, the file name obtained from __FILE__ includes a full path.
1538 static char p[sizeof(__FILE__) + 10];
1542 strcpy(p, __FILE__);
1560 /* __FILE__ on MSVC7 does not contain the directory */