Home
last modified time | relevance | path

Searched refs:prv_file (Results 1 – 1 of 1) sorted by relevance

/openbsd/usr.bin/ssh/
H A Dssh-keygen.c1086 char comment[1024], *prv_tmp, *pub_tmp, *prv_file, *pub_file; in do_gen_all_hostkeys() local
1091 prv_tmp = pub_tmp = prv_file = pub_file = NULL; in do_gen_all_hostkeys()
1093 xasprintf(&prv_file, "%s%s", in do_gen_all_hostkeys()
1097 if (stat(prv_file, &st) == 0) { in do_gen_all_hostkeys()
1165 if (rename(prv_tmp, prv_file) != 0) { in do_gen_all_hostkeys()
1177 free(prv_file); in do_gen_all_hostkeys()