#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(), checkPassPhrase(), checkSpec(), doSign(), getTarSpec(), initPipe(), isSpecFile(), main(), printBanner(), printVersion(), and process_package().
 
 
      
        
          | #define _free | ( |  | _ptr | ) | rfree((_ptr)) | 
      
 
 
      
        
          | #define NLENGTH | ( |  | direct | ) | ((direct)->d_namlen) | 
      
 
 
      
        
          | #define setprogname | ( |  | pn | ) |  | 
      
 
 
      
        
          | #define xcalloc | ( |  | _nmemb, | 
        
          |  |  |  | _size | 
        
          |  | ) |  | rcalloc((_nmemb), (_size)) | 
      
 
 
      
        
          | #define xmalloc | ( |  | _size | ) | rmalloc((_size)) | 
      
 
 
      
        
          | #define xrealloc | ( |  | _ptr, | 
        
          |  |  |  | _size | 
        
          |  | ) |  | rrealloc((_ptr), (_size)) | 
      
 
 
      
        
          | #define xstrdup | ( |  | _str | ) | rstrdup((_str)) | 
      
 
 
      
        
          | char* stpcpy | ( | char * | dest, | 
        
          |  |  | const char * | src | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | char* stpncpy | ( | char * | dest, | 
        
          |  |  | const char * | src, | 
        
          |  |  | size_t | n | 
        
          |  | ) |  |  |