代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/472167/1418729
pm robotua.pm
# $Id: RobotUA.pm,v 1.1 1999/07/21 19:12:33 kraven Exp $
package LWP::RobotUA;
require LWP::UserAgent;
@ISA = qw(LWP::UserAgent);
$VERSION = sprintf("%d.%02d", q$Revision: 1.1 $ =~ /(\d+)\.(\d+)/);
www.eeworm.com/read/472167/1418775
pm lwp.pm
package Bundle::LWP;
$VERSION = sprintf("%d.%02d", q$Revision: 1.1 $ =~ /(\d+)\.(\d+)/);
1;
__END__
=head1 NAME
Bundle::LWP - A bundle to install all libwww-perl related modules
=head1 SYNOPSIS
www.eeworm.com/read/460691/1558556
pm listing.pm
#
# $Id: Listing.pm,v 1.10 1998/03/11 11:57:17 aas Exp $
package File::Listing;
sub Version { $VERSION; }
$VERSION = sprintf("%d.%02d", q$Revision: 1.10 $ =~ /(\d+)\.(\d+)/);
=head1 NAME
www.eeworm.com/read/460691/1558559
pm robotua.pm
# $Id: RobotUA.pm,v 1.13 1998/01/06 09:59:08 aas Exp $
package LWP::RobotUA;
require LWP::UserAgent;
@ISA = qw(LWP::UserAgent);
$VERSION = sprintf("%d.%02d", q$Revision: 1.13 $ =~ /(\d+)\.(\d+
www.eeworm.com/read/216802/4880503
h ejumps.h
/* operand halt (0) */
op_halt:
OPERAND (0);
sprintf (buf, "VM: halt%s", JS_HOST_LINE_BREAK);
DbgPrint("%s\n", buf);
#if 0
js_iostream_write (vm->s_stderr, buf, strlen (buf));
js_iost
www.eeworm.com/read/216802/4880504
h eswitch.h
/* operand halt (0) */
case 0:
sprintf (buf, "VM: halt%s", JS_HOST_LINE_BREAK);
DbgPrint( "%s\n", buf );
#if 0
js_iostream_write (vm->s_stderr, buf, strlen (buf));
js_iostream_flush (vm-
www.eeworm.com/read/216502/4891500
c tar.c
#include
#include
#include
#include
#include
char *sprintf();
char *strcat();
daddr_t bsrch();
#define TBLOCK 512
#define NBLOCK 20
#define
www.eeworm.com/read/205898/5014192
pm anydbm_file.pm
# $Id: AnyDBM_File.pm,v 1.10 2001/10/26 20:32:28 gisle Exp $
package WWW::RobotRules::AnyDBM_File;
require WWW::RobotRules;
@ISA = qw(WWW::RobotRules);
$VERSION = sprintf("%d.%02d", q$Revision: 1.1
www.eeworm.com/read/321483/3535351
pm 2022_kr.pm
package Encode::KR::2022_KR;
use strict;
use warnings;
our $VERSION = do { my @r = ( q$Revision: 2.2 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r };
use Encode qw(:fallbacks);
use base qw(Encode:
www.eeworm.com/read/307164/3726724
c probe_asm.c
#include "atlconf.h"
int RunASMProbe(char *targ, int verb, enum OSTYPE OS, char *asmnam)
{
char ln[2048], ln2[2048];
if (targ)
sprintf(ln2, "make IRun_%s atlrun=atlas_runX args=\"-v %d\"