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:vsscanf_s
(Results
1 - 3
of
3
) sorted by relevance
/third_party/bounds_checking_function/src/
H
A
D
vsscanf_s.c
11
* Description:
vsscanf_s
function
23
*
vsscanf_s
27
* The
vsscanf_s
function is equivalent to sscanf_s, with the variable argument list replaced by argList
28
* The
vsscanf_s
function reads data from buffer into the location given by
49
int
vsscanf_s
(const char *buffer, const char *format, va_list argList)
in vsscanf_s()
function
57
SECUREC_ERROR_INVALID_PARAMTER("
vsscanf_s
");
in vsscanf_s()
63
SECUREC_ERROR_INVALID_PARAMTER("
vsscanf_s
");
in vsscanf_s()
79
SECUREC_ERROR_INVALID_PARAMTER("
vsscanf_s
");
in vsscanf_s()
85
EXPORT_SYMBOL(
vsscanf_s
);
variable
H
A
D
sscanf_s.c
49
ret =
vsscanf_s
(buffer, format, argList);
in sscanf_s()
/third_party/bounds_checking_function/include/
H
A
D
securec.h
339
* Description: The
vsscanf_s
function is equivalent to sscanf_s, with the variable argument list
346
SECUREC_API int
vsscanf_s
(const char *buffer, const char *format, va_list argList);
566
* Description: The vswscanf_s function is the wide-character equivalent of the
vsscanf_s
function
Completed in 2 milliseconds