代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/395929/2431176
c sprintf.c
/****************************************************************
* >>>> See header file for more information.
www.eeworm.com/read/395229/2445136
c sprintf.c
/* Copyright (C) 2004 Manuel Novoa III
*
* GNU Library General Public License (LGPL) version 2 or later.
*
* Dedicated to Toni. See uClibc/DEDICATION.mjn3 for details
www.eeworm.com/read/389922/2530994
c sprintf.c
/*
* sprintf - print formatted output on an array
*/
/* $Header: sprintf.c,v 1.2 89/12/18 15:03:52 eck Exp $ */
#include
#include
#include "loc_incl.h"
int
sprintf(char * s, c
www.eeworm.com/read/378694/2682900
js sprintf.js
/**
* sprintf() for JavaScript v.0.4
*
* Copyright (c) 2007 Alexandru Marasteanu
* Thanks to David Baird (unit test and patch).
*
* This program is free software; y
www.eeworm.com/read/366702/2878067
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/366702/2878153
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/358237/2993694
java sprintf.java
/*
* Copyright (c) 1998-2008 Caucho Technology -- all rights reserved
*
* This file is part of Resin(R) Open Source
*
* Each copy or derived work must preserve the copyright notice and this
* no
www.eeworm.com/read/358128/3000339
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 392 "../../lib/POSIX.pm (autosplit into ../../lib/auto/
www.eeworm.com/read/355768/3048059
c sprintf.c
#include
void main(void)
{
int employee_number = 12345;
char region[] = "SEA";
char filename[64];
sprintf(filename, "%s%d", region, employee_number);
printf("Emp
www.eeworm.com/read/267041/4269140
js sprintf.js
if(!dojo._hasResource["dojox.string.tests.sprintf"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code.
dojo._hasResource["dojox.string.tests.sprintf"] = true;
dojo.