Searched refs:fd_atcwd (Results 1 – 4 of 4) sorted by relevance
/external/ltp/testcases/kernel/syscalls/mkdirat/ |
D | mkdirat01.c | 48 static int fd_atcwd = AT_FDCWD; variable 58 {&fd_atcwd, relpath, 0, 0},
|
/external/ltp/testcases/kernel/syscalls/openat/ |
D | openat01.c | 49 static int fd_atcwd = AT_FDCWD; variable 66 {&fd_atcwd, TEST_DIR TEST_FILE, 0, 0}
|
/external/ltp/testcases/kernel/syscalls/mknodat/ |
D | mknodat01.c | 54 static int fd_atcwd = AT_FDCWD; variable 66 {&fd_atcwd, testfile, 0, 0}
|
/external/ltp/testcases/kernel/syscalls/readlinkat/ |
D | readlinkat01.c | 47 static int fd_atcwd = AT_FDCWD; variable 65 {&fd_atcwd, TEST_SYMLINK, TEST_FILE, sizeof(TEST_FILE)-1, 0},
|