代码搜索:sprintf

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

代码结果 7,065
www.eeworm.com/read/321483/3535336

pm byte.pm

package Encode::Byte; use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::load( __PACKAGE__,
www.eeworm.com/read/321483/3535357

pm ebcdic.pm

package Encode::EBCDIC; use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.2 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::load( __PACKAGE_
www.eeworm.com/read/321483/3535362

pm symbol.pm

package Encode::Symbol; use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.2 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::load( __PACKAGE_
www.eeworm.com/read/303435/3810681

notes

Wed May 28 21:51:59 EDT 2003 Change terror.h and the runtest script in Sfio_t to strictly use Sfio functions when running regression tests. Previously, sprintf and vsprintf from Stdio were used. Th
www.eeworm.com/read/437028/1836992

ipcreset

# $Header: /home/harrison/c/tcgmsg/ipcv4.0/RCS/ipcreset,v 1.1 91/12/06 17:26:37 harrison Exp Locker: harrison $ ipcrm `ipcs | awk '{if (($1 == "m") || ($1 == "s")) print sprintf("-%s %s",$1,$2) }'`
www.eeworm.com/read/420998/2057393

cc client.cc

#include "demo.h" #include using namespace std; int main (int argc, char *argv[]) { CORBA::ORB_var orb = CORBA::ORB_init (argc, argv); char pwd[256], uri[300]; sprintf (uri,
www.eeworm.com/read/416830/2106084

cc client.cc

#include "demo.h" #include using namespace std; int main (int argc, char *argv[]) { CORBA::ORB_var orb = CORBA::ORB_init (argc, argv); char pwd[256], uri[300]; sprintf (uri,
www.eeworm.com/read/393286/2477701

h stdio.h

#ifndef _PPC_BOOT_STDIO_H_ #define _PPC_BOOT_STDIO_H_ extern int printf(const char *fmt, ...); extern int sprintf(char *buf, const char *fmt, ...); extern int vsprintf(char *buf, const char *fmt, v
www.eeworm.com/read/366702/2868050

c vararg-2.c

// { dg-do compile } struct QString {}; typedef __builtin_va_list __gnuc_va_list; typedef __gnuc_va_list va_list; QString & sprintf(QString &s,const QString &szFmt,...) { va_list list; __builtin
www.eeworm.com/read/358128/2999791

pm profilesubs.pm

package DBI::ProfileSubs; our $VERSION = sprintf("0.%06d", q$Revision: 9395 $ =~ /(\d+)/o); =head1 NAME DBI::ProfileSubs - Subroutines for dynamic profile Path =head1 SYNOPSIS DBI_PROFILE='&nor