代码搜索:sprintf

找到约 7,065 项符合「sprintf」的源代码

代码结果 7,065
www.eeworm.com/read/248665/4465789

c printk.c

#include #include #include int printk(const char *fmt,...); int sprintf(char * buf, const char *fmt, ...); static int vsprintf(char *, const char *, va_lis
www.eeworm.com/read/229812/4737138

c pp30.c

#include "fail.h" #include #include /* C99 __VA_ARGS__ example */ char buff[1000]; #define debug(...) sprintf(buff, __VA_ARGS__) #define showlist(...) strcpy(buff, #__VA
www.eeworm.com/read/229812/4738939

c pp36.c

#include "fail.h" #include #include /* C99 __VA_ARGS__ example */ char buff[1000]; #define debug(...) sprintf(buff, __VA_ARGS__) #define showlist(...) strcpy(buff, #__VA
www.eeworm.com/read/217239/4874989

c printk.c

#include #include #include int printk(const char *fmt,...); int sprintf(char * buf, const char *fmt, ...); static int vsprintf(char *, const char *, va_lis
www.eeworm.com/read/216502/4891396

c error.c

#include "defs" warn1(s,t) char *s, *t; { char buff[100]; warn( sprintf(buff, s, t) ); } warn(s) char *s; { if(nowarnflag) return; fprintf(diagfile, "Warning on line %d of %s: %s\n", lineno, infn
www.eeworm.com/read/180437/5284533

c printk.c

#include #include #include int printk(const char *fmt,...); int sprintf(char * buf, const char *fmt, ...); static int vsprintf(char *, const char *, va_lis
www.eeworm.com/read/169979/5408033

c printk.c

#include #include #include int printk(const char *fmt,...); int sprintf(char * buf, const char *fmt, ...); static int vsprintf(char *, const char *, va_lis
www.eeworm.com/read/162868/5512741

c printk.c

#include #include #include int printk(const char *fmt,...); int sprintf(char * buf, const char *fmt, ...); static int vsprintf(char *, const char *, va_lis
www.eeworm.com/read/321483/3535347

pm alias.pm

package Encode::Alias; use strict; use warnings; no warnings 'redefine'; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.7 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; sub DEBUG () { 0 }
www.eeworm.com/read/321483/3535350

pm config.pm

# # Demand-load module list # package Encode::Config; our $VERSION = do { my @r = ( q$Revision: 2.4 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use strict; use warnings; our %ExtModule = (