Home | History | Annotate | Download | only in sys

Lines Matching defs:_GL_CXXALIAS_SYS

66        _GL_CXXALIAS_SYS (foo, ...);
84 _GL_CXXALIAS_SYS (foo, ...);
107 _GL_CXXALIAS_SYS (foo, ...);
183 /* _GL_CXXALIAS_SYS (func, rettype, parameters);
188 _GL_CXXALIAS_SYS (open, int, (const char *filename, int flags, ...));
197 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \
204 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \
209 is like _GL_CXXALIAS_SYS (func, rettype, parameters);
227 is like _GL_CXXALIAS_SYS (func, rettype, parameters);
632 _GL_CXXALIAS_SYS (fchmodat, int,
653 _GL_CXXALIAS_SYS (fstat, int, (int fd, struct stat *buf));
685 _GL_CXXALIAS_SYS (fstatat, int,
714 _GL_CXXALIAS_SYS (futimens, int, (int fd, struct timespec const times[2]));
751 _GL_CXXALIAS_SYS (lchmod, int, (const char *filename, mode_t mode));
782 _GL_CXXALIAS_SYS (lstat, int, (const char *name, struct stat *buf));
825 _GL_CXXALIAS_SYS (mkdir, int, (char const *name, mode_t mode));
836 _GL_CXXALIAS_SYS (mkdirat, int, (int fd, char const *file, mode_t mode));
861 _GL_CXXALIAS_SYS (mkfifo, int, (char const *file, mode_t mode));
878 _GL_CXXALIAS_SYS (mkfifoat, int, (int fd, char const *file, mode_t mode));
922 _GL_CXXALIAS_SYS (mknodat, int,
1023 _GL_CXXALIAS_SYS (utimensat, int, (int fd, char const *name,