Home
last modified time | relevance | path

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

/dports/ftp/lftp/lftp-4.9.2/src/
H A DJob.h130 virtual void top_vfprintf(FILE *file,const char *fmt,va_list v);
H A DJob.cc443 top_vfprintf(file,fmt,v); in vfprintf()
445 void Job::top_vfprintf(FILE *file,const char *fmt,va_list v) in top_vfprintf() function in Job
H A DCmdExec.h225 void top_vfprintf(FILE *file,const char *f,va_list v);
H A DCmdExec.cc963 void CmdExec::top_vfprintf(FILE *file,const char *f,va_list v) in top_vfprintf() function in CmdExec
H A DChangeLog7899 * CmdExec.cc: set feeder_called; call feeder->clear in top_vfprintf.
7918 * Job.cc, Job.h, CmdExec.cc, CmdExec.h: add top_vfprintf method;
7919 modify vfprintf method to call top_vfprintf; in (class CmdExec)
7920 redefine only top_vfprintf.