Searched defs:ofile (Results 1 - 1 of 1) sorted by relevance

/external/openssh/
H A Dmoduli.c146 qfileout(FILE * ofile, u_int32_t otype, u_int32_t otests, u_int32_t otries, argument
156 res = fprintf(ofile, "%04d%02d%02d%02d%02d%02d %u %u %u %u %x ",
164 if (BN_print_fp(ofile, omodulus) < 1)
167 res = fprintf(ofile, "\n");
168 fflush(ofile);

Completed in 69 milliseconds