Desktop/xinu_mips-1.0.2.tar/xinu_mips-1.0.2/lib/libxc/sprintf.c File Reference

#include <vararg.h>

Include dependency graph for sprintf.c:

Go to the source code of this file.

Functions

static char sprntf (char **, char)
void _doprnt (char *, va_list, int(*)(int, int), int)
int sprintf (char *str, char *fmt,...)


Detailed Description

sprintf

Id
sprintf.c 221 2007-07-11 18:45:46Z mschul

Definition in file sprintf.c.


Function Documentation

void _doprnt ( char *  ,
va_list  ,
int(*)(int, int)  ,
int   
)

int sprintf ( char *  str,
char *  fmt,
  ... 
)

Format arguments and place output in a string

Parameters:
*str output string
*fmt format string

Definition at line 19 of file sprintf.c.

References _doprnt(), sprntf(), va_end, and va_start.

Referenced by test_checkProcState(), test_checkResult(), test_checkSemCount(), test_deltaQueue(), test_procQueue(), test_semaphore(), test_semaphore2(), test_semaphore3(), and test_semaphore4().

static char sprntf ( char **  cpp,
char  c 
) [static]

Routine called by _doprnt to handle each character

Definition at line 36 of file sprintf.c.

Referenced by sprintf().


Generated on Thu Oct 9 22:34:51 2008 for xinu by  doxygen 1.5.5