osprey-gcc/fixincludes/system.h File Reference

#include <stdarg.h>
#include <stdio.h>
#include <sys/types.h>
#include <errno.h>
#include "filenames.h"
#include "libiberty.h"
#include "safe-ctype.h"

Include dependency graph for system.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define NULL   0
#define fopen(PATH, MODE)   fopen_unlocked(PATH,MODE)
#define fdopen(FILDES, MODE)   fdopen_unlocked(FILDES,MODE)
#define freopen(PATH, MODE, STREAM)   freopen_unlocked(PATH,MODE,STREAM)
#define __NO_STRING_INLINES
#define S_ISREG(m)   (((m) & S_IFMT) == S_IFREG)


Define Documentation

#define __NO_STRING_INLINES

Definition at line 178 of file system.h.

#define fdopen ( FILDES,
MODE   )     fdopen_unlocked(FILDES,MODE)

#define fopen ( PATH,
MODE   )     fopen_unlocked(PATH,MODE)

Definition at line 42 of file system.h.

#define freopen ( PATH,
MODE,
STREAM   )     freopen_unlocked(PATH,MODE,STREAM)

#define NULL   0

Definition at line 38 of file system.h.

#define S_ISREG (  )     (((m) & S_IFMT) == S_IFREG)

Definition at line 219 of file system.h.


Generated on Wed Apr 8 15:46:02 2009 for Open64 by  doxygen 1.5.6