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:SSIZE_MAX
(Results
1 - 11
of
11
) sorted by relevance
/kernel/liteos_m/kal/libc/newlib/porting/include/
H
A
D
limits.h
37
#define
SSIZE_MAX
LONG_MAX
macro
/kernel/linux/linux-6.6/include/linux/
H
A
D
limits.h
10
#define
SSIZE_MAX
((ssize_t)(SIZE_MAX >> 1))
macro
/kernel/liteos_a/fs/vfs/operation/
H
A
D
vfs_writev.c
93
if (
SSIZE_MAX
- buflen < iov[i].iov_len) {
in vfs_writev()
H
A
D
vfs_readv.c
54
if (
SSIZE_MAX
- buflen < iov[i].iov_len) {
in pread_buf_and_check()
/kernel/linux/linux-6.6/fs/9p/
H
A
D
xattr.c
40
else if (attr_size >
SSIZE_MAX
)
in v9fs_fid_xattr_get()
/kernel/linux/linux-6.6/fs/
H
A
D
kernel_read_file.c
32
* than
SSIZE_MAX
), or negative on error.
61
if (i_size >
SSIZE_MAX
) {
in kernel_read_file()
/kernel/uniproton/src/fs/vfs/
H
A
D
vfs_fs.c
803
if ((
SSIZE_MAX
- bufLen) < iov[i].iov_len) {
in OsVfsReadv()
860
if ((
SSIZE_MAX
- bufLen) < iov[i].iov_len) {
in OsVfsWritev()
/kernel/liteos_m/components/fs/vfs/
H
A
D
vfs_fs.c
1164
if ((
SSIZE_MAX
- bufLen) < iov[i].iov_len) {
in readv()
1221
if ((
SSIZE_MAX
- bufLen) < iov[i].iov_len) {
in writev()
/kernel/linux/linux-6.6/kernel/
H
A
D
kexec_file.c
44
#define KEXEC_FILE_SIZE_MAX min_t(s64, 4LL << 30,
SSIZE_MAX
)
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
auxtrace.c
268
if (size >
SSIZE_MAX
)
in auxtrace_copy_data()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
auxtrace.c
271
if (size >
SSIZE_MAX
)
in auxtrace_copy_data()
Completed in 14 milliseconds