代码搜索:sprintf
找到约 7,065 项符合「sprintf」的源代码
代码结果 7,065
www.eeworm.com/read/216502/4891830
c sprintf.c
#include
char *sprintf(str, fmt, args)
char *str, *fmt;
{
struct _iobuf _strbuf;
_strbuf._flag = _IOWRT+_IOSTRG;
_strbuf._ptr = str;
_strbuf._cnt = 32767;
_doprnt(fmt, &args, &_strbuf
www.eeworm.com/read/216450/4893875
c sprintf.c
/*
* sprintf - print formatted output on an array
*/
/* $Header: /cvsup/minix/src/lib/stdio/sprintf.c,v 1.1.1.1 2005/04/21 14:56:36 beng Exp $ */
#include
#include
#include
www.eeworm.com/read/209211/4984859
c sprintf.c
/*
* pANS stdio -- sprintf
*/
#include "iolib.h"
int sprintf(char *buf, const char *fmt, ...){
int n;
va_list args;
FILE *f=_IO_sopenw();
if(f==NULL)
return 0;
setvbuf(f, buf, _IOFBF, 100000)
www.eeworm.com/read/209211/4986571
c sprintf.c
/*
* pANS stdio -- sprintf
*/
#include "iolib.h"
int sprintf(char *buf, const char *fmt, ...){
int n;
va_list args;
FILE *f=sopenw();
if(f==NULL)
return 0;
setvbuf(f, buf, _IOFBF, 100000);
v
www.eeworm.com/read/205824/5015693
c sprintf.c
/* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
/* Copyright (C) 1991, 1995 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free soft
www.eeworm.com/read/199615/5075971
c sprintf.c
// System Utility Library for application
#include
#include
#include
static int copystr(char *buf, const char *src, char fill, int width, unsigned int ma
www.eeworm.com/read/183395/5256258
c sprintf.c
#include
#include
#include "_stdio.h"
static char *p;
#if defined(_HC12)
#pragma nonpaged_function _sdepi
#endif
/* static */ /* workaround for AVR code compressor fo
www.eeworm.com/read/178760/5312821
c sprintf.c
/*-----------------------------------------------------------------
sprintf.c -
Written for pic16 port, by Vangelis Rokas, 2005 (vrokas@otenet.gr)
This library is free software; you
www.eeworm.com/read/178758/5314032
h sprintf.h
/* Project: OSLib
* Description: The OS Construction Kit
* Date: 1.6.2000
* Idea by: Luca Abeni & Gerardo Lamastra
*
* OSLin is an SO project aimed at developing a
www.eeworm.com/read/178758/5314037
c sprintf.c
/* Project: OSLib
* Description: The OS Construction Kit
* Date: 1.6.2000
* Idea by: Luca Abeni & Gerardo Lamastra
*
* OSLib is an SO project aimed at developing a