File nut/crt/fprintf_p.c
Included Files
#include "nut/crt/nut_io.h"
#include <nut/include/sys/types.h>
#include <nut/include/stdio.h>
#include <stdarg.h>
Global Function fprintf_P()
int fprintf_P ( FILE* stream, const prog_char* fmt, ... )
Prototyped in:
nut/include/stdio.h
Calls:
__builtin_va_end(), __builtin_va_start(), vfprintf_P()
Called by:
NutDumpHeap()
nut/os/osdebug.c
NutDumpSocketList()
nut/net/netdebug.c
NutDumpTcpHeader()
nut/net/netdebug.c
NutDumpThreadList()
nut/os/osdebug.c
NutDumpThreadQueue()
nut/os/osdebug.c
NutDumpTimerList()
nut/os/osdebug.c
NutFtpRespondBad()
nut/pro/ftpd.c
NutFtpRespondOk()
nut/pro/ftpd.c
NutFtpServerSession()
nut/pro/ftpd.c
NutHttpSendError()
nut/pro/httpd.c
NutHttpSendHeaderBot()
nut/pro/httpd.c
NutHttpSendHeaderTop()
nut/pro/httpd.c
NutSsiProcessFile()
nut/pro/ssi.c
NutSsiProcessVirtual()
nut/pro/ssi.c