Lines Matching refs:_GL_CXXALIAS_SYS

191        _GL_CXXALIAS_SYS (foo, ...);
209 _GL_CXXALIAS_SYS (foo, ...);
232 _GL_CXXALIAS_SYS (foo, ...);
326 /* _GL_CXXALIAS_SYS (func, rettype, parameters);
331 _GL_CXXALIAS_SYS (open, int, (const char *filename, int flags, ...));
337 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \
352 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \
357 is like _GL_CXXALIAS_SYS (func, rettype, parameters);
382 is like _GL_CXXALIAS_SYS (func, rettype, parameters);
757 _GL_CXXALIAS_SYS (access, int, (const char *file, int mode));
773 _GL_CXXALIAS_SYS (chdir, int, (const char *file) _GL_ARG_NONNULL ((1)));
803 _GL_CXXALIAS_SYS (chown, int, (const char *file, uid_t uid, gid_t gid));
826 _GL_CXXALIAS_SYS (close, int, (int fd));
845 _GL_CXXALIAS_SYS (copy_file_range, ssize_t, (int ifd, off_t *ipos,
866 _GL_CXXALIAS_SYS (dup, int, (int oldfd));
894 _GL_CXXALIAS_SYS (dup2, int, (int oldfd, int newfd));
923 _GL_CXXALIAS_SYS (dup3, int, (int oldfd, int newfd, int flags));
987 _GL_CXXALIAS_SYS (euidaccess, int, (const char *filename, int mode));
1020 _GL_CXXALIAS_SYS (faccessat, int,
1054 _GL_CXXALIAS_SYS (fchdir, int, (int /*fd*/));
1082 _GL_CXXALIAS_SYS (fchownat, int, (int fd, char const *file,
1103 _GL_CXXALIAS_SYS (fdatasync, int, (int fd));
1122 _GL_CXXALIAS_SYS (fsync, int, (int fd));
1149 _GL_CXXALIAS_SYS (ftruncate, int, (int fd, off_t length));
1217 _GL_CXXALIAS_SYS (getdomainname, int, (char *name, size_t len));
1262 _GL_CXXALIAS_SYS (getentropy, int, (void *buffer, size_t length));
1290 _GL_CXXALIAS_SYS (getgroups, int, (int n, gid_t *groups));
1355 _GL_CXXALIAS_SYS (getlogin, char *, (void));
1512 _GL_CXXALIAS_SYS (getpass, char *, (const char *prompt));
1530 _GL_CXXALIAS_SYS (getusershell, char *, (void));
1545 _GL_CXXALIAS_SYS (setusershell, void, (void));
1561 _GL_CXXALIAS_SYS (endusershell, void, (void));
1577 _GL_CXXALIAS_SYS (group_member, int, (gid_t gid));
1597 _GL_CXXALIAS_SYS (isatty, int, (int fd));
1628 _GL_CXXALIAS_SYS (lchown, int, (char const *file, uid_t owner, gid_t group));
1657 _GL_CXXALIAS_SYS (link, int, (const char *path1, const char *path2));
1692 _GL_CXXALIAS_SYS (linkat, int,
1718 _GL_CXXALIAS_SYS (lseek, off_t, (int fd, off_t offset, int whence));
1737 _GL_CXXALIAS_SYS (pipe, int, (int fd[2]));
1765 _GL_CXXALIAS_SYS (pipe2, int, (int fd[2], int flags));
1799 _GL_CXXALIAS_SYS (pread, ssize_t,
1834 _GL_CXXALIAS_SYS (pwrite, ssize_t,
1893 _GL_CXXALIAS_SYS (readlink, ssize_t,
1926 _GL_CXXALIAS_SYS (readlinkat, ssize_t,
1949 _GL_CXXALIAS_SYS (rmdir, int, (char const *name));
2004 _GL_CXXALIAS_SYS (sleep, unsigned int, (unsigned int n));
2030 _GL_CXXALIAS_SYS (symlink, int, (char const *contents, char const *file));
2059 _GL_CXXALIAS_SYS (symlinkat, int,
2090 _GL_CXXALIAS_SYS (truncate, int, (const char *filename, off_t length));
2119 _GL_CXXALIAS_SYS (ttyname_r, int,
2141 _GL_CXXALIAS_SYS (unlink, int, (char const *file));
2167 _GL_CXXALIAS_SYS (unlinkat, int, (int fd, char const *file, int flag));