Searched refs:current_file (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dtest.h234 const char* current_file; /* file of current check */ member in struct:__anon14231
288 data->current_file=strrchr(file,'/');
289 if (data->current_file==NULL)
290 data->current_file=strrchr(file,'\\');
291 if (data->current_file==NULL)
292 data->current_file=file;
294 data->current_file++;
322 data->current_file, data->current_line );
332 data->current_file, data->current_line );
344 data->current_file, dat
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dtest.h231 const char* current_file; /* file of current check */ member in struct:__anon1558
286 data->current_file=strrchr(file,'/');
287 if (data->current_file==NULL)
288 data->current_file=strrchr(file,'\\');
289 if (data->current_file==NULL)
290 data->current_file=file;
292 data->current_file++;
320 data->current_file, data->current_line );
330 data->current_file, data->current_line );
342 data->current_file, dat
[all...]

Completed in 33 milliseconds