Home
last modified time | relevance | path

Searched refs:fchownat (Results 1 – 25 of 84) sorted by relevance

1234

/external/valgrind/memcheck/tests/solaris/
Dsyscall_at.c56 fchownat(dfd, FILENAME, -1, -1, 0); in main()
57 fchownat(0x4369251, DIRECTORY FILENAME, -1, -1, 0); in main()
58 fchownat(AT_FDCWD, FILENAME, -1, -1, 0); in main()
59 fchownat(0x4369252, FILENAME, -1, -1, 0); /* warning for this one */ in main()
Dsyscall_at.stderr.exp7 Warning: invalid file descriptor 70685266 in syscall fchownat()
/external/bison/lib/
Dunistd.in.h501 # undef fchownat
502 # define fchownat rpl_fchownat
504 _GL_FUNCDECL_RPL (fchownat, int, (int fd, char const *file,
507 _GL_CXXALIAS_RPL (fchownat, int, (int fd, char const *file,
511 _GL_FUNCDECL_SYS (fchownat, int, (int fd, char const *file,
515 _GL_CXXALIAS_SYS (fchownat, int, (int fd, char const *file,
518 _GL_CXXALIASWARN (fchownat);
520 # undef fchownat
522 _GL_WARN_ON_USE (fchownat, "fchownat is not portable - "
/external/bison/linux-lib/
Dunistd.h813 # undef fchownat
814 # define fchownat rpl_fchownat
816 _GL_FUNCDECL_RPL (fchownat, int, (int fd, char const *file,
819 _GL_CXXALIAS_RPL (fchownat, int, (int fd, char const *file,
823 _GL_FUNCDECL_SYS (fchownat, int, (int fd, char const *file,
827 _GL_CXXALIAS_SYS (fchownat, int, (int fd, char const *file,
830 _GL_CXXALIASWARN (fchownat);
832 # undef fchownat
834 _GL_WARN_ON_USE (fchownat, "fchownat is not portable - "
/external/bison/darwin-lib/
Dunistd.h813 # undef fchownat
814 # define fchownat rpl_fchownat
816 _GL_FUNCDECL_RPL (fchownat, int, (int fd, char const *file,
819 _GL_CXXALIAS_RPL (fchownat, int, (int fd, char const *file,
823 _GL_FUNCDECL_SYS (fchownat, int, (int fd, char const *file,
827 _GL_CXXALIAS_SYS (fchownat, int, (int fd, char const *file,
830 _GL_CXXALIASWARN (fchownat);
832 # undef fchownat
834 _GL_WARN_ON_USE (fchownat, "fchownat is not portable - "
/external/ltp/testcases/kernel/syscalls/fchownat/
Dfchownat.h29 static inline int fchownat(int dirfd, const char *filename, uid_t owner, in fchownat() function
Dfchownat01.c108 TEST(fchownat(*(test->fds), test->filenames, geteuid(), in fchownat_verify()
Dfchownat02.c106 TEST(fchownat(dir_fd, TESTFILE_LINK, set_uid, set_gid, in fchownat_verify()
/external/strace/
Dfchownat.c3 SYS_FUNC(fchownat) in SYS_FUNC() argument
/external/ltp/testcases/kernel/include/
Dhppa.in4 fchownat (__NR_openat + 3)
Daarch64.in55 fchownat 54
Dia64.in253 fchownat 1284
Dx86_64.in260 fchownat 260
Ds390.in210 fchownat 291
Dsparc.in289 fchownat 287
Ds390x.in210 fchownat 291
Dsparc64.in265 fchownat 287
Di386.in293 fchownat 298
Dpowerpc.in285 fchownat 289
Dpowerpc64.in285 fchownat 289
Dsh.in320 fchownat 326
/external/ltp/m4/
Dltp-fchownat.m424 AC_CHECK_FUNCS(fchownat,,)
/external/toybox/toys/posix/
Dchgrp.c55 ret = fchownat(fd, node->name, TT.owner, TT.group, in do_chgrp()
/external/toybox/lib/
Dportability.h105 int fchownat(int dirfd, const char *pathname,
/external/strace/tests/
Dpure_executables.am49 fchownat \

1234