代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/131315/5943180

h common.h

/* $Header: common.h,v 2.0.1.2 88/06/22 20:44:53 lwall Locked $ * * $Log: common.h,v $ * Revision 2.0.1.2 88/06/22 20:44:53 lwall * patch12: sprintf was declared wrong * * Revision 2.0.1.1
www.eeworm.com/read/108242/6183976

h common.h

/* $Header: common.h,v 2.0.1.2 88/06/22 20:44:53 lwall Locked $ * * $Log: common.h,v $ * Revision 2.0.1.2 88/06/22 20:44:53 lwall * patch12: sprintf was declared wrong * * Revision 2.0.1.1
www.eeworm.com/read/490759/6442086

cc protoname_rtable.cc

#include "protoname_rtable.h" #include "ip.h" protoname_rtable::protoname_rtable() { } void protoname_rtable::print(Trace* out) { sprintf(out->pt_->buffer(), "P\tdest\tnext"); out->pt_->du
www.eeworm.com/read/257444/11927115

php message.php

www.eeworm.com/read/129726/14231047

c getmoder.c

#include #include #include void main() { int gd=0,gm; int lo,hi; char str[100]; initgraph(&gd,&gm,""); getmoderange(gd,&lo,&hi); sprintf(str,"low mode is %d,
www.eeworm.com/read/223989/14608712

c x_dumper.c

/* x_dumper.c - x_dumper */ #include #include #include #include static dump(); static int count, recd = 0; static char buf[256]; /* for sprintf()'s */ /*-
www.eeworm.com/read/218261/14929463

c drvlist.c

//#define WIN32_LEAN_AND_MEAN #include #include // for sprintf #include #include #include "driver.h" #include "drvlist_rc.h" #include "drvlist.h"
www.eeworm.com/read/472167/1418677

pm util.pm

package HTTP::Headers::Util; use strict; use vars qw($VERSION @ISA @EXPORT_OK); $VERSION = sprintf("%d.%02d", q$Revision: 1.1 $ =~ /(\d+)\.(\d+)/); require Exporter; @ISA=qw(Exporter); @EXPORT_OK=
www.eeworm.com/read/460691/1558416

pm negotiate.pm

# $Id: Negotiate.pm,v 1.6 1997/04/03 10:51:14 aas Exp $ # package HTTP::Negotiate; $VERSION = sprintf("%d.%02d", q$Revision: 1.6 $ =~ /(\d+)\.(\d+)/); sub Version { $VERSION; } require 5.00
www.eeworm.com/read/460691/1558589

pm parser.pm

package HTML::Parser; # $Id: Parser.pm,v 2.13 1998/01/23 09:35:30 aas Exp $ use strict; use HTML::Entities (); use vars qw($VERSION); $VERSION = sprintf("%d.%02d", q$Revision: 2.13 $ =~ /(\