Home | History | Annotate | Download | only in sys

Lines Matching defs:_GL_CXXALIAS_RPL

82        _GL_CXXALIAS_RPL (foo, ...);
102 _GL_CXXALIAS_RPL (foo, ...);
145 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
149 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...));
151 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \
651 _GL_CXXALIAS_RPL (fstat, int, (int fd, struct stat *buf));
677 _GL_CXXALIAS_RPL (fstatat, int,
709 _GL_CXXALIAS_RPL (futimens, int, (int fd, struct timespec const times[2]));
780 _GL_CXXALIAS_RPL (lstat, int, (const char *name, struct stat *buf));
803 _GL_CXXALIAS_RPL (mkdir, int, (char const *name, mode_t mode));
823 _GL_CXXALIAS_RPL (mkdir, int, (char const *name, mode_t mode));
855 _GL_CXXALIAS_RPL (mkfifo, int, (char const *file, mode_t mode));
897 _GL_CXXALIAS_RPL (mknod, int, (char const *file, mode_t mode, dev_t dev));
1015 _GL_CXXALIAS_RPL (utimensat, int, (int fd, char const *name,