Searched refs:fnout (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dasn1_gen.c51 char *fnout = NULL; local
67 if (asprintf(&fnout, "%s.out", bname) < 0 || fnout == NULL)
70 fout = fopen(fnout, "w");

Completed in 68 milliseconds