Home | History | Annotate | Download | only in sys

Lines Matching defs:_GL_FUNCDECL_RPL

52 /* The definitions of _GL_FUNCDECL_RPL etc. are copied here.  */
81 _GL_FUNCDECL_RPL (foo, ...);
101 _GL_FUNCDECL_RPL (foo, ...);
123 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
127 _GL_FUNCDECL_RPL (open, int, (const char *filename, int flags, ...)
130 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
650 _GL_FUNCDECL_RPL (fstat, int, (int fd, struct stat *buf) _GL_ARG_NONNULL ((2)));
674 _GL_FUNCDECL_RPL (fstatat, int,
708 _GL_FUNCDECL_RPL (futimens, int, (int fd, struct timespec const times[2]));
778 _GL_FUNCDECL_RPL (lstat, int, (const char *name, struct stat *buf)
801 _GL_FUNCDECL_RPL (mkdir, int, (char const *name, mode_t mode)
853 _GL_FUNCDECL_RPL (mkfifo, int, (char const *file, mode_t mode)
895 _GL_FUNCDECL_RPL (mknod, int, (char const *file, mode_t mode, dev_t dev)
1012 _GL_FUNCDECL_RPL (utimensat, int, (int fd, char const *name,