Home
last modified time | relevance | path

Searched refs:_XOpenFile (Results 1 – 7 of 7) sorted by relevance

/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/optionalX11/X11/
H A DXlibint.h1249 extern int _XOpenFile(
1269 #define _XOpenFile(path, flags) open(path, flags) macro
/dports/x11/libX11/libX11-1.7.2/modules/im/ximcp/
H A DimLcIm.c361 if ( (fd = _XOpenFile (*res, O_RDONLY)) == -1) in _XimCachedFileName()
536 if ( (fd = _XOpenFile (name, O_RDONLY)) < 0) { in _XimCreateDefaultTree()
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/optionalX11/X11/
H A DXlibint.h1249 extern int _XOpenFile(
1269 #define _XOpenFile(path, flags) open(path, flags) macro
/dports/devel/emscripten/emscripten-2.0.3/system/include/X11/
H A DXlibint.h1293 extern int _XOpenFile(
1313 #define _XOpenFile(path,flags) open(path,flags) macro
/dports/x11/libX11/libX11-1.7.2/include/X11/
H A DXlibint.h1342 extern int _XOpenFile(
1362 #define _XOpenFile(path,flags) open(path,flags) macro
/dports/x11/libX11/libX11-1.7.2/src/
H A DXlibInt.c1915 int _XOpenFile(path, flags) in _XOpenFile() function
H A DXrm.c1585 if ( (fd = _XOpenFile (filename, O_RDONLY)) == -1 ) in ReadInFile()