Searched refs:coe (Results 1 – 10 of 10) sorted by relevance
/external/ltp/testcases/kernel/syscalls/eventfd2/ |
D | eventfd2_01.c | 85 int fd, coe; in main() local 99 coe = fcntl(fd, F_GETFD); in main() 100 if (coe == -1) { in main() 103 if (coe & FD_CLOEXEC) { in main() 112 coe = fcntl(fd, F_GETFD); in main() 113 if (coe == -1) { in main() 116 if ((coe & FD_CLOEXEC) == 0) { in main()
|
/external/ltp/testcases/kernel/syscalls/dup3/ |
D | dup3_01.c | 81 int fd, coe; in main() local 94 coe = fcntl(fd, F_GETFD); in main() 95 if (coe == -1) { in main() 98 if (coe & FD_CLOEXEC) { in main() 107 coe = fcntl(fd, F_GETFD); in main() 108 if (coe == -1) { in main() 111 if ((coe & FD_CLOEXEC) == 0) { in main()
|
/external/ltp/testcases/kernel/syscalls/inotify_init/ |
D | inotify_init1_01.c | 124 int fd, coe; in main() local 144 coe = fcntl(fd, F_GETFD); in main() 145 if (coe == -1) { in main() 149 if (coe & FD_CLOEXEC) { in main() 160 coe = fcntl(fd, F_GETFD); in main() 161 if (coe == -1) { in main() 163 } else if ((coe & FD_CLOEXEC) == 0) { in main()
|
/external/ltp/testcases/kernel/syscalls/timerfd/ |
D | timerfd02.c | 127 int fd, coe; in main() local 147 coe = fcntl(fd, F_GETFD); in main() 148 if (coe == -1) { in main() 151 if (coe & FD_CLOEXEC) { in main() 165 coe = fcntl(fd, F_GETFD); in main() 166 if (coe == -1) { in main() 169 if ((coe & FD_CLOEXEC) == 0) { in main()
|
/external/ltp/testcases/kernel/syscalls/signalfd4/ |
D | signalfd4_01.c | 128 int fd, coe; in main() local 151 coe = fcntl(fd, F_GETFD); in main() 152 if (coe == -1) { in main() 155 if (coe & FD_CLOEXEC) { in main() 169 coe = fcntl(fd, F_GETFD); in main() 170 if (coe == -1) { in main() 173 if ((coe & FD_CLOEXEC) == 0) { in main()
|
/external/ltp/testcases/kernel/syscalls/pipe2/ |
D | pipe2_01.c | 131 int fd[2], i, coe; in main() local 149 coe = fcntl(fd[i], F_GETFD); in main() 150 if (coe == -1) { in main() 154 if (coe & FD_CLOEXEC) { in main() 168 coe = fcntl(fd[i], F_GETFD); in main() 169 if (coe == -1) { in main() 173 if ((coe & FD_CLOEXEC) == 0) { in main()
|
/external/ltp/testcases/kernel/syscalls/epoll_create1/ |
D | epoll_create1_01.c | 39 int fd, coe; in verify_epoll_create1() local 45 coe = SAFE_FCNTL(fd, F_GETFD); in verify_epoll_create1() 46 if (coe & FD_CLOEXEC) in verify_epoll_create1() 55 coe = SAFE_FCNTL(fd, F_GETFD); in verify_epoll_create1() 56 if ((coe & FD_CLOEXEC) == 0) in verify_epoll_create1()
|
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | scsimain.c | 241 int coe; member 6937 if (clp->coe) { in normal_in_operation() 6980 if (clp->coe) { in normal_out_operation() 7030 if (clp->coe) { in sg_in_operation() 7099 if (clp->coe) in sg_out_operation()
|
/external/hyphenation-patterns/en-GB/ |
D | hyph-en-gb.pat.txt | 1596 3coe
|
/external/libvncserver/ |
D | ChangeLog | 2447 Improvements to demo scripts. Alias -coe for -connect_or_exit. Fix
|