代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/454882/7381971
h page4.h
void getModuleInfo()
{
FILE* fp1;
char buf3[512];
int i,j;
moduleNum=0;
fp1=fopen("/proc/modules","r");
while(fgets(buf3,512,fp1))
{
moduleNum++;
}
fclose
www.eeworm.com/read/446553/7576742
c init.c
#include "global.h"
extern n_gen, m_pv, s_pq;
nodeptr zero, one, mi_one;
nameptr name_header;
funcptr func_header;
init(double zi[], double zj[], int zn)
{
nodeptr new_node();
nam
www.eeworm.com/read/436008/7779223
h page3.h
void getProcessID()
{
struct dirent **namelist;
int n=0;
n = scandir("/proc", &namelist, 0, alphasort);
if (processID)
{
free(processID);
}
processID=malloc(n*size
www.eeworm.com/read/436008/7779231
h page4.h
void getModuleInfo()
{
FILE* fp1;
char buf3[512];
int i,j;
moduleNum=0;
fp1=fopen("/proc/modules","r");
while(fgets(buf3,512,fp1))
{
moduleNum++;
}
fclose
www.eeworm.com/read/399963/7819090
c app_html.c
#include
#include
#include
#include "cd_data.h"
#include "html.h"
const char *title = "HTML CD Database";
const char *req_one_entry = "CAT";
void process_no_entry(vo
www.eeworm.com/read/246277/12744444
c print.c
#include
#include
#include
#include
#include "typedef.h"
#include "app.h"
#include "attention.h"
#include "Flash.h"
#include "g20modem.h"
#in
www.eeworm.com/read/246277/12744578
c~ print.c~
#include
#include
#include
#include
#include "typedef.h"
#include "app.h"
#include "attention.h"
#include "Flash.h"
#include "g20modem.h"
#in
www.eeworm.com/read/330990/12857790
c alim15x3.c
/*
* linux/drivers/ide/alim15x3.c Version 0.10 Jun. 9, 2000
*
* Copyright (C) 1998-2000 Michel Aubry, Maintainer
* Copyright (C) 1998-2000 Andrzej Krzysztofowicz, Maintainer
* Copyright (C) 1
www.eeworm.com/read/142275/12953599
c pub_fmtdata.c
/*
*格式化的一些函数
*zyq - shilyu - cff 040901
*functionnum 003
*/
#include "./../inc/pub.h"
#if !defined( DEBUG )
#define DEBUG
#endif
/* 001
*长整型数据转换为带逗号的且右对齐定长字符串
*/
void LongTypeToFixStr ( St
www.eeworm.com/read/315806/13536049
c firewallop.c
#include
/*
=======================================================================================================================
Libdnet头文件 ;
下面是定义的回调函数,它实现了显示防火墙规则的功能
===============