Searched defs:AT_FDCWD (Results 1 - 15 of 15) sorted by relevance

/external/strace/
H A Dopen.c58 #ifndef AT_FDCWD
59 # define AT_FDCWD -100 macro
68 if (fd == AT_FDCWD)
69 tprints("AT_FDCWD, ");
/external/kernel-headers/original/uapi/linux/
H A Dfcntl.h56 #define AT_FDCWD -100 /* Special value used to indicate macro
/external/ltp/testcases/kernel/syscalls/faccessat/
H A Dfaccessat01.c49 #ifndef AT_FDCWD
50 #define AT_FDCWD -100 macro
138 fds[5] = AT_FDCWD;
/external/ltp/testcases/kernel/syscalls/fchmodat/
H A Dfchmodat01.c49 #ifndef AT_FDCWD
50 #define AT_FDCWD -100 macro
135 fds[5] = AT_FDCWD;
/external/ltp/testcases/kernel/syscalls/fstatat/
H A Dfstatat01.c41 #ifndef AT_FDCWD
42 #define AT_FDCWD -100 macro
137 fds[5] = AT_FDCWD;
/external/ltp/testcases/kernel/syscalls/futimesat/
H A Dfutimesat01.c40 #ifndef AT_FDCWD
41 #define AT_FDCWD -100 macro
120 fds[4] = AT_FDCWD;
/external/ltp/testcases/kernel/syscalls/unlinkat/
H A Dunlinkat01.c41 #ifndef AT_FDCWD
42 #define AT_FDCWD -100 macro
127 fds[5] = AT_FDCWD;
/external/ltp/include/lapi/
H A Dfcntl.h94 #ifndef AT_FDCWD
95 # define AT_FDCWD -100 macro
/external/ltp/testcases/kernel/syscalls/utimensat/
H A Dutimensat01.c54 #ifndef AT_FDCWD
55 #define AT_FDCWD -100 macro
84 " (instead of using AT_FDCWD)\n");
121 dirfd = AT_FDCWD;
/external/toybox/lib/
H A Dportability.h32 #ifndef AT_FDCWD
33 #define AT_FDCWD -100 macro
/external/bison/darwin-lib/
H A Dfcntl.h622 /* Work around a bug in Solaris 9 and 10: AT_FDCWD is positive. Its
625 is present, undef AT_FDCWD here, so it can be redefined below. */
626 #if 0 < AT_FDCWD && AT_FDCWD == 0xffd19553
627 # undef AT_FDCWD
633 #ifndef AT_FDCWD
634 # define AT_FDCWD (-3041965) macro
/external/bison/linux-lib/
H A Dfcntl.h622 /* Work around a bug in Solaris 9 and 10: AT_FDCWD is positive. Its
625 is present, undef AT_FDCWD here, so it can be redefined below. */
626 #if 0 < AT_FDCWD && AT_FDCWD == 0xffd19553
627 # undef AT_FDCWD
633 #ifndef AT_FDCWD
634 # define AT_FDCWD (-3041965) macro
/external/ltp/testcases/kernel/syscalls/linkat/
H A Dlinkat01.c62 #ifndef AT_FDCWD
63 #define AT_FDCWD -100 macro
87 static int olddirfd, newdirfd = -1, cwd_fd = AT_FDCWD, stdinfd = 0, badfd =
/external/ltp/testcases/kernel/syscalls/symlinkat/
H A Dsymlinkat01.c49 #ifndef AT_FDCWD
50 #define AT_FDCWD -100 macro
67 static int olddirfd, newdirfd = -1, cwd_fd = AT_FDCWD, stdinfd = 0, crapfd =
/external/google-breakpad/src/third_party/lss/
H A Dlinux_syscall_support.h618 #ifndef AT_FDCWD
619 #define AT_FDCWD (-100) macro
3964 return LSS_NAME(openat)(AT_FDCWD, pathname, flags, mode);
3968 return LSS_NAME(unlinkat)(AT_FDCWD, pathname, 0);
3973 return LSS_NAME(readlinkat)(AT_FDCWD, pathname, buffer, size);
3995 return LSS_NAME(newfstatat)(AT_FDCWD, pathname, buf, 0);

Completed in 1326 milliseconds