2004-04-23 Artem B. Bityuckiy <abitytsky@softminecorp.com>
* libc/stdio/asprintf.c libc/stdio/clearerr.c,
libc/stdio/fclose.c libc/stdio/fcloseall.c libc/stdio/fdopen.c,
libc/stdio/feof.c libc/stdio/ferror.c libc/stdio/fflush.c,
libc/stdio/fgetc.c libc/stdio/fgetpos.c libc/stdio/fgets.c,
libc/stdio/fileno.c libc/stdio/findfp.c libc/stdio/fiprintf.c,
libc/stdio/flags.c libc/stdio/fopen.c libc/stdio/fprintf.c,
libc/stdio/fputc.c libc/stdio/fputs.c libc/stdio/fread.c,
libc/stdio/freopen.c libc/stdio/fscanf.c libc/stdio/fseek.c,
libc/stdio/fseeko.c libc/stdio/fsetpos.c libc/stdio/ftell.c,
libc/stdio/ftello.c libc/stdio/fvwrite.c libc/stdio/fwalk.c,
libc/stdio/fwrite.c libc/stdio/getc.c libc/stdio/getc_u.c,
libc/stdio/getchar.c libc/stdio/getchar_u.c,
libc/stdio/getdelim.c libc/stdio/getline.c libc/stdio/gets.c,
libc/stdio/getw.c libc/stdio/iprintf.c libc/stdio/local.h,
libc/stdio/makebuf.c libc/stdio/mktemp.c libc/stdio/perror.c,
libc/stdio/printf.c libc/stdio/putc.c libc/stdio/putc_u.c,
libc/stdio/putchar.c libc/stdio/putchar_u.c libc/stdio/puts.c,
libc/stdio/putw.c libc/stdio/refill.c libc/stdio/remove.c,
libc/stdio/rename.c libc/stdio/rewind.c libc/stdio/rget.c,
libc/stdio/scanf.c libc/stdio/setbuf.c libc/stdio/setbuffer.c,
libc/stdio/setlinebuf.c libc/stdio/setvbuf.c,
libc/stdio/siprintf.c libc/stdio/snprintf.c,
libc/stdio/sprintf.c libc/stdio/sscanf.c libc/stdio/stdio.c,
libc/stdio/tmpfile.c libc/stdio/tmpnam.c libc/stdio/ungetc.c,
libc/stdio/vasprintf.c libc/stdio/vfieeefp.h,
libc/stdio/vfprintf.c libc/stdio/vfscanf.c,
libc/stdio/vprintf.c libc/stdio/vscanf.c,
libc/stdio/vsnprintf.c libc/stdio/vsprintf.c,
libc/stdio/vsscanf.c libc/stdio/wbuf.c,
libc/stdio/wsetup.c: Perform minor formatting changes. Move
copyright notices to top of file, ensure that <_ansi.h> is
included, be consistent with open parentheses, use _DEFUN macro,
include "local.h" where needed, and remove various compiler
warnings.
2004-04-24 04:01:55 +08:00
|
|
|
/*
|
|
|
|
* 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 notice and this paragraph are
|
|
|
|
* duplicated in all such forms and that any documentation,
|
|
|
|
* advertising materials, and other materials related to such
|
|
|
|
* distribution and use acknowledge that the software was developed
|
|
|
|
* by the University of California, Berkeley. The name of the
|
|
|
|
* University may not be used to endorse or promote products derived
|
|
|
|
* from this software without specific prior written permission.
|
|
|
|
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
|
|
|
|
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
|
|
|
|
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
*/
|
|
|
|
|
2000-02-18 03:39:52 +08:00
|
|
|
/*
|
|
|
|
FUNCTION
|
2007-07-19 11:42:21 +08:00
|
|
|
<<siprintf>>, <<fiprintf>>, <<iprintf>>, <<sniprintf>>, <<asiprintf>>, <<asniprintf>>---format output (integer only)
|
2004-04-23 Artem B. Bityuckiy <abitytsky@softminecorp.com>
* libc/stdio/asprintf.c libc/stdio/clearerr.c,
libc/stdio/fclose.c libc/stdio/fcloseall.c libc/stdio/fdopen.c,
libc/stdio/feof.c libc/stdio/ferror.c libc/stdio/fflush.c,
libc/stdio/fgetc.c libc/stdio/fgetpos.c libc/stdio/fgets.c,
libc/stdio/fileno.c libc/stdio/findfp.c libc/stdio/fiprintf.c,
libc/stdio/flags.c libc/stdio/fopen.c libc/stdio/fprintf.c,
libc/stdio/fputc.c libc/stdio/fputs.c libc/stdio/fread.c,
libc/stdio/freopen.c libc/stdio/fscanf.c libc/stdio/fseek.c,
libc/stdio/fseeko.c libc/stdio/fsetpos.c libc/stdio/ftell.c,
libc/stdio/ftello.c libc/stdio/fvwrite.c libc/stdio/fwalk.c,
libc/stdio/fwrite.c libc/stdio/getc.c libc/stdio/getc_u.c,
libc/stdio/getchar.c libc/stdio/getchar_u.c,
libc/stdio/getdelim.c libc/stdio/getline.c libc/stdio/gets.c,
libc/stdio/getw.c libc/stdio/iprintf.c libc/stdio/local.h,
libc/stdio/makebuf.c libc/stdio/mktemp.c libc/stdio/perror.c,
libc/stdio/printf.c libc/stdio/putc.c libc/stdio/putc_u.c,
libc/stdio/putchar.c libc/stdio/putchar_u.c libc/stdio/puts.c,
libc/stdio/putw.c libc/stdio/refill.c libc/stdio/remove.c,
libc/stdio/rename.c libc/stdio/rewind.c libc/stdio/rget.c,
libc/stdio/scanf.c libc/stdio/setbuf.c libc/stdio/setbuffer.c,
libc/stdio/setlinebuf.c libc/stdio/setvbuf.c,
libc/stdio/siprintf.c libc/stdio/snprintf.c,
libc/stdio/sprintf.c libc/stdio/sscanf.c libc/stdio/stdio.c,
libc/stdio/tmpfile.c libc/stdio/tmpnam.c libc/stdio/ungetc.c,
libc/stdio/vasprintf.c libc/stdio/vfieeefp.h,
libc/stdio/vfprintf.c libc/stdio/vfscanf.c,
libc/stdio/vprintf.c libc/stdio/vscanf.c,
libc/stdio/vsnprintf.c libc/stdio/vsprintf.c,
libc/stdio/vsscanf.c libc/stdio/wbuf.c,
libc/stdio/wsetup.c: Perform minor formatting changes. Move
copyright notices to top of file, ensure that <_ansi.h> is
included, be consistent with open parentheses, use _DEFUN macro,
include "local.h" where needed, and remove various compiler
warnings.
2004-04-24 04:01:55 +08:00
|
|
|
|
2004-11-24 08:45:41 +08:00
|
|
|
INDEX
|
|
|
|
fiprintf
|
2008-11-01 05:08:03 +08:00
|
|
|
INDEX
|
|
|
|
_fiprintf_r
|
2004-11-24 08:45:41 +08:00
|
|
|
INDEX
|
|
|
|
iprintf
|
2008-11-01 05:08:03 +08:00
|
|
|
INDEX
|
|
|
|
_iprintf_r
|
2000-02-18 03:39:52 +08:00
|
|
|
INDEX
|
|
|
|
siprintf
|
2008-11-01 05:08:03 +08:00
|
|
|
INDEX
|
|
|
|
_siprintf_r
|
2004-11-24 08:45:41 +08:00
|
|
|
INDEX
|
|
|
|
sniprintf
|
2008-11-01 05:08:03 +08:00
|
|
|
INDEX
|
|
|
|
_sniprintf_r
|
2007-05-04 10:55:16 +08:00
|
|
|
INDEX
|
|
|
|
asiprintf
|
2008-11-01 05:08:03 +08:00
|
|
|
INDEX
|
|
|
|
_asiprintf_r
|
2007-05-04 10:55:16 +08:00
|
|
|
INDEX
|
|
|
|
asniprintf
|
2008-11-01 05:08:03 +08:00
|
|
|
INDEX
|
|
|
|
_asniprintf_r
|
2000-02-18 03:39:52 +08:00
|
|
|
|
|
|
|
ANSI_SYNOPSIS
|
|
|
|
#include <stdio.h>
|
|
|
|
|
2008-11-01 05:08:03 +08:00
|
|
|
int iprintf(const char *<[format]>, ...);
|
|
|
|
int fiprintf(FILE *<[fd]>, const char *<[format]> , ...);
|
|
|
|
int siprintf(char *<[str]>, const char *<[format]>, ...);
|
|
|
|
int sniprintf(char *<[str]>, size_t <[size]>, const char *<[format]>,
|
|
|
|
...);
|
|
|
|
int asiprintf(char **<[strp]>, const char *<[format]>, ...);
|
|
|
|
char *asniprintf(char *<[str]>, size_t *<[size]>,
|
|
|
|
const char *<[format]>, ...);
|
2007-05-04 10:55:16 +08:00
|
|
|
|
2008-11-01 05:08:03 +08:00
|
|
|
int _iprintf_r(struct _reent *<[ptr]>, const char *<[format]>, ...);
|
2007-05-04 10:55:16 +08:00
|
|
|
int _fiprintf_r(struct _reent *<[ptr]>, FILE *<[fd]>,
|
2008-11-01 05:08:03 +08:00
|
|
|
const char *<[format]>, ...);
|
2007-05-04 10:55:16 +08:00
|
|
|
int _siprintf_r(struct _reent *<[ptr]>, char *<[str]>,
|
2008-11-01 05:08:03 +08:00
|
|
|
const char *<[format]>, ...);
|
2007-05-04 10:55:16 +08:00
|
|
|
int _sniprintf_r(struct _reent *<[ptr]>, char *<[str]>, size_t <[size]>,
|
2008-11-01 05:08:03 +08:00
|
|
|
const char *<[format]>, ...);
|
2007-05-04 10:55:16 +08:00
|
|
|
int _asiprintf_r(struct _reent *<[ptr]>, char **<[strp]>,
|
2008-11-01 05:08:03 +08:00
|
|
|
const char *<[format]>, ...);
|
2007-05-04 10:55:16 +08:00
|
|
|
char *_asniprintf_r(struct _reent *<[ptr]>, char *<[str]>,
|
2008-11-01 05:08:03 +08:00
|
|
|
size_t *<[size]>, const char *<[format]>, ...);
|
2000-02-18 03:39:52 +08:00
|
|
|
|
|
|
|
DESCRIPTION
|
2004-11-24 08:45:41 +08:00
|
|
|
<<iprintf>>, <<fiprintf>>, <<siprintf>>, <<sniprintf>>,
|
2007-05-04 10:55:16 +08:00
|
|
|
<<asiprintf>>, and <<asniprintf>> are the same as <<printf>>,
|
|
|
|
<<fprintf>>, <<sprintf>>, <<snprintf>>, <<asprintf>>, and
|
|
|
|
<<asnprintf>>, respectively, except that they restrict usage
|
|
|
|
to non-floating-point format specifiers.
|
|
|
|
|
|
|
|
<<_iprintf_r>>, <<_fiprintf_r>>, <<_asiprintf_r>>,
|
|
|
|
<<_siprintf_r>>, <<_sniprintf_r>>, <<_asniprintf_r>> are
|
|
|
|
simply reentrant versions of the functions above.
|
2000-02-18 03:39:52 +08:00
|
|
|
|
|
|
|
RETURNS
|
2007-05-04 10:55:16 +08:00
|
|
|
Similar to <<printf>>, <<fprintf>>, <<sprintf>>, <<snprintf>>, <<asprintf>>,
|
|
|
|
and <<asnprintf>>.
|
2000-02-18 03:39:52 +08:00
|
|
|
|
|
|
|
PORTABILITY
|
2007-05-04 10:55:16 +08:00
|
|
|
<<iprintf>>, <<fiprintf>>, <<siprintf>>, <<sniprintf>>, <<asiprintf>>,
|
|
|
|
and <<asniprintf>> are newlib extensions.
|
2000-02-18 03:39:52 +08:00
|
|
|
|
|
|
|
Supporting OS subroutines required: <<close>>, <<fstat>>, <<isatty>>,
|
|
|
|
<<lseek>>, <<read>>, <<sbrk>>, <<write>>.
|
|
|
|
*/
|
|
|
|
|
2004-04-23 Artem B. Bityuckiy <abitytsky@softminecorp.com>
* libc/stdio/asprintf.c libc/stdio/clearerr.c,
libc/stdio/fclose.c libc/stdio/fcloseall.c libc/stdio/fdopen.c,
libc/stdio/feof.c libc/stdio/ferror.c libc/stdio/fflush.c,
libc/stdio/fgetc.c libc/stdio/fgetpos.c libc/stdio/fgets.c,
libc/stdio/fileno.c libc/stdio/findfp.c libc/stdio/fiprintf.c,
libc/stdio/flags.c libc/stdio/fopen.c libc/stdio/fprintf.c,
libc/stdio/fputc.c libc/stdio/fputs.c libc/stdio/fread.c,
libc/stdio/freopen.c libc/stdio/fscanf.c libc/stdio/fseek.c,
libc/stdio/fseeko.c libc/stdio/fsetpos.c libc/stdio/ftell.c,
libc/stdio/ftello.c libc/stdio/fvwrite.c libc/stdio/fwalk.c,
libc/stdio/fwrite.c libc/stdio/getc.c libc/stdio/getc_u.c,
libc/stdio/getchar.c libc/stdio/getchar_u.c,
libc/stdio/getdelim.c libc/stdio/getline.c libc/stdio/gets.c,
libc/stdio/getw.c libc/stdio/iprintf.c libc/stdio/local.h,
libc/stdio/makebuf.c libc/stdio/mktemp.c libc/stdio/perror.c,
libc/stdio/printf.c libc/stdio/putc.c libc/stdio/putc_u.c,
libc/stdio/putchar.c libc/stdio/putchar_u.c libc/stdio/puts.c,
libc/stdio/putw.c libc/stdio/refill.c libc/stdio/remove.c,
libc/stdio/rename.c libc/stdio/rewind.c libc/stdio/rget.c,
libc/stdio/scanf.c libc/stdio/setbuf.c libc/stdio/setbuffer.c,
libc/stdio/setlinebuf.c libc/stdio/setvbuf.c,
libc/stdio/siprintf.c libc/stdio/snprintf.c,
libc/stdio/sprintf.c libc/stdio/sscanf.c libc/stdio/stdio.c,
libc/stdio/tmpfile.c libc/stdio/tmpnam.c libc/stdio/ungetc.c,
libc/stdio/vasprintf.c libc/stdio/vfieeefp.h,
libc/stdio/vfprintf.c libc/stdio/vfscanf.c,
libc/stdio/vprintf.c libc/stdio/vscanf.c,
libc/stdio/vsnprintf.c libc/stdio/vsprintf.c,
libc/stdio/vsscanf.c libc/stdio/wbuf.c,
libc/stdio/wsetup.c: Perform minor formatting changes. Move
copyright notices to top of file, ensure that <_ansi.h> is
included, be consistent with open parentheses, use _DEFUN macro,
include "local.h" where needed, and remove various compiler
warnings.
2004-04-24 04:01:55 +08:00
|
|
|
#include <_ansi.h>
|
|
|
|
#include <reent.h>
|
2000-02-18 03:39:52 +08:00
|
|
|
#include <stdio.h>
|
|
|
|
#ifdef _HAVE_STDC
|
|
|
|
#include <stdarg.h>
|
|
|
|
#else
|
|
|
|
#include <varargs.h>
|
|
|
|
#endif
|
|
|
|
#include <limits.h>
|
|
|
|
#include "local.h"
|
|
|
|
|
|
|
|
int
|
|
|
|
#ifdef _HAVE_STDC
|
2004-11-24 08:45:41 +08:00
|
|
|
_DEFUN(_siprintf_r, (ptr, str, fmt),
|
|
|
|
struct _reent *ptr _AND
|
|
|
|
char *str _AND
|
2004-04-23 Artem B. Bityuckiy <abitytsky@softminecorp.com>
* libc/stdio/asprintf.c libc/stdio/clearerr.c,
libc/stdio/fclose.c libc/stdio/fcloseall.c libc/stdio/fdopen.c,
libc/stdio/feof.c libc/stdio/ferror.c libc/stdio/fflush.c,
libc/stdio/fgetc.c libc/stdio/fgetpos.c libc/stdio/fgets.c,
libc/stdio/fileno.c libc/stdio/findfp.c libc/stdio/fiprintf.c,
libc/stdio/flags.c libc/stdio/fopen.c libc/stdio/fprintf.c,
libc/stdio/fputc.c libc/stdio/fputs.c libc/stdio/fread.c,
libc/stdio/freopen.c libc/stdio/fscanf.c libc/stdio/fseek.c,
libc/stdio/fseeko.c libc/stdio/fsetpos.c libc/stdio/ftell.c,
libc/stdio/ftello.c libc/stdio/fvwrite.c libc/stdio/fwalk.c,
libc/stdio/fwrite.c libc/stdio/getc.c libc/stdio/getc_u.c,
libc/stdio/getchar.c libc/stdio/getchar_u.c,
libc/stdio/getdelim.c libc/stdio/getline.c libc/stdio/gets.c,
libc/stdio/getw.c libc/stdio/iprintf.c libc/stdio/local.h,
libc/stdio/makebuf.c libc/stdio/mktemp.c libc/stdio/perror.c,
libc/stdio/printf.c libc/stdio/putc.c libc/stdio/putc_u.c,
libc/stdio/putchar.c libc/stdio/putchar_u.c libc/stdio/puts.c,
libc/stdio/putw.c libc/stdio/refill.c libc/stdio/remove.c,
libc/stdio/rename.c libc/stdio/rewind.c libc/stdio/rget.c,
libc/stdio/scanf.c libc/stdio/setbuf.c libc/stdio/setbuffer.c,
libc/stdio/setlinebuf.c libc/stdio/setvbuf.c,
libc/stdio/siprintf.c libc/stdio/snprintf.c,
libc/stdio/sprintf.c libc/stdio/sscanf.c libc/stdio/stdio.c,
libc/stdio/tmpfile.c libc/stdio/tmpnam.c libc/stdio/ungetc.c,
libc/stdio/vasprintf.c libc/stdio/vfieeefp.h,
libc/stdio/vfprintf.c libc/stdio/vfscanf.c,
libc/stdio/vprintf.c libc/stdio/vscanf.c,
libc/stdio/vsnprintf.c libc/stdio/vsprintf.c,
libc/stdio/vsscanf.c libc/stdio/wbuf.c,
libc/stdio/wsetup.c: Perform minor formatting changes. Move
copyright notices to top of file, ensure that <_ansi.h> is
included, be consistent with open parentheses, use _DEFUN macro,
include "local.h" where needed, and remove various compiler
warnings.
2004-04-24 04:01:55 +08:00
|
|
|
_CONST char *fmt _DOTS)
|
2000-02-18 03:39:52 +08:00
|
|
|
#else
|
2004-11-24 08:45:41 +08:00
|
|
|
_siprintf_r(ptr, str, fmt, va_alist)
|
|
|
|
struct _reent *ptr;
|
|
|
|
char *str;
|
|
|
|
_CONST char *fmt;
|
|
|
|
va_dcl
|
2000-02-18 03:39:52 +08:00
|
|
|
#endif
|
|
|
|
{
|
|
|
|
int ret;
|
|
|
|
va_list ap;
|
|
|
|
FILE f;
|
|
|
|
|
|
|
|
f._flags = __SWR | __SSTR;
|
|
|
|
f._bf._base = f._p = (unsigned char *) str;
|
|
|
|
f._bf._size = f._w = INT_MAX;
|
2004-09-17 05:30:51 +08:00
|
|
|
f._file = -1; /* No file. */
|
2000-02-18 03:39:52 +08:00
|
|
|
#ifdef _HAVE_STDC
|
|
|
|
va_start (ap, fmt);
|
|
|
|
#else
|
|
|
|
va_start (ap);
|
|
|
|
#endif
|
2008-04-15 05:14:55 +08:00
|
|
|
ret = _svfiprintf_r (ptr, &f, fmt, ap);
|
2000-02-18 03:39:52 +08:00
|
|
|
va_end (ap);
|
|
|
|
*f._p = 0;
|
|
|
|
return (ret);
|
|
|
|
}
|
2004-05-08 05:00:41 +08:00
|
|
|
|
2004-11-24 08:45:41 +08:00
|
|
|
#ifndef _REENT_ONLY
|
2004-05-08 05:00:41 +08:00
|
|
|
|
|
|
|
int
|
|
|
|
#ifdef _HAVE_STDC
|
2004-11-24 08:45:41 +08:00
|
|
|
_DEFUN(siprintf, (str, fmt),
|
|
|
|
char *str _AND
|
2004-05-08 05:00:41 +08:00
|
|
|
_CONST char *fmt _DOTS)
|
|
|
|
#else
|
2004-11-24 08:45:41 +08:00
|
|
|
siprintf(str, fmt, va_alist)
|
|
|
|
char *str;
|
|
|
|
_CONST char *fmt;
|
|
|
|
va_dcl
|
2004-05-08 05:00:41 +08:00
|
|
|
#endif
|
|
|
|
{
|
|
|
|
int ret;
|
|
|
|
va_list ap;
|
|
|
|
FILE f;
|
|
|
|
|
|
|
|
f._flags = __SWR | __SSTR;
|
|
|
|
f._bf._base = f._p = (unsigned char *) str;
|
|
|
|
f._bf._size = f._w = INT_MAX;
|
2004-09-17 05:30:51 +08:00
|
|
|
f._file = -1; /* No file. */
|
2004-05-08 05:00:41 +08:00
|
|
|
#ifdef _HAVE_STDC
|
|
|
|
va_start (ap, fmt);
|
|
|
|
#else
|
|
|
|
va_start (ap);
|
|
|
|
#endif
|
2008-04-15 05:14:55 +08:00
|
|
|
ret = _svfiprintf_r (_REENT, &f, fmt, ap);
|
2004-05-08 05:00:41 +08:00
|
|
|
va_end (ap);
|
|
|
|
*f._p = 0;
|
|
|
|
return (ret);
|
|
|
|
}
|
|
|
|
|
2004-11-24 08:45:41 +08:00
|
|
|
#endif
|