rpm
5.2.1
About: RPM is a powerful and mature command-line driven package management system capable of installing, uninstalling, verifying, querying, and updating Unix software packages ("no longer Linux-centric"). Hint: The RPM homepage may offer newer releases (but in rpm format).
![]() ![]() |
#include <AEEAppGen.h>
#include <AEEShell.h>
#include <AEEFile.h>
#include <AEEStdLib.h>
#include "errno.h"
#include "db.h"
#include "clib_port.h"
Go to the source code of this file.
Data Structures | |
struct | tm |
Macros | |
#define | EOF (-1) /* Declare stdio's EOF. */ |
#define | stderr ((IFile *)1) /* Flag to call DBGPRINTF. */ |
#define | stdout ((IFile *)1) |
#define | BREW_EPOCH_OFFSET (315964800L) |
#define | atoi(a) ATOI(a) |
#define | free(a) FREE(a) |
#define | malloc(a) MALLOC(a) |
#define | memcmp(a, b, c) MEMCMP(a, b, c) |
#define | memmove(a, b, c) MEMMOVE(a, b, c) |
#define | memset(a, b, c) MEMSET(a, b, c) |
#define | realloc(a, b) REALLOC(a, b) |
#define | snprintf SNPRINTF |
#define | sprintf SPRINTF |
#define | strcat(a, b) STRCAT(a, b) |
#define | strchr(a, b) STRCHR(a, b) |
#define | strcmp(a, b) STRCMP(a, b) |
#define | strcpy(a, b) STRCPY(a, b) |
#define | strdup(a) STRDUP(a) |
#define | strlen(a) STRLEN(a) |
#define | strncmp(a, b, c) STRNCMP(a, b, c) |
#define | strncpy(a, b, c) STRNCPY(a, b, c) |
#define | strrchr(a, b) STRRCHR(a, b) |
#define | strtoul(a, b, c) STRTOUL(a, b, c) |
#define | vsnprintf(a, b, c, d) VSNPRINTF(a, b, c, d) |
#define | memcpy memmove |
#define | __os_fsync(a, b) (0) |
#define | fflush(a) (0) |
#define | FILE_MANAGER_CREATE(dbenv, mgr, ret) |
#define | FILE_MANAGER_ERR(dbenv, mgr, name, op, ret) |
Functions | |
int | __db_Cfclose (FILE *) |
int | __db_Cfgetc (FILE *) |
char * | __db_Cfgets (char *, int, FILE *) |
FILE * | __db_Cfopen (const char *, const char *) |
size_t | __db_Cfwrite (const void *, size_t, size_t, FILE *) |
char * | __db_Cgetcwd (char *, size_t) |
struct tm * | __db_Clocaltime (const time_t *) |
time_t | __db_Ctime (time_t *) |
#define FILE_MANAGER_CREATE | ( | dbenv, | |
mgr, | |||
ret | |||
) |
int __db_Cfclose | ( | FILE * | ) |
int __db_Cfgetc | ( | FILE * | ) |
char* __db_Cfgets | ( | char * | , |
int | , | ||
FILE * | |||
) |
char* __db_Cgetcwd | ( | char * | , |
size_t | |||
) |