代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/358128/3001602
pm nox.pm
package CPAN::Nox;
use strict;
use vars qw($VERSION @EXPORT);
BEGIN{
$CPAN::Suppress_readline=1 unless defined $CPAN::term;
}
use base 'Exporter';
use CPAN;
$VERSION = sprintf "%.6f", substr(q$Re
www.eeworm.com/read/358128/3001604
pm tarzip.pm
# -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*-
package CPAN::Tarzip;
use strict;
use vars qw($VERSION @ISA $BUGHUNTING);
use CPAN::Debug;
use File::Basename ();
$VERSION = sprintf "%.6f",
www.eeworm.com/read/351636/3102874
cxx vnl_matlab_print_scalar.cxx
// This is core/vnl/vnl_matlab_print_scalar.cxx
#include "vnl_matlab_print_scalar.h"
#include // sprintf()
#include // abort()
#include // strle
www.eeworm.com/read/104464/15691741
h cfonts.h
// font bitmap allocation
BITMAP Font[26];
void LoadCharacters (void)
{
int i;
char str[30];
for (i=0; i
www.eeworm.com/read/102760/15759520
c mac_filter.c
#include
#include "all.h"
int mac_filter(char *bankid)
{
FILE *fp;
char path[64];
sprintf(path, "%s/etc/MAC_FILTER", getenv("WORKDIR"));
if ((fp = fopen(path, "r")) == NUL
www.eeworm.com/read/102756/15759735
c mac_filter.c
#include
#include "all.h"
int mac_filter(char *bankid)
{
FILE *fp;
char path[64];
sprintf(path, "%s/etc/MAC_FILTER", getenv("WORKDIR"));
if ((fp = fopen(path, "r")) == NUL
www.eeworm.com/read/102756/15759931
c stdin_ctrl.c
#include
#include "all.h"
int stdin_ctrl(char *card_no)
{
FILE *fp;
char path[64];
sprintf(path, "%s/etc/STANDIN_CTRL", getenv("WORKDIR"));
if ((fp = fopen(path, "r")) ==
www.eeworm.com/read/189219/8483836
c strerror.c
#include
extern char *sys_errlist[];
extern int sys_nerr;
char *
strerror(int error)
{
static char mesg[30];
if (error >= 0 && error
www.eeworm.com/read/189219/8484250
c strerror.c
#include
extern char *sys_errlist[];
extern int sys_nerr;
char *
strerror(int error)
{
static char mesg[30];
if (error >= 0 && error
www.eeworm.com/read/189219/8484500
c strerror.c
#include
extern char *sys_errlist[];
extern int sys_nerr;
char *
strerror(int error)
{
static char mesg[30];
if (error >= 0 && error