#include <sys/file.h>
#include "rpmio/rpmutil.h"
#include "misc/fnmatch.h"
#include <dlfcn.h>
Go to the source code of this file.
|
char * | stpcpy (char *dest, const char *src) |
|
char * | stpncpy (char *dest, const char *src, size_t n) |
|
Definition at line 110 of file system.h.
Referenced by argerror(), build(), buildArgCallback(), buildForTarget(), checkSpec(), doSign(), getTarSpec(), initPipe(), isSpecFile(), main(), printBanner(), printVersion(), and process_package().
§ __progname
§ _free
#define _free |
( |
|
_ptr | ) |
rfree((_ptr)) |
§ dirent
§ N_
§ NLENGTH
#define NLENGTH |
( |
|
direct | ) |
((direct)->d_namlen) |
§ PATH_MAX
§ setprogname
#define setprogname |
( |
|
pn | ) |
|
§ xcalloc
#define xcalloc |
( |
|
_nmemb, |
|
|
|
_size |
|
) |
| rcalloc((_nmemb), (_size)) |
§ xmalloc
#define xmalloc |
( |
|
_size | ) |
rmalloc((_size)) |
§ xrealloc
#define xrealloc |
( |
|
_ptr, |
|
|
|
_size |
|
) |
| rrealloc((_ptr), (_size)) |
§ xstrdup
#define xstrdup |
( |
|
_str | ) |
rstrdup((_str)) |
§ stpcpy()
char* stpcpy |
( |
char * |
dest, |
|
|
const char * |
src |
|
) |
| |
§ stpncpy()
char* stpncpy |
( |
char * |
dest, |
|
|
const char * |
src, |
|
|
size_t |
n |
|
) |
| |
§ program_name