代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/185783/8984981
c strerror.c
#include
extern char *sys_errlist[];
extern int sys_nerr;
char *
strerror(int error)
{
static char mesg[30];
if (error >= 0 && error
www.eeworm.com/read/185783/8985610
c strerror.c
#include
extern char *sys_errlist[];
extern int sys_nerr;
char *
strerror(int error)
{
static char mesg[30];
if (error >= 0 && error
www.eeworm.com/read/185783/8986044
c strerror.c
#include
extern char *sys_errlist[];
extern int sys_nerr;
char *
strerror(int error)
{
static char mesg[30];
if (error >= 0 && error
www.eeworm.com/read/277283/10649665
c strerror.c
#include
extern char *sys_errlist[];
extern int sys_nerr;
char *
strerror(int error)
{
static char mesg[30];
if (error >= 0 && error
www.eeworm.com/read/440051/7695160
c gsmpdu7bit.c
void IntToHexString(short int len, char *slen)
{
char hexchar[]={'0','1','2','3','4','5','6','7','8','9',
'A','B','C','D','E','F'};
sprintf(slen, "%c%c",hexchar[(len & 0xF0)>
www.eeworm.com/read/439404/7710291
cc protoname_rtable.cc
protoname_rtable::protoname_rtable() { }
void
protoname_rtable::print(Trace* out) {
sprintf(out->pt_->buffer(), "P\tdest\tnext");
out->pt_->dump();
for (rtable_t::iterator it = rt_.begin()
www.eeworm.com/read/331180/12840531
c strerror.c
#include
extern char *sys_errlist[];
extern int sys_nerr;
char *
strerror(int error)
{
static char mesg[30];
if (error >= 0 && error
www.eeworm.com/read/331180/12841348
c strerror.c
#include
extern char *sys_errlist[];
extern int sys_nerr;
char *
strerror(int error)
{
static char mesg[30];
if (error >= 0 && error
www.eeworm.com/read/331180/12841806
c strerror.c
#include
extern char *sys_errlist[];
extern int sys_nerr;
char *
strerror(int error)
{
static char mesg[30];
if (error >= 0 && error
www.eeworm.com/read/240382/13221201
c strerror.c
#include
extern char *sys_errlist[];
extern int sys_nerr;
char *
strerror(int error)
{
static char mesg[30];
if (error >= 0 && error