Searched refs:prv_file (Results 1 – 1 of 1) sorted by relevance
1109 char comment[1024], *prv_tmp, *pub_tmp, *prv_file, *pub_file; in do_gen_all_hostkeys() local1114 prv_tmp = pub_tmp = prv_file = pub_file = NULL; in do_gen_all_hostkeys()1116 xasprintf(&prv_file, "%s%s", in do_gen_all_hostkeys()1120 if (stat(prv_file, &st) == 0) { in do_gen_all_hostkeys()1188 if (rename(prv_tmp, prv_file) != 0) { in do_gen_all_hostkeys()1200 free(prv_file); in do_gen_all_hostkeys()