代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/355264/3062192
cpp p21.cpp
void version1()
{
UpdateManager updateManager;
Update* pUpdate;
int version = 1;
char filename[256];
sprintf(filename,"%s/v%05d/index.dat",PATCH_DIR, version);
remove(filename);
updateManager
www.eeworm.com/read/355264/3062194
cpp p.cpp
void version1()
{
UpdateManager updateManager;
Update* pUpdate;
int version = 1;
char filename[256];
sprintf(filename,"%s/v%05d/index.dat",PATCH_DIR, version);
remove(filename);
updateManager
www.eeworm.com/read/293918/8263859
m spssini.m
function spfname = spssini(dtapath, f_width)
% spssini initializes an ASCII text-file
% spfname = spssini(dtapath, f_width)
%
%
%cl = clock;
%spfname = ['i' sprintf('%2g',cl(2:3)) '.t
www.eeworm.com/read/392732/8328555
c pwrite.c
#include
int main(void)
{
int pfd[2];
char fdstr[16], *message = "Send/Receive data using pipe\n";
pipe(pfd);
if(fork() == 0){ /* child */
close(pfd[1]);
sprintf(fdstr, "%d",
www.eeworm.com/read/202876/15370594
m projector_marker.m
if active_images(i),
%fprintf(1,'Loading image %d...\n',i);
if ~type_numbering,
number_ext = num2str(image_numbers(i));
else
number_ext = sprintf(['%.'
www.eeworm.com/read/105882/15656110
badlinks
#!/usr/bin/env slsh
% Find links that point to non-existent files
static define warn ()
{
variable args = __pop_args (_NARGS-1);
variable err = ();
variable msg;
msg = sprintf (__push_ar
www.eeworm.com/read/102720/15761045
3 printf.3
.\" @(#)printf.3s 6.3 (Berkeley) 6/5/86
.\"
.TH PRINTF 3 "June 5, 1986"
.AT 3
.SH NAME
printf, fprintf, sprintf, snprintf, vprintf, vfprintf, vsprintf, vsnprintf \- formatted output conversion
.SH SYN
www.eeworm.com/read/454882/7381970
h page5.h
void prepareData()
{
FILE *stream;
FILE *wstream;
char buf[1024];
memset( buf, '\0', sizeof(buf) );
stream = popen( "df", "r" );
wstream = fopen( "tempfile", "w");
www.eeworm.com/read/436008/7779230
h page5.h
void prepareData()
{
FILE *stream;
FILE *wstream;
char buf[1024];
memset( buf, '\0', sizeof(buf) );
stream = popen( "df", "r" );
wstream = fopen( "tempfile", "w");
www.eeworm.com/read/131315/5935302
bsd43t
For generic 4.3-Tahoe BSD machine.
SIGTYPE int
HAVE_UNDERSCORE_SETJMP 1
MEMCMP_MISSING 1
MEMCPY_MISSING 1
MEMSET_MISSING 1
STRCHR_MISSING 1
STRERROR_MISSING 1
STRFTIME_MISSING 1
STRTOD_MISSING