MythTV  0.27pre
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Groups Pages
Classes | Typedefs | Functions
compat.h File Reference

Go to the source code of this file.

Classes

struct  statfs

Typedefs

typedef __int64 ssize_t
typedef unsigned int uint
typedef long suseconds_t
typedef off_t off64_t

Functions

static void srandom (unsigned int seed)
static long int random (void)
unsigned sleep (unsigned int x)
int statfs (const char *path, struct statfs *buffer)
const char * dlerror (void)
static struct tm * gmtime_r (const time_t *timep, struct tm *result)
static struct tm * localtime_r (const time_t *timep, struct tm *result)
static int readdir_r (DIR *dirp, struct dirent *entry, struct dirent **result)

Typedef Documentation

typedef int ssize_t

Definition at line 74 of file compat.h.

typedef unsigned int uint

Definition at line 113 of file compat.h.

typedef int32_t suseconds_t

Definition at line 325 of file compat.h.

typedef off_t off64_t

Definition at line 337 of file compat.h.

Function Documentation

static void srandom ( unsigned int  seed)
inlinestatic

Definition at line 126 of file compat.h.

Referenced by MythCoreContextPrivate::MythCoreContextPrivate().

static long int random ( void  )
inlinestatic
unsigned sleep ( unsigned int  x)
inline
int statfs ( const char *  path,
struct statfs buffer 
)
inline
const char* dlerror ( void  )
inline
static struct tm* gmtime_r ( const time_t *  timep,
struct tm *  result 
)
staticread

Definition at line 247 of file compat.h.

Referenced by cCiDateTime::SendDateTime().

static struct tm* localtime_r ( const time_t *  timep,
struct tm *  result 
)
staticread
static int readdir_r ( DIR *  dirp,
struct dirent *  entry,
struct dirent **  result 
)
inlinestatic

Definition at line 359 of file compat.h.

Referenced by mythdir_readdir().