Home | History | Annotate | Download | only in lib

Lines Matching refs:_GL_CXXALIAS_SYS

249 _GL_CXXALIAS_SYS (chdir, int, (const char *file) _GL_ARG_NONNULL ((1)));
279 _GL_CXXALIAS_SYS (chown, int, (const char *file, uid_t uid, gid_t gid));
302 _GL_CXXALIAS_SYS (close, int, (int fd));
324 _GL_CXXALIAS_SYS (dup, int, (int oldfd));
352 _GL_CXXALIAS_SYS (dup2, int, (int oldfd, int newfd));
381 _GL_CXXALIAS_SYS (dup3, int, (int oldfd, int newfd, int flags));
432 _GL_CXXALIAS_SYS (euidaccess, int, (const char *filename, int mode));
454 _GL_CXXALIAS_SYS (faccessat, int,
487 _GL_CXXALIAS_SYS (fchdir, int, (int /*fd*/));
515 _GL_CXXALIAS_SYS (fchownat, int, (int fd, char const *file,
536 _GL_CXXALIAS_SYS (fdatasync, int, (int fd));
555 _GL_CXXALIAS_SYS (fsync, int, (int fd));
582 _GL_CXXALIAS_SYS (ftruncate, int, (int fd, off_t length));
650 _GL_CXXALIAS_SYS (getdomainname, int, (char *name, size_t len));
668 _GL_CXXALIAS_SYS (getdtablesize, int, (void));
696 _GL_CXXALIAS_SYS (getgroups, int, (int n, gid_t *groups));
761 _GL_CXXALIAS_SYS (getlogin, char *, (void));
901 _GL_CXXALIAS_SYS (getusershell, char *, (void));
916 _GL_CXXALIAS_SYS (setusershell, void, (void));
932 _GL_CXXALIAS_SYS (endusershell, void, (void));
948 _GL_CXXALIAS_SYS (group_member, int, (gid_t gid));
968 _GL_CXXALIAS_SYS (isatty, int, (int fd));
999 _GL_CXXALIAS_SYS (lchown, int, (char const *file, uid_t owner, gid_t group));
1028 _GL_CXXALIAS_SYS (link, int, (const char *path1, const char *path2));
1063 _GL_CXXALIAS_SYS (linkat, int,
1089 _GL_CXXALIAS_SYS (lseek, off_t, (int fd, off_t offset, int whence));
1108 _GL_CXXALIAS_SYS (pipe, int, (int fd[2]));
1136 _GL_CXXALIAS_SYS (pipe2, int, (int fd[2], int flags));
1170 _GL_CXXALIAS_SYS (pread, ssize_t,
1205 _GL_CXXALIAS_SYS (pwrite, ssize_t,
1261 _GL_CXXALIAS_SYS (readlink, ssize_t,
1280 _GL_CXXALIAS_SYS (readlinkat, ssize_t,
1301 _GL_CXXALIAS_SYS (rmdir, int, (char const *name));
1356 _GL_CXXALIAS_SYS (sleep, unsigned int, (unsigned int n));
1382 _GL_CXXALIAS_SYS (symlink, int, (char const *contents, char const *file));
1400 _GL_CXXALIAS_SYS (symlinkat, int,
1429 _GL_CXXALIAS_SYS (ttyname_r, int,
1451 _GL_CXXALIAS_SYS (unlink, int, (char const *file));
1477 _GL_CXXALIAS_SYS (unlinkat, int, (int fd, char const *file, int flag));
1505 _GL_CXXALIAS_SYS (usleep, int, (useconds_t n));