Searched defs:creat (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dio.h152 static inline int creat(const char* path, int mode) { return _creat(path, mode); } function
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dio.h149 static inline int creat(const char* path, int mode) { return _creat(path, mode); } function
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXw32defs.h18 # define creat _creat macro

Completed in 43 milliseconds