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:statefile
(Results
1 - 5
of
5
) sorted by relevance
/third_party/node/deps/openssl/openssl/util/
H
A
D
mkerr.pl
139
my $
statefile
; # state file with assigned reason and function codes
171
$
statefile
= $1;
178
if ( ! $
statefile
) {
179
$
statefile
= $config;
180
$
statefile
=~ s/.ec/.txt/;
183
# The
statefile
has all the previous assignments.
186
if ( ! $reindex && $
statefile
) {
187
open(STATE, "<$
statefile
") || die "Can't open $
statefile
, $!";
208
die "Bad line in $
statefile
[all...]
/third_party/openssl/util/
H
A
D
mkerr.pl
139
my $
statefile
; # state file with assigned reason and function codes
171
$
statefile
= $1;
178
if ( ! $
statefile
) {
179
$
statefile
= $config;
180
$
statefile
=~ s/.ec/.txt/;
183
# The
statefile
has all the previous assignments.
186
if ( ! $reindex && $
statefile
) {
187
open(STATE, "<$
statefile
") || die "Can't open $
statefile
, $!";
208
die "Bad line in $
statefile
[all...]
/third_party/alsa-utils/alsactl/
H
A
D
alsactl.c
54
char *
statefile
= NULL;
variable
348
statefile
= optarg;
in main()
455
remove(
statefile
);
in main()
H
A
D
utils.c
88
if (
statefile
== NULL)
in initfailed()
93
fp = open(
statefile
, O_WRONLY|O_CREAT|O_APPEND, 0644);
in initfailed()
H
A
D
alsactl.h
12
extern char *
statefile
;
Completed in 5 milliseconds