Home | History | Annotate | Download | only in lib

Lines Matching refs:open

69 /* Native Windows platforms declare open(), creat() in <io.h>.  */
111 # undef open
112 # define open rpl_open
114 _GL_FUNCDECL_RPL (open, int, (const char *filename, int flags, ...)
116 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...));
118 _GL_CXXALIAS_SYS (open, int, (const char *filename, int flags, ...));
120 /* On HP-UX 11, in C++ mode, open() is defined as an inline function with a
123 _GL_CXXALIASWARN (open);
126 # undef open
127 /* Assume open is always declared. */
128 _GL_WARN_ON_USE (open, "open is not always POSIX compliant - "
129 "use gnulib module open for portability");