代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/162614/5528040
c pr17656.c
int sprintf (char *s, const char *format, ...);
int foo(int i, int j)
{
char *buf, *str;
if (i)
str = "";
else if (j)
str = "";
else
return 1;
/* We were propagating &
www.eeworm.com/read/161845/5549624
c dump_sockettab.c
/*
* Roadrunner/pk
* Copyright (C) 1989-2002 Cornfed Systems, Inc.
*
* The Roadrunner/pk operating system is free software; you can
* redistribute and/or modify it under the terms of the G
www.eeworm.com/read/161845/5549628
c dump_blks.c
#include
#include
#include
#include
void
dump_blks(char *s)
{
disable;
sprintf(s, "%d\n", blkpool.nblks);
enable;
}
www.eeworm.com/read/161845/5549636
c dump_bufs.c
#include
#include
#include
#include
void
dump_bufs(char *s)
{
disable;
sprintf(s, "%d\n", bufpool.nbufs);
enable;
}
www.eeworm.com/read/161845/5549638
c dump_tcbtab.c
/*
* Roadrunner/pk
* Copyright (C) 1989-2001 Cornfed Systems, Inc.
*
* The Roadrunner/pk operating system is free software; you can
* redistribute and/or modify it under the terms of the G
www.eeworm.com/read/161300/5554786
m main.m
% Draw some cyclic graph.
n = 11;
S{1} = [-1,1];
S{2} = [-2,2];
S{3} = [-3,3];
k = 0;
for n=[11 12]
for s = 1:3
k = k+1;
SS = S{s};
subplot(2,3,k);
[A,xy] = gen_
www.eeworm.com/read/161121/5559634
c skproc.c
/******************************************************************************
*
* Name: skproc.c
* Project: GEnesis, PCI Gigabit Ethernet Adapter
* Version: $Revision: 1.2.2.2 $
* Date: $
www.eeworm.com/read/161121/5559749
c lmc_debug.c
#include
#include
#include
#include
#include
#include "lmc_ver.h"
#include "lmc_debug.h"
/*
* Prints out le
www.eeworm.com/read/159001/5589520
c t1subset.c
/*--------------------------------------------------------------------------
----- File: t1subset.c
----- Author: Rainer Menzner (Rainer.Menzner@web.de)
----- Date: 2001-09-0
www.eeworm.com/read/155198/5627511
cpp mixdisp_dlg.cpp
//---------------------------------------------------------------------
#include
#pragma hdrstop
#include
#include
#include
#include
#inclu