Lines Matching refs:open
70 /* Native Windows platforms declare open(), creat() in <io.h>. */
152 _GL_FUNCDECL_RPL (open, int, (const char *filename, int flags, ...)
164 _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...)
174 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...));
213 _GL_CXXALIAS_SYS (open, int, (const char *filename, int flags, ...));
423 # undef open
424 # define open rpl_open
426 _GL_FUNCDECL_RPL (open, int, (const char *filename, int flags, ...)
428 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...));
430 _GL_CXXALIAS_SYS (open, int, (const char *filename, int flags, ...));
432 /* On HP-UX 11, in C++ mode, open() is defined as an inline function with a
435 _GL_CXXALIASWARN (open);
438 # undef open
439 /* Assume open is always declared. */
440 _GL_WARN_ON_USE (open, "open is not always POSIX compliant - "
441 "use gnulib module open for portability");