Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/wanboot/keygen/
H A Dkeygen.c360 FILE *cli_fp = NULL; in client_gen_key() local
378 cli_fp = fopen(filename, "r+"); in client_gen_key()
382 if ((cli_fp = fdopen(fd, "w")) == NULL) { in client_gen_key()
387 if (cli_fp == NULL) { in client_gen_key()
401 (void) fclose(cli_fp); in client_gen_key()
416 (void) fclose(cli_fp); in client_gen_key()
432 (void) fclose(cli_fp); in client_gen_key()
443 (void) fclose(cli_fp); in client_gen_key()
457 (void) fclose(cli_fp); in client_gen_key()
461 (void) fclose(cli_fp); in client_gen_key()
[all …]