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:truncate
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H
A
D
unistd.h
453
int
truncate
(const char *, off_t);
816
#define truncate64
truncate
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H
A
D
ssl.h
2579
* \param
truncate
Enable or disable (MBEDTLS_SSL_TRUNC_HMAC_ENABLED or
2582
void mbedtls_ssl_conf_truncated_hmac( mbedtls_ssl_config *conf, int
truncate
);
/device/soc/rockchip/common/sdk_linux/fs/xfs/
H
A
D
xfs_inode.c
158
* free manner (e.g.
truncate
, hole punch and other extent manipulation
416
* transaction (such as
truncate
). This can result in deadlock since the long
1556
*
truncate
down, buffered (re-)write (delalloc), followed by
in xfs_release()
1587
*
truncate
them away first before checking for a dirty release.
in xfs_release()
1621
* Called to perform a
truncate
when an inode becomes unlinked.
1639
* of a system crash before the
truncate
completes. See the related
in xfs_inactive_truncate()
1772
int
truncate
= 0;
in xfs_inactive()
local
1815
truncate
= 1;
in xfs_inactive()
1825
} else if (
truncate
) {
in xfs_inactive()
Completed in 11 milliseconds