HomeSort by: relevance | last modified time | path
    Searched refs:reconf (Results 1 - 19 of 19) sorted by relevancy

  /src/external/bsd/dhcpcd/dist/src/
auth.c 89 if (state->reconf) {
90 free(state->reconf->key);
91 free(state->reconf->realm);
92 free(state->reconf);
93 state->reconf = NULL;
243 if (state->reconf == NULL) {
244 state->reconf =
245 malloc(sizeof(*state->reconf));
246 if (state->reconf == NULL)
248 state->reconf->key = malloc(16)
    [all...]
auth.h 83 struct token *reconf; member in struct:authstate
dhcp.c 2902 else if (state->auth.reconf != NULL) {
dhcp6.c 4269 else if (state->auth.reconf != NULL) {
  /src/crypto/external/apache2/openssl/dist/
configdata.pm.in 214 my $reconf = undef;
226 'reconfigure|reconf|r' => \$reconf,
358 if ($reconf) {
367 exec $^X,catfile($config{sourcedir}, 'Configure'),'reconf';
475 =item B<--reconfigure> | B<--reconf> | B<-r>
Configure 300 if (grep /^reconf(igure)?$/, @argvcopy) {
314 if (grep(/^reconf/,@argvcopy));
  /src/crypto/external/bsd/openssl/dist/
configdata.pm.in 214 my $reconf = undef;
226 'reconfigure|reconf|r' => \$reconf,
358 if ($reconf) {
367 exec $^X,catfile($config{sourcedir}, 'Configure'),'reconf';
475 =item B<--reconfigure> | B<--reconf> | B<-r>
Configure 283 if (grep /^reconf(igure)?$/, @argvcopy) {
297 if (grep(/^reconf/,@argvcopy));
  /src/crypto/external/bsd/openssl.old/dist/
Configure 240 if (grep /^reconf(igure)?$/, @argvcopy) {
254 if (grep(/^reconf/,@argvcopy));
2563 my $reconf = undef;
2574 'reconfigure|reconf|r' => \$reconf,
2581 || $buildparams || $reconf || $verbose || $help || $man) {
2700 if ($reconf) {
2709 exec $^X,catfile($config{sourcedir}, 'Configure'),'reconf';
2794 =item B<--reconfigure> | B<--reconf> | B<-r>
  /src/crypto/external/bsd/openssl.old/dist/Configurations/
windows-makefile.tmpl 486 reconfigure reconf:
descrip.mms.tmpl 683 reconfigure reconf :
  /src/external/mpl/bind/dist/bin/tests/system/autosign/ns3/
keygen.sh 292 setup reconf.example
  /src/crypto/external/apache2/openssl/dist/Configurations/
windows-makefile.tmpl 684 reconfigure reconf:
descrip.mms.tmpl 813 reconfigure reconf :
unix-Makefile.tmpl 1518 reconfigure reconf:
  /src/crypto/external/bsd/openssl/dist/Configurations/
windows-makefile.tmpl 675 reconfigure reconf:
descrip.mms.tmpl 775 reconfigure reconf :
unix-Makefile.tmpl 1473 reconfigure reconf:
  /src/external/mpl/bind/dist/bin/tests/system/autosign/
tests.sh 1085 ($RNDCCMD 10.53.0.3 addzone reconf.example '{ type primary; file "reconf.example.db"; };' 2>&1 | sed 's/^/ns3 /' | cat_i) || ret=1
1086 rekey_calls=$(grep "zone reconf.example.*next key event" ns3/named.run | wc -l)
1089 ($RNDCCMD 10.53.0.3 modzone reconf.example '{ type primary; file "reconf.example.db"; allow-update { any; }; dnssec-policy autosign; };' 2>&1 | sed 's/^/ns3 /' | cat_i) || ret=1
1093 rekey_calls=$(grep "zone reconf.example.*next key event" ns3/named.run | wc -l)

Completed in 54 milliseconds