Home
last modified time | relevance | path

Searched refs:coe (Results 1 – 10 of 10) sorted by relevance

/external/ltp/testcases/kernel/syscalls/eventfd2/
Deventfd2_01.c85 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/
Ddup3_01.c81 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/
Dinotify_init1_01.c124 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/
Dtimerfd02.c127 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/
Dsignalfd4_01.c128 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/
Dpipe2_01.c131 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/
Depoll_create1_01.c39 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/
Dscsimain.c241 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/
Dhyph-en-gb.pat.txt1596 3coe
/external/libvncserver/
DChangeLog2447 Improvements to demo scripts. Alias -coe for -connect_or_exit. Fix