Home
last modified time | relevance | path

Searched refs:statefile (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/openssl/openssl/util/
H A Dmkerr.pl139 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 Dmkerr.pl139 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 Dalsactl.c54 char *statefile = NULL; variable
348 statefile = optarg; in main()
455 remove(statefile); in main()
H A Dutils.c88 if (statefile == NULL) in initfailed()
93 fp = open(statefile, O_WRONLY|O_CREAT|O_APPEND, 0644); in initfailed()
H A Dalsactl.h12 extern char *statefile;

Completed in 3 milliseconds