/external/ltp/testcases/kernel/syscalls/dup2/ |
D | dup204.c | 87 SAFE_FSTAT(cleanup, fd[i], &oldbuf); in main() 88 SAFE_FSTAT(cleanup, nfd[i], &newbuf); in main()
|
D | dup202.c | 117 SAFE_FSTAT(cleanup, ofd, &oldbuf); in main() 120 SAFE_FSTAT(cleanup, *TC[i].nfd, &newbuf); in main()
|
/external/ltp/testcases/kernel/syscalls/creat/ |
D | creat03.c | 47 SAFE_FSTAT(fd, &statbuf); in verify_creat()
|
/external/ltp/testcases/kernel/syscalls/fallocate/ |
D | fallocate04.c | 50 SAFE_FSTAT(fd, &file_stat); in get_blocksize() 62 SAFE_FSTAT(fd, &file_stat); in get_allocsize()
|
/external/ltp/testcases/kernel/syscalls/fchmod/ |
D | fchmod01.c | 32 SAFE_FSTAT(fd, &stat_buf); in verify_fchmod()
|
D | fchmod02.c | 36 SAFE_FSTAT(fd, &stat_buf); in verify_fchmod()
|
D | fchmod05.c | 38 SAFE_FSTAT(fd, &stat_buf); in verify_fchmod()
|
/external/ltp/testcases/kernel/syscalls/open/ |
D | open01.c | 68 SAFE_FSTAT(fd, &buf); in verify_open()
|
D | open14.c | 83 SAFE_FSTAT(cleanup, fd, &st); in test01()
|
/external/ltp/testcases/kernel/security/dirtyc0w/ |
D | dirtyc0w_child.c | 114 SAFE_FSTAT(fd, &st); in main()
|
/external/ltp/testcases/kernel/syscalls/fchown/ |
D | fchown05.c | 88 SAFE_FSTAT(cleanup, fildes, &stat_buf); in main()
|
D | fchown03.c | 85 SAFE_FSTAT(cleanup, fildes, &stat_buf); in main()
|
D | fchown02.c | 81 SAFE_FSTAT(cleanup, *t->fd, &stat_buf); in verify_fchown()
|
/external/ltp/testcases/kernel/syscalls/llseek/ |
D | llseek03.c | 97 SAFE_FSTAT(cleanup, fd, &stat_buf); in setup()
|
/external/ltp/testcases/kernel/syscalls/madvise/ |
D | madvise01.c | 84 SAFE_FSTAT(fd, &st); in setup()
|
D | madvise02.c | 156 SAFE_FSTAT(fd, &st); in setup()
|
/external/ltp/testcases/kernel/syscalls/sendfile/ |
D | sendfile06.c | 142 SAFE_FSTAT(cleanup, fd, &sb); in setup()
|
/external/ltp/testcases/kernel/syscalls/lseek/ |
D | lseek11.c | 112 SAFE_FSTAT(fd, &st); in get_blocksize()
|
/external/ltp/testcases/kernel/syscalls/ftruncate/ |
D | ftruncate04.c | 153 SAFE_FSTAT(cleanup, fd, &sb); in ftruncate_expect_success()
|
/external/ltp/testcases/kernel/syscalls/openat/ |
D | openat02.c | 287 SAFE_FSTAT(cleanup, TEST_RETURN, &file_stat); in testfunc_trunc()
|
D | openat03.c | 94 SAFE_FSTAT(cleanup, fd, &st); in test01()
|
/external/ltp/testcases/kernel/io/aio/ |
D | aio02.c | 122 SAFE_FSTAT(fd, &fi_stat); in io_tio()
|
/external/ltp/include/old/ |
D | safe_macros.h | 248 #define SAFE_FSTAT(cleanup_fn, fd, buf) \ macro
|
/external/ltp/include/ |
D | tst_safe_macros.h | 323 #define SAFE_FSTAT(fd, buf) \ macro
|