Searched refs:utimensat (Results 1 – 7 of 7) sorted by relevance
| /xnu-11417.121.6/tests/ |
| H A D | netbsd_utimensat.c | 94 T_ASSERT_POSIX_SUCCESS(utimensat(dfd, BASEFILE, tptr, 0), NULL); 116 T_ASSERT_POSIX_SUCCESS(utimensat(AT_FDCWD, BASEFILE, tptr, 0), NULL); 130 T_ASSERT_EQ(utimensat(AT_FDCWD, FILEERR, tptr, 0), -1, NULL); 141 T_ASSERT_EQ(utimensat(dfd, FILEERR, tptr, 0), -1, NULL); 158 T_ASSERT_EQ(utimensat(dfd, BASEFILE, tptr, 0), -1, NULL); 172 T_ASSERT_EQ(utimensat(-1, FILEPATH, tptr, 0), -1, NULL); 187 T_ASSERT_EQ(utimensat(dfd, BASELINK, tptr, 0), -1, NULL); 190 T_ASSERT_POSIX_SUCCESS(utimensat(dfd, BASELINK, tptr, AT_SYMLINK_NOFOLLOW), NULL);
|
| H A D | utimensat.c | 35 T_DECL(utimensat, "Try various versions of utimensat") 62 T_ASSERT_POSIX_SUCCESS(utimensat(AT_FDCWD, FILENAME, tptr[i], 0), NULL);
|
| /xnu-11417.121.6/ |
| H A D | .upstream_base_commits | 4 bsd/man/man2/utimensat.2 freebsd lib/libc/sys/utimensat.2 89c1fcc0d088065021703b658ef547f46b5481f0
|
| /xnu-11417.121.6/libsyscall/wrappers/ |
| H A D | utimensat.c | 118 utimensat(int fd, const char *path, const struct timespec _times_in[2], int flags) in utimensat() function
|
| /xnu-11417.121.6/bsd/man/man2/ |
| H A D | Makefile | 244 utimensat.2 \
|
| /xnu-11417.121.6/bsd/sys/ |
| H A D | stat.h | 582 int utimensat(int __fd, const char *__path, const struct timespec __times[2],
|
| /xnu-11417.121.6/libsyscall/Libsyscall.xcodeproj/ |
| H A D | project.pbxproj | 161 …92197BAF1EAD8F2C003994B9 /* utimensat.c in Sources */ = {isa = PBXBuildFile; fileRef = 92197BAE1EA… 607 …1EAD8DF2003994B9 /* utimensat.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 953 92197BAE1EAD8DF2003994B9 /* utimensat.c */, 1561 92197BAF1EAD8F2C003994B9 /* utimensat.c in Sources */,
|