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:char_pos
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/strchr/
H
A
D
1-1.c
40
static char *random_string(int len, int
char_pos
)
in random_string()
argument
50
/*Add character MATCH_CHAR at
char_pos
*/
in random_string()
51
if (i ==
char_pos
)
in random_string()
63
int i,
char_pos
;
in main()
local
70
char_pos
= rand() % i;
in main()
72
sample_str = random_string(i,
char_pos
);
in main()
73
sample_char_1 = sample_str[
char_pos
];
in main()
79
if (ret_str_1 != &sample_str[
char_pos
]) {
in main()
82
&sample_str[
char_pos
], ret_str_1);
in main()
/third_party/node/src/
H
A
D
string_search.h
242
const Char*
char_pos
= static_cast<const Char*>(void_pos);
in FindFirstCharacter()
local
243
if (
char_pos
== nullptr)
in FindFirstCharacter()
247
char_pos
= AlignDown(
char_pos
, sizeof(Char));
in FindFirstCharacter()
248
size_t raw_pos = static_cast<size_t>(
char_pos
- subject.start());
in FindFirstCharacter()
279
const uint8_t*
char_pos
= static_cast<const uint8_t*>(pos);
in FindFirstCharacter()
local
280
if (
char_pos
== nullptr) {
in FindFirstCharacter()
284
size_t raw_pos = static_cast<size_t>(
char_pos
- subject.start());
in FindFirstCharacter()
/third_party/node/deps/v8/src/strings/
H
A
D
string-search.h
218
const SubjectChar*
char_pos
= reinterpret_cast<const SubjectChar*>(
in FindFirstCharacter()
local
221
if (
char_pos
== nullptr) return -1;
in FindFirstCharacter()
222
char_pos
= AlignDown(
char_pos
, sizeof(SubjectChar));
in FindFirstCharacter()
223
pos = static_cast<int>(
char_pos
- subject.begin());
in FindFirstCharacter()
Completed in 4 milliseconds