dprintf.h File Reference

#include <libc.h>

Go to the source code of this file.

Defines

#define __CONVEN_DPRINTF_H__   1

Functions

int dprintf_fn (void *data, char *buf, int len)
int dprintf (const char *fmt,...)
int dperror_fn (void *data, char *buf, int len)
void dperror (const char *fmt,...)
void xdperror (const char *fmt,...)
int errprintf_fn (void *data, char *buf, int len)
int errprintf (const char *fmt,...)
int errperror_fn (void *data, char *buf, int len)
void errperror (const char *fmt,...)
void xerrperror (const char *fmt,...)
int outprintf_fn (void *data, char *buf, int len)
int outprintf (const char *fmt,...)


Define Documentation

#define __CONVEN_DPRINTF_H__   1
 


Function Documentation

void dperror const char *  fmt,
  ...
 

int dperror_fn void *  data,
char *  buf,
int  len
 

int dprintf const char *  fmt,
  ...
 

debug printf - outputs with dwrite

int dprintf_fn void *  data,
char *  buf,
int  len
 

void errperror const char *  fmt,
  ...
 

int errperror_fn void *  data,
char *  buf,
int  len
 

int errprintf const char *  fmt,
  ...
 

if process has file descriptors and fd 2, it attempt to use fwrite on stderr else it use dwrite.

int errprintf_fn void *  data,
char *  buf,
int  len
 

int outprintf const char *  fmt,
  ...
 

if process has file descriptors and fd 1, it attempt to use fwrite on stdout else it use dwrite.

int outprintf_fn void *  data,
char *  buf,
int  len
 

void xdperror const char *  fmt,
  ...
 

void xerrperror const char *  fmt,
  ...
 


Generated on Wed May 24 23:05:54 2006 for LSE/OS by  doxygen 1.4.6