Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:coe
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/signalfd4/
H
A
D
signalfd4_01.c
127
int fd,
coe
;
in main()
local
145
coe
= fcntl(fd, F_GETFD);
in main()
146
if (
coe
== -1) {
in main()
149
if (
coe
& FD_CLOEXEC) {
in main()
163
coe
= fcntl(fd, F_GETFD);
in main()
164
if (
coe
== -1) {
in main()
167
if ((
coe
& FD_CLOEXEC) == 0) {
in main()
/third_party/ltp/testcases/kernel/syscalls/timerfd/
H
A
D
timerfd02.c
126
int fd,
coe
;
in main()
local
141
coe
= fcntl(fd, F_GETFD);
in main()
142
if (
coe
== -1) {
in main()
145
if (
coe
& FD_CLOEXEC) {
in main()
159
coe
= fcntl(fd, F_GETFD);
in main()
160
if (
coe
== -1) {
in main()
163
if ((
coe
& FD_CLOEXEC) == 0) {
in main()
/third_party/ltp/testcases/kernel/syscalls/epoll_create1/
H
A
D
epoll_create1_01.c
31
int fd,
coe
;
in run()
local
37
coe
= SAFE_FCNTL(fd, F_GETFD);
in run()
38
if ((
coe
& FD_CLOEXEC) != tc[n].exp_flag)
in run()
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
H
A
D
scsimain.c
238
int
coe
;
member
6934
if (clp->
coe
) {
in normal_in_operation()
6977
if (clp->
coe
) {
in normal_out_operation()
7027
if (clp->
coe
) {
in sg_in_operation()
7096
if (clp->
coe
)
in sg_out_operation()
Completed in 9 milliseconds