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:sep2
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/samples/pktgen/
H
A
D
functions.sh
179
local sep=:
sep2
=::
191
if [[ ${#shrink[@]} -gt 1 || ( ${shrink[0]} != $
sep2
) ]]; then
199
echo "${addr/$
sep2
/$(printf ':0%.s' $(seq $[8-sep_cnt])):}"
/kernel/linux/linux-6.6/samples/pktgen/
H
A
D
functions.sh
185
local sep=:
sep2
=::
197
if [[ ${#shrink[@]} -gt 1 || ( ${shrink[0]} != $
sep2
) ]]; then
205
echo "${addr/$
sep2
/$(printf ':0%.s' $(seq $[8-sep_cnt])):}"
/kernel/linux/linux-5.10/sound/drivers/
H
A
D
aloop.c
1072
char *
sep2
, save2 = '\0';
in loopback_parse_timer_id()
local
1074
sep2
= strpbrk(sep + 1, sep_dev);
in loopback_parse_timer_id()
1075
if (
sep2
) {
in loopback_parse_timer_id()
1076
save2 = *
sep2
;
in loopback_parse_timer_id()
1077
*
sep2
= '\0';
in loopback_parse_timer_id()
1080
if (
sep2
) {
in loopback_parse_timer_id()
1081
*
sep2
= save2;
in loopback_parse_timer_id()
1083
err = kstrtoint(
sep2
+ 1, 0, &subdev);
in loopback_parse_timer_id()
/kernel/linux/linux-6.6/sound/drivers/
H
A
D
aloop.c
1071
char *
sep2
, save2 = '\0';
in loopback_parse_timer_id()
local
1073
sep2
= strpbrk(sep + 1, sep_dev);
in loopback_parse_timer_id()
1074
if (
sep2
) {
in loopback_parse_timer_id()
1075
save2 = *
sep2
;
in loopback_parse_timer_id()
1076
*
sep2
= '\0';
in loopback_parse_timer_id()
1079
if (
sep2
) {
in loopback_parse_timer_id()
1080
*
sep2
= save2;
in loopback_parse_timer_id()
1082
err = kstrtoint(
sep2
+ 1, 0, &subdev);
in loopback_parse_timer_id()
Completed in 7 milliseconds