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:isblank
(Results
1 - 25
of
34
) sorted by relevance
1
2
/third_party/musl/libc-test/src/functionalext/supplement/ctype/
H
A
D
isblank.c
29
int ret =
isblank
(' ');
in isblank_0100()
40
int ret =
isblank
('\t');
in isblank_0200()
51
int ret =
isblank
('\r');
in isblank_0300()
62
int ret =
isblank
('\n');
in isblank_0400()
74
int ret =
isblank
('\v');
in isblank_0500()
85
int ret =
isblank
('\f');
in isblank_0600()
96
int ret =
isblank
('a');
in isblank_0700()
107
int ret =
isblank
('6');
in isblank_0800()
118
int ret =
isblank
('#');
in isblank_0900()
131
int ret =
isblank
((cha
in isblank_1000()
[all...]
/third_party/musl/src/ctype/
H
A
D
isblank.c
7
int
isblank
(int c)
in isblank()
function
22
return
isblank
(c);
in __isblank_l()
H
A
D
iswblank.c
6
return
isblank
(wc);
in iswblank()
/third_party/openssl/test/
H
A
D
ctype_internal_test.c
22
static int
isblank
(int c)
in isblank()
function
39
&& TEST_int_eq(
isblank
(n) != 0, ossl_isblank(n) != 0)
in test_ctype_chars()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H
A
D
driver_common.c
214
while (
isblank
((unsigned char) *start))
in wpa_get_wowlan_triggers()
219
while (!
isblank
((unsigned char) *end) && *end != '\0')
in wpa_get_wowlan_triggers()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H
A
D
driver_common.c
220
while (
isblank
((unsigned char) *start))
in wpa_get_wowlan_triggers()
225
while (!
isblank
((unsigned char) *end) && *end != '\0')
in wpa_get_wowlan_triggers()
/third_party/musl/libc-test/src/api/
H
A
D
ctype.c
8
{int(*p)(int) =
isblank
;}
in f()
/third_party/musl/porting/linux/user/include/
H
A
D
ctype.h
12
int
isblank
(int);
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
ctype.h
12
int
isblank
(int);
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
ctype.h
12
int
isblank
(int);
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
ctype.h
12
int
isblank
(int);
/third_party/musl/include/
H
A
D
ctype.h
12
int
isblank
(int);
/third_party/libdrm/amdgpu/
H
A
D
amdgpu_asic_id.c
90
while (
isblank
(*s_name))
in parse_one_line()
/third_party/python/Lib/curses/
H
A
D
ascii.py
57
def
isblank
(c): return _ctoi(c) in (9, 32)
function
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H
A
D
ascii_benchmark.cc
81
BENCHMARK_TEMPLATE(BM_Ascii, std::
isblank
);
H
A
D
ascii_test.cc
145
EXPECT_EQ(
isblank
(i) != 0, absl::ascii_isblank(i)) << i;
in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H
A
D
char_map_test.cc
163
EXPECT_EQ(AsBool(std::
isblank
(c)),
in TEST()
/third_party/eudev/src/udev/
H
A
D
udevadm-hwdb.c
441
while (
isblank
(line[0]) &&
isblank
(line[1]))
in insert_data()
/third_party/libcoap/src/
H
A
D
coap_ws.c
300
while (
isblank
(*cp))
in coap_ws_split_rd_header()
/third_party/rust/crates/libc/src/windows/
H
A
D
mod.rs
302
pub fn
isblank
(c: c_int) -> c_int;
in isblank()
functions
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
H
A
D
MILexer.cpp
91
while (
isblank
(C.peek()))
in skipWhitespace()
/third_party/python/Lib/test/
H
A
D
test_curses.py
1244
check(curses.ascii.
isblank
, c in ' \t')
1261
self.assertFalse(curses.ascii.
isblank
(i))
/third_party/toybox/toys/pending/
H
A
D
fdisk.c
737
&& (*str != '-') && (*str != '+') && (!
isblank
(*str)));
in ask_value()
738
while (
isblank
(*str)) str++; //remove leading white spaces
in ask_value()
/third_party/libbpf/src/
H
A
D
usdt.c
498
while (
isblank
(line[i]))
in parse_vma_segs()
/third_party/rust/crates/libc/src/solid/
H
A
D
mod.rs
436
pub fn
isblank
(c: c_int) -> c_int;
in isblank()
functions
Completed in 21 milliseconds
1
2