代码搜索:LogWrite
找到约 15 项符合「LogWrite」的源代码
代码结果 15
www.eeworm.com/read/469900/6920683
c fe.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/469900/6920688
c util.c
#include
#include
#include
#include
#include "getstream.h"
int addr_is_mcast(char *addr) {
struct in_addr iaddr;
inet_aton(addr, &iaddr);
re
www.eeworm.com/read/469900/6920680
c output_pipe.c
/*
*
* Stream PIPE output - Stream a program to a FIFO for postprocessing
*
* One of the problems i could imaging is that for a program which does not get
* and traffic e.g. TS Packets we'll neve
www.eeworm.com/read/383940/2609381
nc serialcompressp.nc
#include "lz.c"
#include "lz.h"
#define NUM_RECORDS_TO_COMPRESS 50
module SerialCompressP {
uses {
interface Boot;
interface Leds;
interface LogRead;
interface LogWrite;
interf
www.eeworm.com/read/469900/6920684
c logging.c
#include
#include
#include
#include
#include
#include "getstream.h"
int loglevel=LOG_ERROR;
void logwrite_inc_level() {
loglevel++;
}
void l