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:off_t
(Results
1 - 25
of
39
) sorted by relevance
1
2
/kernel/linux/linux-6.6/tools/include/nolibc/
H
A
D
std.h
31
typedef signed long
off_t
;
typedef
/third_party/rust/crates/libc/src/hermit/
H
A
D
mod.rs
32
pub type
off_t
= c_long;
types
/third_party/rust/crates/libc/src/
H
A
D
switch.rs
22
pub type
off_t
= i64;
types
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/
H
A
D
mod.rs
4
pub type
off_t
= i64;
types
/third_party/lzma/C/
H
A
D
7zFile.c
18
typedef int
off_t
;
typedef
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips64/
H
A
D
mod.rs
10
pub type
off_t
= i64;
types
/third_party/rust/crates/linux-raw-sys/gen/include/
H
A
D
support.h
48
#define
off_t
__kernel_off_t
macro
/device/soc/rockchip/common/hardware/mpp/include/
H
A
D
mpp_common.h
153
#define
off_t
_off_t
macro
/device/soc/rockchip/rk3399/hardware/mpp/include/
H
A
D
mpp_common.h
138
#define
off_t
_off_t
macro
/device/soc/rockchip/rk3568/hardware/mpp/include/
H
A
D
mpp_common.h
138
#define
off_t
_off_t
macro
/kernel/linux/linux-5.10/include/linux/
H
A
D
types.h
21
typedef __kernel_off_t
off_t
;
typedef
/kernel/linux/linux-6.6/include/linux/
H
A
D
types.h
26
typedef __kernel_off_t
off_t
;
typedef
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
H
A
D
mod.rs
25
pub type
off_t
= i64;
types
35
pub type
off_t
= i32;
types
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/
H
A
D
mod.rs
13
pub type
off_t
= ::c_long;
types
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H
A
D
alltypes.h
182
typedef _Int64
off_t
;
typedef
/third_party/musl/porting/liteos_a/kernel/include/bits/
H
A
D
alltypes.h
213
typedef _Int64
off_t
;
typedef
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/bits/
H
A
D
alltypes.h
192
typedef _Int64
off_t
;
typedef
194
typedef long
off_t
;
typedef
197
typedef _Int64
off_t
;
typedef
/third_party/musl/porting/liteos_m/kernel/include/bits/
H
A
D
alltypes.h
156
typedef _Int64
off_t
;
typedef
/third_party/musl/porting/liteos_m/user/include/bits/
H
A
D
alltypes.h
156
typedef _Int64
off_t
;
typedef
/third_party/musl/porting/uniproton/kernel/include/bits/
H
A
D
alltypes.h
156
typedef _Int64
off_t
;
typedef
/kernel/linux/linux-5.10/tools/include/nolibc/
H
A
D
nolibc.h
143
typedef signed long
off_t
;
typedef
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H
A
D
mod.rs
15
pub type
off_t
= i64;
types
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips32/
H
A
D
mod.rs
8
pub type
off_t
= i32;
types
/third_party/rust/crates/libc/src/unix/newlib/
H
A
D
mod.rs
9
pub type
off_t
= ::c_long;
types
13
pub type
off_t
= i64;
types
/third_party/rust/crates/libc/src/windows/
H
A
D
mod.rs
40
pub type
off_t
= i32;
types
Completed in 22 milliseconds
1
2