rpm
4.12.0.1
|
Go to the source code of this file.
Macros | |
#define | dirent direct |
#define | NLENGTH(direct) ((direct)->d_namlen) |
#define | PATH_MAX 256 |
#define | xmalloc(_size) rmalloc((_size)) |
#define | xcalloc(_nmemb, _size) rcalloc((_nmemb), (_size)) |
#define | xrealloc(_ptr, _size) rrealloc((_ptr), (_size)) |
#define | xstrdup(_str) rstrdup((_str)) |
#define | _free(_ptr) rfree((_ptr)) |
#define | __progname program_name |
#define | setprogname(pn) |
#define | _(Text) Text |
#define | N_(Text) Text |
Functions | |
char * | stpcpy (char *dest, const char *src) |
char * | stpncpy (char *dest, const char *src, size_t n) |
Variables | |
const char * | program_name |
#define _ | ( | Text | ) | Text |
Definition at line 110 of file system.h.
Referenced by argerror(), build(), buildArgCallback(), buildForTarget(), checkPassPhrase(), checkSpec(), doSign(), getTarSpec(), initPipe(), isSpecFile(), main(), printBanner(), printVersion(), and process_package().
#define __progname program_name |
Definition at line 96 of file system.h.
Referenced by argerror(), and main().
#define _free | ( | _ptr | ) | rfree((_ptr)) |
Definition at line 87 of file system.h.
Referenced by fill_archive_entry(), main(), and process_package().
#define setprogname | ( | pn | ) |
#define xcalloc | ( | _nmemb, | |
_size | |||
) | rcalloc((_nmemb), (_size)) |
#define xmalloc | ( | _size | ) | rmalloc((_size)) |
Definition at line 83 of file system.h.
Referenced by main(), and process_package().
#define xrealloc | ( | _ptr, | |
_size | |||
) | rrealloc((_ptr), (_size)) |
#define xstrdup | ( | _str | ) | rstrdup((_str)) |
Definition at line 86 of file system.h.
Referenced by buildArgCallback(), and buildForTarget().
char* stpcpy | ( | char * | dest, |
const char * | src | ||
) |
char* stpncpy | ( | char * | dest, |
const char * | src, | ||
size_t | n | ||
) |
const char* program_name |
Definition at line 4 of file rpm2archive.c.