代码搜索:trace

找到约 10,000 项符合「trace」的源代码

代码结果 10,000
www.eeworm.com/read/288415/8634426

c trace.c

/***************************************************************************** * trace.c - System debug diagnostic trace macros. * * Copyright (c) 2001 by Cognizant Pty Ltd. * * The authors hereb
www.eeworm.com/read/432061/8634535

hpp trace.hpp

/////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Author: Elm
www.eeworm.com/read/287584/8679716

class trace.class

www.eeworm.com/read/431298/8689935

h trace.h

#ifndef _TRACE_H #define _TRACE_H #include "in.h" #include #include #include #define BUFSIZE 1500 struct rec { u_short rec_seq; u_short
www.eeworm.com/read/431298/8689938

c trace.c

#include "trace.h" /*globals*/ char recvbuf[BUFSIZE]; char sendbuf[BUFSIZE]; char *host; int datalen;/*bytes of data,following ICMP header*/ u_short sport,dport=32768+666; int nsent; pid_t pid
www.eeworm.com/read/287177/8712262

-a wall trace.-a

www.eeworm.com/read/385648/8794089

lua trace.lua

---------------------------------------------------------------------------- -- LuaJIT compiler tracing module. -- -- Copyright (C) 2005-2007 Mike Pall. All rights reserved. -- Released under the MIT/
www.eeworm.com/read/429611/8799281

h trace.h

#ifndef _TRACE_H #define _TRACE_H #ifndef _MBUF_H #include "mbuf.h" #endif #ifndef _IFACE_H #include "iface.h" #endif /* Definitions for packet dumping */ /* Table of trace subcommand
www.eeworm.com/read/429611/8799366

c trace.c

/* Packet tracing - top level and generic routines, including hex/ascii * Copyright 1991 Phil Karn, KA9Q */ #include #include #include #include "global.h" #includ
www.eeworm.com/read/284998/8878888

h trace.h

//: C10:Trace.h // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 2000 // Copyright notice in Copyright.txt // Creating a trace file #ifndef TRACE