代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/144216/5752581
t sprintf.t
#!./perl
# Tests sprintf, excluding handling of 64-bit integers or long
# doubles (if supported), of machine-specific short and long
# integers, machine-specific floating point exceptions (infinity,
www.eeworm.com/read/144212/5752950
c sprintf.c
/*
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permi
www.eeworm.com/read/142911/5761685
c sprintf.c
/************************************************************************
*
* sprintf.c
*
* ######################################################################
*
* mips_start_of_legal_notice
www.eeworm.com/read/136812/5857476
c sprintf.c
#if !defined(lint) && defined(SCCSIDS)
static char sccsid[] = "@(#)sprintf.c 1.1 92/07/30 SMI"; /* from S5R2 1.5 */
#endif
/*LINTLIBRARY*/
#include
#include
#include
www.eeworm.com/read/136812/5857489
c sprintf.c
#if !defined(lint) && defined(SCCSIDS)
static char sccsid[] = "@(#)sprintf.c 1.1 92/07/30 SMI"; /* from S5R2 1.5 */
#endif
/*LINTLIBRARY*/
#include
#include
#include
www.eeworm.com/read/136812/5859738
c sprintf.c
#ident "@(#)sprintf.c 1.1 8/6/90 SMI"
/*
* Copyright (c) 1990 by Sun Microsystems, Inc
*/
#ifndef KADB
/*
* Simple sprintf. No fixed-width field formatting.
* Implements %x %d %i %u %o %o %c
www.eeworm.com/read/136812/5859846
c sprintf.c
#ifndef lint
static char sccsid[] = "@(#)sprintf.c 1.1 92/07/30 SMI";
#endif
/*
* Copyright (c) 1989 by Sun Microsystems, Inc.
*/
#ifndef KADB
/*
* Simple sprintf. No fixed-width field formatti
www.eeworm.com/read/134009/5895838
al sprintf.al
# NOTE: Derived from ../../lib/POSIX.pm.
# Changes made here will be lost when autosplit again.
# See AutoSplit.pm.
package POSIX;
#line 368 "../../lib/POSIX.pm (autosplit into ../../lib/auto/POSIX/s
www.eeworm.com/read/133772/5900231
c sprintf.c
//==========================================================================
//
// sprintf.c
//
// Light-weight BSP sprintf.
//
//======================================================
www.eeworm.com/read/133772/5900400
cxx sprintf.cxx
//===========================================================================
//
// sprintf.cxx
//
// ANSI Stdio sprintf() function
//
//===============================================