Searched refs:unlinkat (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.0-release/tools/regression/security/cap_test/
H A Dcap_test_capabilities.c191 CHECK(ret == -1 || unlinkat(dirfd, "cap_create", 0) == 0);
197 CHECK(ret == -1 || unlinkat(dirfd, "cap_create", 0) == 0);
202 CHECK(ret == -1 || unlinkat(dirfd, "cap_create", 0) == 0);
234 CHECK(unlinkat(dirfd, "cap_fsync", 0) == 0);
254 CHECK(unlinkat(dirfd, "cap_ftruncate", 0) == 0);
260 CHECK(ret == -1 || unlinkat(dirfd, "cap_create", 0) == 0);
266 CHECK(ret == -1 || unlinkat(dirfd, "cap_create", 0) == 0);
287 CHECK(unlinkat(dirfd, "cap_fsync", 0) == 0);
301 CHECK(unlinkat(dirfd, "cap_chflagsat", 0) == 0);
311 CHECK(unlinkat(dirf
[all...]
/freebsd-10.0-release/contrib/openbsm/bin/auditdistd/
H A Dunlinkat.h29 * $P4: //depot/projects/trustedbsd/openbsm/bin/auditdistd/unlinkat.h#1 $
41 unlinkat(int fd, const char *path, int flag) function
H A Dtrail.c60 #include "unlinkat.h"
309 if (unlinkat(dfd, trail->tr_filename, 0) == -1) {
425 if (unlinkat(dfd, filename, 0) == -1) {
/freebsd-10.0-release/sys/kern/
H A Dcapabilities.conf462 unlinkat
/freebsd-10.0-release/sys/sys/
H A Dsyscall.mk375 unlinkat.o \
/freebsd-10.0-release/include/
H A Dunistd.h436 int unlinkat(int, const char *, int);
/freebsd-10.0-release/lib/libc/sys/
H A DSymbol.map360 unlinkat;
/freebsd-10.0-release/sys/compat/linux/
H A Dlinux_file.c646 if (ldebug(unlinkat))
647 printf(ARGS(unlinkat, "%s"), path);
/freebsd-10.0-release/tools/regression/pjdfstest/
H A Dpjdfstest.c151 { "unlinkat", ACTION_UNLINKAT, { TYPE_DESCRIPTOR, TYPE_STRING, TYPE_STRING, TYPE_NONE } },
672 rval = unlinkat(NUM(0), STR(1),
/freebsd-10.0-release/contrib/openbsm/etc/
H A Daudit_event281 286:AUE_UNLINKAT:unlinkat(2):fd
/freebsd-10.0-release/usr.sbin/newsyslog/
H A Dnewsyslog.c1609 else if (unlinkat(dir_fd, oldlogs[i].fname, 0) != 0) {
/freebsd-10.0-release/contrib/openbsm/
H A Dconfigure13320 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 460 milliseconds