rpm
4.9.1.2
|
Go to the source code of this file.
Defines | |
#define | dirent direct |
#define | NLENGTH(direct) ((direct)->d_namlen) |
#define | freecon(_c) |
#define | setfilecon(_fn, _c) (-1) |
#define | lsetfilecon(_fn, _c) (-1) |
#define | is_selinux_enabled() (0) |
#define | matchpathcon_init(_fn) (-1) |
#define | matchpathcon_fini() (0) |
#define | matchpathcon(_fn, _fm, _c) (-1) |
#define | selabel_lookup_raw(_hnd, _scon, _key, _type) (-1) |
#define | selinux_file_context_path() (0) |
#define | rpm_execcon(_v, _fn, _av, _envp) (0) |
#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 |
Typedefs | |
typedef char * | security_context_t |
Functions | |
char * | stpcpy (char *dest, const char *src) |
char * | stpncpy (char *dest, const char *src, size_t n) |
Variables | |
const char * | program_name |
Definition in file system.h.
#define _ | ( | Text | ) | Text |
Definition at line 132 of file system.h.
Referenced by argerror(), build(), buildArgCallback(), buildForTarget(), checkPassPhrase(), checkSpec(), doSign(), getTarSpec(), initPipe(), isSpecFile(), main(), printBanner(), and printVersion().
#define __progname program_name |
Definition at line 118 of file system.h.
Referenced by argerror(), and main().
#define is_selinux_enabled | ( | ) | (0) |
#define lsetfilecon | ( | _fn, | |
_c | |||
) | (-1) |
#define matchpathcon | ( | _fn, | |
_fm, | |||
_c | |||
) | (-1) |
#define matchpathcon_fini | ( | ) | (0) |
#define matchpathcon_init | ( | _fn | ) | (-1) |
#define rpm_execcon | ( | _v, | |
_fn, | |||
_av, | |||
_envp | |||
) | (0) |
#define selabel_lookup_raw | ( | _hnd, | |
_scon, | |||
_key, | |||
_type | |||
) | (-1) |
#define selinux_file_context_path | ( | ) | (0) |
#define setfilecon | ( | _fn, | |
_c | |||
) | (-1) |
#define setprogname | ( | pn | ) |
{ if ((__progname = strrchr(pn, '/')) != NULL) __progname++; \ else __progname = pn; \ }
Definition at line 119 of file system.h.
Referenced by main().
Definition at line 108 of file system.h.
Referenced by buildArgCallback(), and buildForTarget().
typedef char* security_context_t |
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 rpm2cpio.c.