OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:statefile
(Results
1 - 9
of
9
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/util/
mkerr.pl
140
my $
statefile
; # state file with assigned reason and function codes
172
$
statefile
= $1;
179
if ( ! $
statefile
) {
180
$
statefile
= $config;
181
$
statefile
=~ s/.ec/.txt/;
184
# The
statefile
has all the previous assignments.
187
if ( ! $reindex && $
statefile
) {
188
open(STATE, "<$
statefile
") || die "Can't open $
statefile
, $!";
209
die "Bad line in $
statefile
:\n$_\n"
[
all
...]
/src/crypto/external/bsd/openssl/dist/util/
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
:\n$_\n"
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/util/
mkerr.pl
138
my $
statefile
; # state file with assigned reason and function codes
164
$
statefile
= $1;
171
if ( ! $
statefile
) {
172
$
statefile
= $config;
173
$
statefile
=~ s/.ec/.txt/;
176
# The
statefile
has all the previous assignments.
179
if ( ! $reindex && $
statefile
) {
180
open(STATE, "<$
statefile
") || die "Can't open $
statefile
, $!";
201
die "Bad line in $
statefile
:\n$_\n"
[
all
...]
/src/external/bsd/nsd/dist/
xfrd-disk.c
145
const char*
statefile
= xfrd->nsd->options->xfrdfile;
local
156
in = fopen(
statefile
, "r");
160
statefile
, strerror(errno));
163
statefile
));
171
statefile
));
183
statefile
, (int)filetime, (long long)xfrd_time());
234
statefile
, (int)filetime, (long long)xfrd_time());
250
log_msg(LOG_ERR, "xfrd:
statefile
%s contains"
252
statefile
, zone->apex_str);
350
statefile
, (int)filetime, (long long)xfrd_time())
457
const char*
statefile
= xfrd->nsd->options->xfrdfile;
local
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/kasp/
tests_kasp.py
315
os.remove(k.
statefile
)
870
state_stat = os.stat(key.
statefile
)
878
assert state_stat.st_mtime == os.stat(key.
statefile
).st_mtime
887
assert state_stat.st_mtime == os.stat(key.
statefile
).st_mtime
1067
return isctest.util.file_contents_contain(ksk.
statefile
, metadata)
1111
return isctest.util.file_contents_contain(ksk.
statefile
, metadata)
1185
return isctest.util.file_contents_contain(ksk.
statefile
, metadata)
1320
shutil.copyfile(key.
statefile
, f"{key.
statefile
}.backup")
1332
isctest.check.file_contents_equal(f"{key.
statefile
}", f"{key.statefile}.backup"
[
all
...]
/src/external/bsd/nsd/dist/contrib/
nsd_munin_
13
#
statefile
- where to put temporary
statefile
.
22
# env.
statefile
/usr/local/var/munin/plugin-state/nsd-state
61
env.
statefile
/usr/local/var/munin/plugin-state/nsd-state
90
state=${
statefile
:-/usr/local/var/munin/plugin-state/nsd-state}
97
# makes the
statefile
hang around for at least this many seconds,
196
# if $1 exists in
statefile
, config is echoed with label $2
/src/external/mpl/bind/dist/bin/tests/system/rollover/
setup.py
92
with open(f"ns3/{key}.state", "a", encoding="utf-8") as
statefile
:
93
statefile
.write(f"Lifetime: {lifetime}\n")
103
with open(f"ns3/{key1}.state", "a", encoding="utf-8") as
statefile
:
104
statefile
.write(f"Successor: {successor.tag}\n")
106
with open(f"ns3/{key2}.state", "a", encoding="utf-8") as
statefile
:
107
statefile
.write(f"Predecessor: {predecessor.tag}\n")
/src/external/mpl/bind/dist/bin/tests/system/ksr/
tests_ksr.py
174
with open(key.
statefile
, "r", encoding="utf-8") as file:
611
statefile
= f"{key.path}.state"
614
shutil.copyfile(
statefile
, f"{
statefile
}.backup")
/src/external/mpl/bind/dist/bin/tests/system/isctest/
kasp.py
337
self.
statefile
= f"{self.path}.state"
363
file = self.
statefile
633
if not isctest.util.file_contents_contain(self.
statefile
, comment):
664
file = self.
statefile
Completed in 36 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026