Symbol: AT_FDCWD
bin/chmod/chmod.c
179
if (fchmodat(AT_FDCWD, p->fts_accpath, newmode, atflag) == -1
bin/ln/ln.c
329
linkat(AT_FDCWD, source, AT_FDCWD, target,
crypto/openssh/sftp-server.c
1486
r = fchmodat(AT_FDCWD, name,
crypto/openssh/sftp-server.c
1498
r = utimensat(AT_FDCWD, name,
crypto/openssh/sftp-server.c
1506
r = fchownat(AT_FDCWD, name, a.uid, a.gid,
lib/libssh/openbsd-compat/bsd-misc.c
141
if (fd != AT_FDCWD) {
lib/libssh/openbsd-compat/bsd-misc.c
172
if (fd != AT_FDCWD) {
lib/libssh/openbsd-compat/bsd-misc.c
203
if (fd != AT_FDCWD) {
sys/bus/u4b/uvc/uvc_buf.c
740
error = kern_openat(td, AT_FDCWD, path, UIO_SYSSPACE, O_CREAT | O_RDWR, 0666);
sys/kern/vfs_nlookup.c
226
} else if (fd == AT_FDCWD) {
test/stress/stress2/testcases/openat/doat.c
257
tests[1].tests[4].params[0].i = AT_FDCWD;
test/stress/stress2/testcases/openat/doat.c
296
tests[2].tests[4].params[0].i = AT_FDCWD;
test/stress/stress2/testcases/openat/doat.c
333
tests[3].tests[3].params[0].i = AT_FDCWD;
test/stress/stress2/testcases/openat/doat.c
371
tests[5].tests[0].params[2].i = AT_FDCWD;
test/stress/stress2/testcases/openat/doat.c
375
tests[5].tests[1].params[0].i = AT_FDCWD;
test/stress/stress2/testcases/openat/doat.c
383
tests[5].tests[2].params[2].i = AT_FDCWD;
test/stress/stress2/testcases/openat/doat.c
389
tests[5].tests[3].params[2].i = AT_FDCWD;
test/stress/stress2/testcases/openat/doat.c
399
tests[5].tests[5].params[0].i = AT_FDCWD;
test/stress/stress2/testcases/openat/doat.c
405
tests[5].tests[6].params[0].i = AT_FDCWD;
test/stress/stress2/testcases/openat/doat.c
510
tests[10].tests[2].params[0].i = AT_FDCWD;
test/stress/stress2/testcases/openat/doat.c
542
tests[11].tests[4].params[2].i = AT_FDCWD;
test/stress/stress2/testcases/openat/doat.c
584
tests[13].tests[4].params[0].i = AT_FDCWD;
test/stress/stress2/testcases/openat/doat.c
592
tests[13].tests[6].params[0].i = AT_FDCWD;
usr.bin/chflags/chflags.c
170
if (chflagsat(AT_FDCWD, p->fts_accpath, newflags,
usr.bin/unzip/unzip.c
639
if (utimensat(AT_FDCWD, *path, ts, AT_SYMLINK_NOFOLLOW) != 0)
usr.sbin/chown/chown.c
183
if (fchownat(AT_FDCWD, p->fts_accpath, uid, gid, atflag)