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:ftruncate64
(Results
1 - 13
of
13
) sorted by relevance
/third_party/musl/src/unistd/
H
A
D
ftruncate.c
9
weak_alias(ftruncate,
ftruncate64
);
/third_party/musl/libc-test/src/functionalext/supplement/unistd/unistd_gtest/
H
A
D
unistd_ftruncate64_test.cpp
19
* @tc.desc: Checked whether the
ftruncate64
function successfully truncated the file to the specified size and updated
26
EXPECT_EQ(0,
ftruncate64
(fileno(fptr), SIZE_1024));
in HWTEST_F()
/third_party/NuttX/fs/vfs/
H
A
D
fs_truncate64.c
138
int
ftruncate64
(int fd, off64_t length)
in ftruncate64()
function
/third_party/musl/porting/liteos_a/user/include/
H
A
D
unistd.h
224
#define
ftruncate64
ftruncate
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
unistd.h
200
#define
ftruncate64
ftruncate
macro
/third_party/musl/porting/linux/user/include/
H
A
D
unistd.h
227
#define
ftruncate64
ftruncate
macro
/third_party/musl/porting/liteos_m/user/include/
H
A
D
unistd.h
224
#define
ftruncate64
ftruncate
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
unistd.h
200
#define
ftruncate64
ftruncate
macro
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
unistd.h
205
int
ftruncate64
(int, off64_t);
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
unistd.h
200
#define
ftruncate64
ftruncate
macro
/third_party/musl/include/
H
A
D
unistd.h
266
#define
ftruncate64
ftruncate
macro
/third_party/rust/crates/rustix/src/backend/libc/
H
A
D
offset.rs
27
fstat64 as libc_fstat, fstatat64 as libc_fstatat,
ftruncate64
as libc_ftruncate,
/third_party/rust/crates/libc/src/unix/linux_like/
H
A
D
mod.rs
1707
pub fn
ftruncate64
(fd: ::c_int, length: off64_t) -> ::c_int;
in ftruncate64()
functions
Completed in 15 milliseconds