Searched refs:status_file (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
H A D | ipropd_slave.c | 657 static char *status_file; variable 674 { "status-file", 0, arg_string, &status_file, 767 if (status_file == NULL) { in main() 768 …if (asprintf(&status_file, "%s/ipropd-slave-status", hdb_db_dir(context)) < 0 || status_file == N… in main() 775 slave_status(context, status_file, "bootstrapping"); in main() 785 slave_status(context, status_file, "getting credentials from keytab/database"); in main() 803 slave_status(context, status_file, "creating log file"); in main() 827 slave_status(context, status_file, "ipropd-slave started"); in main() 863 slave_status(context, status_file, "connecting to master: %s\n", master); in main() 901 slave_status(context, status_file, "connected to master, waiting instructions"); in main() [all …]
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/ |
H A D | s_server.pod | 80 [B<-status_file infile>] 477 =item B<-status_file infile>
|