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:optv
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/
H
A
D
playlog.c
171
if (
optv
)
in freeclusterentry()
234
if (
optv
> 1)
in sanity_indx_list()
281
if (
optv
<= 1) /* Do not repeat the warning */
in sanity_indx_list()
347
if (
optv
> 1) {
in sanity_mft()
370
if ((
optv
> 1) && (attr->type == AT_END))
in sanity_mft()
451
if (
optv
)
in read_raw()
454
if ((
optv
> 1) && optc
in read_raw()
465
if (
optv
)
in read_raw()
469
if ((
optv
> 1) && optc
in read_raw()
513
if (
optv
)
in write_raw()
[all...]
H
A
D
ntfsrecover.c
159
int
optv
; /* verbose */
variable
1040
if (
optv
in firstrecord()
1045
if (
optv
>= 2)
in firstrecord()
1053
if (
optv
>= 2) {
in firstrecord()
2161
if (
optv
&& (!optc || within_lcn_range(logr))) {
in showlogr()
2250
if (
optv
)
in mark_transactions()
2272
if (
optv
) {
in mark_transactions()
2281
if (
optv
&& (actives > 1))
in mark_transactions()
2320
if (
optv
)
in enqueue_action()
2323
if (
optv
)
in enqueue_action()
[all...]
H
A
D
ntfsrecover.h
122
extern int
optv
;
Completed in 8 milliseconds