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
defs:fileno
(Results
1 - 25
of
61
) sorted by relevance
1
2
3
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H
A
D
fileno.c
4
int
fileno
(FILE *f)
in fileno()
function
/third_party/musl/porting/uniproton/kernel/src/stdio/
H
A
D
fileno.c
4
int
fileno
(FILE *f)
in fileno()
function
/third_party/musl/porting/linux/user/src/stdio/
H
A
D
fileno.c
14
int
fileno
(FILE *f)
in fileno()
function
/third_party/musl/src/stdio/
H
A
D
fileno.c
14
int
fileno
(FILE *f)
in fileno()
function
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H
A
D
DriverIncludes.h
40
#undef
fileno
/* we redefine this in vm_basic_defs.h */
macro
/third_party/ninja/src/
H
A
D
util.h
115
#define
fileno
_fileno
macro
/third_party/python/Lib/test/
H
A
D
test_select.py
20
def
fileno
(self):
member in SelectTestCase.Almost
89
def
fileno
(self):
member in SelectTestCase.test_select_mutated.F
H
A
D
test_poll.py
117
def
fileno
(self):
member in PollTests.test_poll_unit_tests.Almost
H
A
D
test_fcntl.py
53
def
fileno
(self):
member in BadFile
[all...]
H
A
D
test_file_eintr.py
196
return ('import %s as io ;infile = io.open(sys.stdin.
fileno
(), "rb") ;'
namespace
H
A
D
mock_socket.py
56
def
fileno
(self):
member in MockSocket
/third_party/python/Lib/asyncio/
H
A
D
windows_utils.py
100
def
fileno
(self):
member in PipeHandle
H
A
D
trsock.py
56
def
fileno
(self):
member in TransportSocket
/third_party/python/Lib/
H
A
D
lzma.py
163
def
fileno
(self):
member in LZMAFile
H
A
D
fileinput.py
144
def
fileno
():
function
383
def
fileno
(self):
member in FileInput
H
A
D
bz2.py
126
def
fileno
(self):
member in BZ2File
H
A
D
selectors.py
448
def
fileno
(self):
member in _PollLikeSelector.EpollSelector
496
def
fileno
(self):
member in _PollLikeSelector.DevpollSelector
513
def
fileno
(self):
member in _PollLikeSelector.KqueueSelector
H
A
D
gzip.py
353
def
fileno
(self):
member in GzipFile
H
A
D
socket.py
752
def
fileno
(self):
global()
member in SocketIO
[all...]
/third_party/skia/third_party/icu/
H
A
D
SkLoadICU.cpp
31
int
fileno
= _fileno(stream.get());
in win_mmap()
local
/third_party/icu/icu4c/source/io/
H
A
D
ufile.cpp
35
#define
fileno
(__F) _fileno(__F)
macro
59
#define
fileno
_fileno
macro
/third_party/node/deps/openssl/openssl/crypto/rand/
H
A
D
randfile.c
45
# define
fileno
_fileno
macro
/third_party/openssl/crypto/rand/
H
A
D
randfile.c
46
# define
fileno
_fileno
macro
/third_party/skia/third_party/externals/icu/source/io/
H
A
D
ufile.cpp
49
#define
fileno
_fileno
macro
/third_party/openssl/ohos_lite/
H
A
D
e_os.h
319
# define
fileno
_fileno
macro
Completed in 11 milliseconds
1
2
3