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
defs:wbuf
(Results
1 - 25
of
45
) sorted by relevance
1
2
/third_party/musl/porting/linux/user/src/stdio/
H
A
D
__stdio_write.c
30
unsigned char *
wbuf
= (unsigned char *)buf;
in __stdio_write()
local
/third_party/musl/src/multibyte/
H
A
D
mbsnrtowcs.c
6
wchar_t *ws,
wbuf
[256];
in mbsnrtowcs()
local
/third_party/musl/src/stdio/
H
A
D
__stdio_write.c
30
unsigned char *
wbuf
= (unsigned char *)buf;
in __stdio_write()
local
/third_party/ltp/testcases/kernel/syscalls/write/
H
A
D
write03.c
25
static char
wbuf
[BUFSIZ], rbuf[BUFSIZ];
variable
H
A
D
write04.c
29
char
wbuf
[8 * page_size];
in verify_write()
local
38
char
wbuf
[17 * page_size];
in setup()
local
/third_party/musl/src/time/
H
A
D
wcsftime.c
11
wchar_t
wbuf
[100];
in __wcsftime_l()
local
/third_party/optimized-routines/string/test/
H
A
D
memmove.c
41
static unsigned char
wbuf
[LEN + 2 * A];
variable
H
A
D
stpcpy.c
46
static char
wbuf
[LEN + 3 * ALIGN];
variable
H
A
D
memcpy.c
43
static unsigned char
wbuf
[LEN + 2 * A];
variable
H
A
D
strcpy.c
44
static char
wbuf
[LEN + 3 * ALIGN];
variable
/third_party/curl/lib/
H
A
D
strerror.c
782
wchar_t
wbuf
[256];
in get_winapi_error()
local
/third_party/ltp/testcases/kernel/fs/fs-bench/
H
A
D
random-del-create.c
96
char
wbuf
[MAXFSIZE];
in create_file()
local
H
A
D
random-access-del-create.c
98
char
wbuf
[MAXFSIZE];
in create_file()
local
H
A
D
create-files.c
15
char
wbuf
[MAXFSIZE];
variable
/third_party/ltp/testcases/kernel/fs/doio/
H
A
D
write_log.c
197
char
wbuf
[WLOG_REC_MAX_SIZE + 2];
in wlog_record_write()
local
/third_party/ltp/testcases/kernel/syscalls/fallocate/
H
A
D
fallocate06.c
61
static char *
wbuf
, *rbuf;
variable
/third_party/python/Parser/
H
A
D
myreadline.c
123
wchar_t *
wbuf
;
in _PyOS_WindowsConsoleReadline()
local
260
wchar_t *
wbuf
;
PyOS_StdioReadline()
local
[all...]
/third_party/nghttp2/src/
H
A
D
shrpx_connection.h
61
DefaultMemchunks
wbuf
;
member
/third_party/pulseaudio/src/pulsecore/
H
A
D
ioline.c
50
char *
wbuf
;
member
[all...]
/third_party/backends/backend/
H
A
D
ibm.c
112
struct ibm_window_data
wbuf
;
in attach()
local
943
struct ibm_window_data
wbuf
;
sane_start()
local
[all...]
H
A
D
ricoh.c
108
struct ricoh_window_data
wbuf
;
in attach()
local
798
struct ricoh_window_data
wbuf
;
sane_start()
local
[all...]
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/
H
A
D
main.c
36
char
wbuf
[MAXFSIZE];
variable
/third_party/node/deps/openssl/openssl/ssl/record/
H
A
D
record.h
146
SSL3_BUFFER
wbuf
[SSL_MAX_PIPELINES];
member
/third_party/openssl/ssl/record/
H
A
D
record.h
146
SSL3_BUFFER
wbuf
[SSL_MAX_PIPELINES];
member
/third_party/ffmpeg/libavcodec/
H
A
D
aacenc.c
641
const float *
wbuf
= overlap + w * 128;
in aac_encode_frame()
local
Completed in 34 milliseconds
1
2