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:xarg
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/
H
A
D
ntfsusermap.c
1026
int
xarg
;
in checkoptions()
local
1033
for (
xarg
=1; (
xarg
<argc) && !err;
xarg
++) {
in checkoptions()
1034
pvol = argv[
xarg
];
in checkoptions()
1079
int
xarg
;
in process()
local
1085
for (
xarg
=1; (
xarg
<argc) && ok;
xarg
++)
in process()
1086
if (open_volume(argv[
xarg
])) {
in process()
[all...]
H
A
D
ntfssecaudit.c
6146
int
xarg
= 0;
in parse_options()
local
6160
if (!
xarg
)
in parse_options()
6161
xarg
= optind - 1;
in parse_options()
6220
if (!
xarg
)
in parse_options()
6221
xarg
= argc;
in parse_options()
6229
return (err ? 0 :
xarg
);
in parse_options()
6237
int
xarg
;
in main()
local
6249
xarg
= parse_options(argc,argv);
in main()
6250
if (
xarg
) {
in main()
6261
if (
xarg
in main()
[all...]
/third_party/toybox/toys/posix/
H
A
D
sort.c
244
static int compare_keys(const void *
xarg
, const void *yarg)
in compare_keys()
argument
247
char *x, *y, *xx = *(char **)
xarg
, *yy = *(char **)yarg;
in compare_keys()
/third_party/backends/frontend/
H
A
D
scanimage.c
2492
char *larg, *targ, *
xarg
, *yarg;
in main()
local
2493
larg = targ =
xarg
= yarg = "";
in main()
2497
xarg
= "x:";
in main()
2511
+ strlen (
xarg
) + strlen (yarg) + 1);
in main()
2522
strcat (full_optstring,
xarg
);
in main()
Completed in 12 milliseconds