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:print_out_buff
(Results
1 - 1
of
1
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H
A
D
at_general.c
850
char
print_out_buff
[PRINT_SIZE_MAX] = {0};
in ip_ip_resv_show_msg()
local
851
if ((memset_s(
print_out_buff
, sizeof(
print_out_buff
), 0x0, sizeof(
print_out_buff
)) != EOK) ||
in ip_ip_resv_show_msg()
852
(memcpy_s(
print_out_buff
, sizeof(
print_out_buff
) - 1, ip_buffer + print_len,
in ip_ip_resv_show_msg()
853
sizeof(
print_out_buff
)-1) != EOK)) {
in ip_ip_resv_show_msg()
854
printf("{ip_ip_resv_output:
print_out_buff
memset_s/memcpy_s fail\r\n}");
in ip_ip_resv_show_msg()
856
hi_at_printf("%s",
print_out_buff
);
in ip_ip_resv_show_msg()
858
ret -= sizeof(
print_out_buff
)
in ip_ip_resv_show_msg()
[all...]
Completed in 2 milliseconds