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

/freebsd-9.3-release/contrib/amd/libamu/
H A Dxutil.c59 FILE *logfp = NULL; variable
271 fprintf(logfp, "%s[%ld]: ", am_get_progname(), (long) am_mypid);
273 fprintf(logfp, "ALLOC: %ld bytes", uordbytes - mem_bytes);
275 fprintf(logfp, "FREE: %ld bytes", mem_bytes - uordbytes);
278 fprintf(logfp, ", making %d missing\n", mem_bytes - orig_mem_bytes);
378 fprintf(logfp, "%15.15s%s %s %s[%ld]/%s ",
402 if (!logfp)
403 logfp = stderr; /* initialize before possible first use */
417 if (!logfp)
418 logfp
[all...]
/freebsd-9.3-release/contrib/cvs/src/
H A Dimport.c45 static FILE *logfp; variable
298 logfp = stdin;
326 if ((logfp = cvs_temp_file (&tmpfile)) == NULL)
334 (void) fprintf (logfp, "\nVendor Tag:\t%s\n", argv[1]);
335 (void) fprintf (logfp, "Release Tags:\t");
337 (void) fprintf (logfp, "%s\n\t\t", argv[i]);
338 (void) fprintf (logfp, "\n");
381 (void) fprintf (logfp, "\n%d conflicts created by this import.\n",
383 (void) fprintf (logfp,
385 (void) fprintf (logfp, "\
[all...]
H A Dlogmsg.c24 const char *message, FILE * logfp,
606 static FILE *logfp; variable
623 logfp = xlogfp;
640 return logfile_write (repository, filter, message, logfp, changes);
734 logfile_write (repository, filter, message, logfp, changes)
738 FILE *logfp;
938 if (logfp != (FILE *) 0)
941 rewind (logfp);
942 while ((c = getc (logfp)) != EOF)
/freebsd-9.3-release/contrib/amd/amd/
H A Dinfo_exec.c410 if (logfp)
411 fflush(logfp);
/freebsd-9.3-release/contrib/amd/include/
H A Dam_utils.h245 extern FILE *logfp; /* Log file */

Completed in 108 milliseconds