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

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A DInitOutput.c368 char *fendptr; local in function:winGetBaseDir
374 fendptr = buffer + size;
375 while (fendptr > buffer)
377 if (*fendptr == '\\' || *fendptr == '/')
379 *fendptr = 0;
382 fendptr--;
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A DInitOutput.c351 char *fendptr; local in function:winGetBaseDir
358 fendptr = buffer + size;
359 while (fendptr > buffer) {
360 if (*fendptr == '\\' || *fendptr == '/') {
361 *fendptr = 0;
364 fendptr--;

Completed in 3 milliseconds