Searched refs:fstatat (Results 26 - 40 of 40) sorted by relevance

12

/freebsd-13-stable/contrib/openbsm/bin/auditdistd/
H A Dtrail.c52 #include "fstatat.h"
164 if (fstatat(dfd, filename, &sb, AT_SYMLINK_NOFOLLOW) == -1) {
H A Dreceiver.c70 #include "fstatat.h"
621 if (fstatat(adhost->adh_trail_dirfd, adhost->adh_trail_name,
/freebsd-13-stable/contrib/capsicum-test/
H A Dcapmode.cc411 EXPECT_OK(fstatat(dfd, "testfile", &fs, 0));
475 EXPECT_CAPMODE(fstatat(AT_FDCWD, "testfile", &fs, 0));
H A Dcapability-fd.cc836 rc = fstatat(dfd_cap, "cap_fstatat", &sb, 0);
/freebsd-13-stable/tests/sys/audit/
H A Dfile-attribute-access.c199 "fstatat(2) call");
207 ATF_REQUIRE_EQ(0, fstatat(AT_FDCWD, path, &statbuff,
222 "fstatat(2) call");
230 fstatat(AT_FDCWD, path, &statbuff, AT_SYMLINK_NOFOLLOW) == -1);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp698 INTERCEPTOR(int, fstatat, int fd, char *pathname, void *buf, int flags) {
700 int res = REAL(fstatat)(fd, pathname, buf, flags);
704 # define MSAN_INTERCEPT_FSTATAT INTERCEPT_FUNCTION(fstatat)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp303 return internal_syscall(SYSCALL(fstatat), AT_FDCWD, (uptr)path, (uptr)buf, 0);
327 return internal_syscall(SYSCALL(fstatat), AT_FDCWD, (uptr)path, (uptr)buf,
/freebsd-13-stable/sbin/savecore/
H A Dsavecore.c311 if (fstatat(savedirfd, path, &sb, 0) == -1)
/freebsd-13-stable/sys/contrib/openzfs/etc/systemd/system-generators/
H A Dzfs-mount-generator.c583 bool already_exists = fstatat(destdir_fd, mountfile, &stbuf, 0) == 0;
/freebsd-13-stable/contrib/pjdfstest/
H A Dpjdfstest.c250 { "fstatat", ACTION_FSTATAT, { TYPE_DESCRIPTOR, TYPE_STRING, TYPE_STRING, TYPE_STRING, TYPE_NONE } },
1068 rval = fstatat(NUM(0), STR(1), &sb,
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c2509 if (fstatat(tree_current_dir_fd(t),
2530 if (fstatat(tree_current_dir_fd(t),
H A Darchive_write_disk_posix.c2756 r = fstatat(chdir_fd, head, &st, AT_SYMLINK_NOFOLLOW);
2873 r = fstatat(chdir_fd, head, &st, 0);
2938 /* If we operate with openat(), fstatat() and unlinkat() there was
/freebsd-13-stable/usr.sbin/newsyslog/
H A Dnewsyslog.c1493 fstatat(fd, dp->d_name, &sb, AT_SYMLINK_NOFOLLOW) != 0 ||
2427 if (fstatat(dir_fd, dp->d_name, &sb, AT_SYMLINK_NOFOLLOW) == -1) {
/freebsd-13-stable/sys/kern/
H A Dinit_sysent.c551 { compat11(AS(freebsd11_fstatat_args),fstatat), .sy_auevent = AUE_FSTATAT, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 493 = freebsd11 fstatat */
610 { .sy_narg = AS(fstatat_args), .sy_call = (sy_call_t *)sys_fstatat, .sy_auevent = AUE_FSTATAT, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 552 = fstatat */
/freebsd-13-stable/contrib/openbsm/
H A Dconfigure13980 for ac_func in arc4random arc4random_buf bzero cap_enter clock_gettime closefrom faccessat fdopendir fstatat ftruncate getresgid getresuid gettimeofday inet_ntoa jail kqueue memset openat pthread_cond_timedwait_relative_np pthread_condattr_setclock pthread_mutex_lock renameat setproctitle sigtimedwait strchr strerror strlcat strlcpy strndup strrchr strstr strtol strtoul unlinkat vis

Completed in 311 milliseconds

12