Lines Matching defs:logfile
96 FILE *logfile;
116 if (soft_token.logfile == NULL)
119 vfprintf(soft_token.logfile, fmt, ap);
121 fflush(soft_token.logfile);
778 if (soft_token.logfile)
779 fclose(soft_token.logfile);
782 soft_token.logfile = stdout;
784 soft_token.logfile = fopen(name, "a");
785 if (soft_token.logfile)
786 rk_cloexec_file(soft_token.logfile);
788 if (soft_token.logfile == NULL)
906 soft_token.logfile = NULL;
908 soft_token.logfile = stdout;
911 soft_token.logfile = fopen("/tmp/log-pkcs11.txt", "a");