Home
last modified time | relevance | path

Searched refs:AT_FDCWD (Results 1 – 25 of 51) sorted by relevance

123

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Dlink.c17 return linkat(AT_FDCWD, oldpath, AT_FDCWD, newpath, 0); in link()
A Drename.c18 return renameat(AT_FDCWD, oldpath, AT_FDCWD, newpath); in rename()
A Dopen.c43 return openat(AT_FDCWD, file, oflag, mode);
51 int result = openat(AT_FDCWD, file, oflag, mode);
A Dunlink.c17 return unlinkat(AT_FDCWD, pathname, 0); in unlink()
A Daccess.c17 return faccessat(AT_FDCWD, pathname, mode, 0); in access()
A Drmdir.c18 return unlinkat(AT_FDCWD, pathname, AT_REMOVEDIR); in rmdir()
A Dsymlink.c18 return symlinkat(oldpath, AT_FDCWD, newpath); in symlink()
A Dnot-cancel.h28 INLINE_SYSCALL (openat, 4, AT_FDCWD, (const char *) (name), (flags), (mode))
30 INLINE_SYSCALL (openat, 3, AT_FDCWD, (const char *) (name), (flags))
A Dreadlink.c17 return readlinkat(AT_FDCWD, path, buf, len); in readlink()
A Dchmod.c18 return fchmodat(AT_FDCWD, path, mode, 0); in chmod()
A Dmkdir.c17 return mkdirat(AT_FDCWD, pathname, mode); in mkdir()
A Dmknod.c17 return mknodat(AT_FDCWD, path, mode, dev); in mknod()
A Dopen64.c26 return openat(AT_FDCWD, file, oflag | O_LARGEFILE, mode); in open64()
A Dlutimes.c36 return utimensat(AT_FDCWD, file, tvp ? ts : NULL, AT_SYMLINK_NOFOLLOW);
A Dlstat64.c21 return fstatat64(AT_FDCWD, file_name, buf, AT_SYMLINK_NOFOLLOW); in lstat64()
A Dstat64.c22 return fstatat64(AT_FDCWD, file_name, buf, 0); in stat64()
A Dstat.c21 return fstatat(AT_FDCWD, file_name, buf, 0); in stat()
A Dlstat.c19 return fstatat(AT_FDCWD, file_name, buf, AT_SYMLINK_NOFOLLOW); in lstat()
A Dchown.c18 return fchownat(AT_FDCWD, path, owner, group, 0); in chown()
/l4re-core-master/libc_backends/lib/l4re_file/
A Dfile.cc105 else if (dirfd == AT_FDCWD) in __internal_get_dir()
139 int res = __internal_resolve(AT_FDCWD, path, flags, mode, &f); in __internal_open()
380 { return faccessat(AT_FDCWD, path, mode, 0); } in access()
413 int res = __internal_resolve(AT_FDCWD, _a1, 0, 0, &file); \ in L4_STRONG_ALIAS()
439 _a1 = __internal_resolvedir(AT_FDCWD, _a1, 0, 0, &dir); \
454 _a1 = __internal_resolvedir(AT_FDCWD, _a1, 0, 0, &dir1); \
455 _a2 = __internal_resolvedir(AT_FDCWD, _a2, 0, 0, &dir2); \
469 int res = __internal_resolve(AT_FDCWD, _a1, 0, 0, &file); \
571 int res = __internal_resolve(AT_FDCWD, path, 0, 0, &f); in chdir()
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/include/
A Dldso.h34 #ifndef AT_FDCWD
35 #define AT_FDCWD -100 macro
A Ddl-syscall.h65 return INLINE_SYSCALL(openat, 4, AT_FDCWD, fn, flags, mode); in _syscall1()
94 return _dl_fstatat64(AT_FDCWD, file_name, buf, 0); in _syscall3()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/pthread/
A Dnot-cancel.h26 INLINE_SYSCALL (openat, 4, (int) (AT_FDCWD), (const char *) (name), \
29 INLINE_SYSCALL (openat, 3, (int) (AT_FDCWD), (const char *) (name), \
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/sysdeps/pthread/
A Dnot-cancel.h26 INLINE_SYSCALL (openat, 4, AT_FDCWD, (const char *) (name), \
29 INLINE_SYSCALL (openat, 3, AT_FDCWD, (const char *) (name), \
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/
A Dnot-cancel.h26 INLINE_SYSCALL (openat, 4, AT_FDCWD, (const char *) (name), \
29 INLINE_SYSCALL (openat, 3, AT_FDCWD, (const char *) (name), \

Completed in 21 milliseconds

123