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

/xsrc/external/mit/xf86-video-vboxvideo/dist/src/
H A Dgetmode.c275 char szFile[64] = "/dev/input/"; local in function:vbvxSetUpLinuxACPI
279 strncat(szFile, pDirent->d_name, sizeof(szFile) - sizeof("/dev/input/"));
282 fd = open(szFile, O_RDONLY | O_NONBLOCK);
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/xlaunch/
H A Dmain.cc326 char szFile[MAX_PATH]; local in function:CMyWizard::ShowSaveDialog
336 strcpy(szFile, "config.xlaunch");
343 ofn.lpstrFile= szFile;
344 ofn.nMaxFile = sizeof(szFile)/ sizeof(*szFile);

Completed in 3 milliseconds