Searched refs:faccessat (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libc/port/sys/
H A Daccess.c32 faccessat(int fd, const char *fname, int amode, int flag) function
41 return (faccessat(AT_FDCWD, fname, amode, 0));
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dunistd.in.h210 "use the gnulib module faccessat instead");
383 "use the gnulib module faccessat instead");
396 _GL_FUNCDECL_SYS (faccessat, int,
400 _GL_CXXALIAS_SYS (faccessat, int,
402 _GL_CXXALIASWARN (faccessat);
404 # undef faccessat
406 _GL_WARN_ON_USE (faccessat, "faccessat is not portable - "
407 "use gnulib module faccessat for portability");
/osnet-11/usr/src/grub/grub2/
H A Dconfigure30512 for gl_func in chown dup2 dup3 environ euidaccess faccessat fchdir fchownat fsync ftruncate getcwd getdomainname getdtablesize getgroups gethostname getlogin getlogin_r getpagesize getusershell setusershell endusershell lchown link linkat lseek pipe2 pread pwrite readlink readlinkat rmdir sleep symlink symlinkat ttyname_r unlink unlinkat usleep; do
[all...]

Completed in 83 milliseconds