| MADNESS
    version 0.9
    | 
| Typedefs | |
| typedef struct stat | StatStruct | 
| Functions | |
| int | FileNo (FILE *file) | 
| int | IsATTY (int fd) | 
| int | Stat (const char *path, StatStruct *buf) | 
| int | StrCaseCmp (const char *s1, const char *s2) | 
| char * | StrDup (const char *src) | 
| int | RmDir (const char *dir) | 
| bool | IsDir (const StatStruct &st) | 
| const char * | StrNCpy (char *dest, const char *src, size_t n) | 
| int | ChDir (const char *dir) | 
| FILE * | FOpen (const char *path, const char *mode) | 
| FILE * | FReopen (const char *path, const char *mode, FILE *stream) | 
| FILE * | FDOpen (int fd, const char *mode) | 
| int | FClose (FILE *fp) | 
| int | Read (int fd, void *buf, unsigned int count) | 
| int | Write (int fd, const void *buf, unsigned int count) | 
| int | Close (int fd) | 
| const char * | StrError (int errnum) | 
| const char * | GetEnv (const char *name) | 
| void | Abort () | 
| typedef struct stat testing::internal::posix::StatStruct | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
Referenced by testing::internal::ColoredPrintf().
| 
 | inline | 
Referenced by testing::internal::WriteToShardStatusFileIfNeeded().
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
Referenced by testing::internal::ColoredPrintf().
| 
 | inline | 
Referenced by testing::internal::FilePath::DirectoryExists().
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
Referenced by testing::internal::String::CaseInsensitiveCStringEquals().
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
References strncpy().
| 
 | inline | 
 1.8.8
 1.8.8