代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/172774/5382087
c sprintf.c
#include
#include
#include "_stdio.h"
static char *p;
#if defined(_HC12)
#pragma nonpaged_function _depi
#endif
/* static */ /* workaround for AVR code compressor for
www.eeworm.com/read/162614/5526773
c sprintf.c
#include
#include
extern void abort (void);
extern int inside_main;
int
sprintf (char *buf, const char *fmt, ...)
{
va_list ap;
int r;
#ifdef __OPTIMIZE__
if (inside_main)
www.eeworm.com/read/162614/5526855
c sprintf.c
/* Copyright (C) 2003 Free Software Foundation.
Test sprintf optimizations don't break anything and return the
correct results.
Written by Roger Sayle, June 22, 2003. */
static char buff
www.eeworm.com/read/349545/3143808
m sprintf.m
%SPRINTF Write formatted data to string.
% [S,ERRMSG] = SPRINTF(FORMAT,A,...) formats the data in the real
% part of matrix A (and in any additional matrix arguments), under
% control of the
www.eeworm.com/read/346026/3191685
c sprintf.c
#include
/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
int libport_sprintf(char *buf
www.eeworm.com/read/342088/3240305
c sprintf.c
#include
#include
#include "_stdio.h"
static char *p;
#if defined(_HC12)
#pragma nonpaged_function _depi
#endif
/* static */ /* workaround for AVR code compressor for
www.eeworm.com/read/340665/3270627
c sprintf.c
/*
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms are permitted
* provided that the above copyright
www.eeworm.com/read/334125/3374978
js sprintf.js
#!/usr/bin/env smbscript
/*
test sprintf function
*/
string_init(local);
function check_result(s, v)
{
if (s != v) {
println("expected '" + v + "' but got '" + s + "'");
}
assert(s == v);
}
f
www.eeworm.com/read/322306/3526186
c sprintf.c
/*
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source and binary forms are permitted
* provided that the above copyright
www.eeworm.com/read/313224/3644539
al sprintf.al
# NOTE: Derived from ../../lib/POSIX.pm.
# Changes made here will be lost when autosplit is run again.
# See AutoSplit.pm.
package POSIX;
#line 369 "../../lib/POSIX.pm (autosplit into ../../lib/auto/