代码搜索:fprintf
找到约 10,000 项符合「fprintf」的源代码
代码结果 10,000
www.eeworm.com/read/137022/13347519
c arcdump.c
/* ARCNET trace routines
*/
#include
#include "global.h"
#include "mbuf.h"
#include "arcnet.h"
#include "trace.h"
void
arc_dump(fp,bpp,check)
FILE *fp;
struct mbuf **bpp;
int
www.eeworm.com/read/137022/13347539
c ipdump.c
/* IP header tracing routines
*/
#include
#include "global.h"
#include "mbuf.h"
#include "internet.h"
#include "iface.h"
#include "ip.h"
#include "trace.h"
#include "netuser.h"
#i
www.eeworm.com/read/137022/13347542
c kissdump.c
/* Tracing routines for KISS TNC
*/
#include "global.h"
#include "mbuf.h"
#include "kiss.h"
#include "devparam.h"
#include "ax25.h"
#include "trace.h"
void
ki_dump(fp,bpp,check)
FILE *fp
www.eeworm.com/read/137022/13347571
c slhcdump.c
#include
#include "global.h"
#include "mbuf.h"
#include "internet.h"
#include "ip.h"
#include "slhc.h"
#include "trace.h"
static uint16 decodeint(struct mbuf **bpp);
static uint1
www.eeworm.com/read/137022/13347579
c ripdump.c
/* RIP packet tracing
*/
#include "global.h"
#include "mbuf.h"
#include "netuser.h"
#include "timer.h"
#include "rip.h"
#include "trace.h"
void
rip_dump(fp,bpp)
FILE *fp;
struct mbuf **b
www.eeworm.com/read/137022/13347593
c udpdump.c
/* UDP packet tracing
*
*/
#include
#include "global.h"
#include "mbuf.h"
#include "netuser.h"
#include "internet.h"
#include "udp.h"
#include "ip.h"
#include "socket.h"
#inclu
www.eeworm.com/read/137022/13347606
c nrdump.c
/* NET/ROM header tracing routines
*/
#include
#include "global.h"
#include "mbuf.h"
#include "netrom.h"
#include "nr4.h"
#include "trace.h"
/* Display NET/ROM network and transpo
www.eeworm.com/read/137022/13347658
c ax25dump.c
/* AX25 header tracing
*/
#include
#include "global.h"
#include "mbuf.h"
#include "ax25.h"
#include "lapb.h"
#include "trace.h"
#include "socket.h"
static char *decode_type(uint1
www.eeworm.com/read/137022/13347783
c ftpserv.c
/* Internet FTP Server
*/
#include
#include
#include
#ifdef __TURBOC__
#include
#include
#endif
#include "global.h"
#include "mbuf.h"
#include "
www.eeworm.com/read/137022/13347837
c fingerd.c
/* Internet Finger server
*/
#include
#include
#include "global.h"
#include "files.h"
#include "mbuf.h"
#include "socket.h"
#include "session.h"
#include "proc.h"
#incl