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:kfold
(Results
1 - 1
of
1
) sorted by relevance
/third_party/musl/src/regex/
H
A
D
fnmatch.c
107
static int match_bracket(const char *p, int k, int
kfold
)
in match_bracket()
argument
131
(unsigned)
kfold
-wc <= wc2-wc)
in match_bracket()
146
iswctype(
kfold
, wctype(buf)))
in match_bracket()
158
if (wc==k || wc==
kfold
) return !inv;
in match_bracket()
168
int c, k,
kfold
;
in fnmatch_internal()
local
188
kfold
= flags & FNM_CASEFOLD ? casefold(k) : k;
in fnmatch_internal()
190
if (!match_bracket(pat, k,
kfold
))
in fnmatch_internal()
192
} else if (c != QUESTION && k != c &&
kfold
!= c) {
in fnmatch_internal()
249
kfold
= flags & FNM_CASEFOLD ? casefold(k) : k;
in fnmatch_internal()
251
if (!match_bracket(p-pinc, k,
kfold
))
in fnmatch_internal()
[all...]
Completed in 1 milliseconds