Lines Matching refs:AT_FDCWD
83 int dirfd = AT_FDCWD; in createpath()
114 if (dirfd != AT_FDCWD) { in createpath()
148 if (dirfd != AT_FDCWD) { in createpath()
158 int dirfd = AT_FDCWD; in openlongpath()
333 int rc = faccessat(AT_FDCWD, path, F_OK, 0); in test_faccessat()
384 int rc = fstatat(AT_FDCWD, path, &st, 0); in test_fstatat()
607 int rc = mkdirat(AT_FDCWD, path, 0700); in test_mkdirat()
702 int fd = openat(AT_FDCWD, path, O_EVTONLY); in test_openat()
724 int fd = openat(AT_FDCWD, path, O_CREAT | O_TRUNC | O_WRONLY, 0600); in test_openat_create()
838 int rc = fstatat(AT_FDCWD, path, &st, 0); in test_path_after_link()
859 int rc = renameatx_np(AT_FDCWD, src, AT_FDCWD, dst, 0); in test_renameatx_np()
1053 int rc = unlinkat(AT_FDCWD, path, 0); in test_unlinkat()