core  array_cache  math  swrast  swrast_setup  tnl  tnl_dd 
Main Page   Data Structures   File List   Data Fields   Globals   Related Pages  

vsnprintf.c File Reference

#include <sys/param.h>
#include <sys/types.h>
#include <sys/mman.h>
#include <signal.h>
#include <stdio.h>
#include <varargs.h>
#include <setjmp.h>
#include <unistd.h>
#include <string.h>

Defines

#define roundup(x, y)   ((((x)+((y)-1))/(y))*(y))
#define EXTRABYTES   2

Functions

char * msetup (str, n) char *str

Variables

int pgsize
char * curobj
int caught
sigjmp_buf bail
size_t n
char * p
char * fmt
char * ap

Define Documentation

#define EXTRABYTES   2
 

#define roundup x,
y       ((((x)+((y)-1))/(y))*(y))
 


Function Documentation

char* msetup str   ,
n   
[static]
 


Variable Documentation

char* ap
 

sigjmp_buf bail [static]
 

int caught [static]
 

char* curobj [static]
 

char * fmt
 

size_t n
 

char* p
 

int pgsize [static]
 


Generated on Sun May 16 15:55:13 2004 for Mesa Core by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001