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:_UC
(Results
1 - 15
of
15
) sorted by relevance
/third_party/openssl/test/
H
A
D
danetest.c
29
#define
_UC
(c) ((unsigned char)(c))
macro
168
while (n > 0 && isspace(
_UC
(buf[n - 1])))
in read_to_eol()
192
if (isspace(
_UC
(*in)))
in hexdecode()
228
endp == cp || !isspace(
_UC
(*endp)) ||
in checked_uint8()
232
for (cp = endp; isspace(
_UC
(*cp)); ++cp)
in checked_uint8()
285
if (!isspace(
_UC
(*cp++)))
in allws()
/third_party/node/deps/openssl/openssl/apps/lib/
H
A
D
http_server.c
268
} else if (isxdigit(
_UC
(p[1])) && isxdigit(
_UC
(p[2]))) {
in urldecode()
H
A
D
apps.c
106
while (*p && isspace(
_UC
(*p)))
in chopup_args()
131
while (*p && !isspace(
_UC
(*p)))
in chopup_args()
641
while (*opt != ',' && !isspace(
_UC
(*opt)) && *opt != '\0')
in next_item()
647
while (isspace(
_UC
(*opt)))
in next_item()
/third_party/openssl/apps/lib/
H
A
D
http_server.c
268
} else if (isxdigit(
_UC
(p[1])) && isxdigit(
_UC
(p[2]))) {
in urldecode()
H
A
D
apps.c
106
while (*p && isspace(
_UC
(*p)))
in chopup_args()
131
while (*p && !isspace(
_UC
(*p)))
in chopup_args()
/third_party/node/deps/openssl/openssl/apps/include/
H
A
D
apps.h
48
# define
_UC
(c) ((unsigned char)(c))
macro
/third_party/openssl/apps/include/
H
A
D
apps.h
48
# define
_UC
(c) ((unsigned char)(c))
macro
/third_party/node/deps/openssl/openssl/apps/
H
A
D
s_client.c
313
if (isspace(
_UC
(*in)))
in hexdecode()
354
endp == in || !isspace(
_UC
(*endp)) ||
in checked_uint8()
358
for (in = endp; isspace(
_UC
(*in)); ++in)
in checked_uint8()
1164
if (isxdigit(
_UC
(*p)))
in s_client_main()
H
A
D
req.c
202
while (*kv && isspace(
_UC
(*kv)))
in LHASH_OF()
213
if (!isspace(
_UC
(p[-1])))
in LHASH_OF()
H
A
D
cmp.c
2118
if (beg[0] == ',' || isspace(
_UC
(beg[0]))) {
in prev_item()
2133
if (beg[0] != ',' && !isspace(
_UC
(beg[0]))) {
in prev_item()
H
A
D
ca.c
732
if (!isxdigit(
_UC
(*p))) {
in ca_main()
H
A
D
s_server.c
1440
if (isxdigit(
_UC
(*p)))
in s_server_main()
/third_party/openssl/apps/
H
A
D
s_client.c
313
if (isspace(
_UC
(*in)))
in hexdecode()
354
endp == in || !isspace(
_UC
(*endp)) ||
in checked_uint8()
358
for (in = endp; isspace(
_UC
(*in)); ++in)
in checked_uint8()
1164
if (isxdigit(
_UC
(*p)))
in s_client_main()
H
A
D
ca.c
730
if (!isxdigit(
_UC
(*p))) {
in ca_main()
H
A
D
s_server.c
1440
if (isxdigit(
_UC
(*p)))
in s_server_main()
Completed in 66 milliseconds