代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/243634/4519874

c optmenu.c

/* File: optmenu.c */ #include #include GtkWidget *status; gint context_id; void cb_menu_select(GtkWidget *item, gpointer data) { char buf[80]; sprintf(buf, "您选择了:
www.eeworm.com/read/216502/4891027

c rm.c

int errcode; #include #include #include #include char *sprintf(); main(argc, argv) char *argv[]; { register char *arg; int fflg, iflg, rflg; ffl
www.eeworm.com/read/209211/4984812

c snprintf.c

/* * pANS stdio -- sprintf */ #include "iolib.h" int snprintf(char *buf, size_t nbuf, const char *fmt, ...){ int n; va_list args; FILE *f=_IO_sopenw(); if(f==NULL) return 0; setvbuf(f, buf, _
www.eeworm.com/read/205898/5014133

pm util.pm

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

t 05_about_verbose.t

require 5; # Time-stamp: "2004-04-24 16:53:03 ADT" # Summary of, well, things. use Test; BEGIN {plan tests => 2}; ok 1; { my @out; push @out, "\n\nPerl v", defined($^V) ? sprintf('%vd'
www.eeworm.com/read/321483/3535342

pm header.pm

package Encode::MIME::Header; use strict; use warnings; no warnings 'redefine'; our $VERSION = do { my @r = ( q$Revision: 2.5 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use Encode qw(find_enc
www.eeworm.com/read/321483/3535345

pm guess.pm

package Encode::Guess; use strict; use warnings; use Encode qw(:fallbacks find_encoding); our $VERSION = do { my @r = ( q$Revision: 2.2 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; my $Canon =
www.eeworm.com/read/321483/3535354

pm hz.pm

package Encode::CN::HZ; use strict; use warnings; use vars qw($VERSION); $VERSION = do { my @r = ( q$Revision: 2.4 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use Encode qw(:fallbacks); use
www.eeworm.com/read/312645/3652280

extra entries.extra

/fclose.cxx//// /feof.cxx//// /fflush.cxx//// /fileops.cxx//// /fopen.cxx//// /freopen.cxx//// /fseek.cxx//// /setvbuf.cxx//// /snprintf.cxx//// /sprintf.cxx//// /sscanf.cxx//// /stderr.cxx
www.eeworm.com/read/297003/3895619

c nnrp.c

/* * nnrp.c write by rexchen@ug.ee.tku.edu.tw */ #include "nntp.h" int add_cancel (options, data) struct nntp_opt *options; char *data; { char fpath[PATHLEN] = { 0 }; FILE *fp; sprintf (fp