rpm  5.4.15
Functions
rpmacl.h File Reference
#include <rpmiotypes.h>
#include <rpmio.h>
Include dependency graph for rpmacl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

rpmRC rpmaclCopyFd (FD_t ifd, FD_t ofd)
 
rpmRC rpmaclCopyDir (const char *sdn, const char *tdn, mode_t mode)
 

Function Documentation

rpmRC rpmaclCopyDir ( const char *  sdn,
const char *  tdn,
mode_t  mode 
)

Definition at line 68 of file rpmacl.c.

References RPMRC_FAIL, RPMRC_OK, and S_ISLNK.

rpmRC rpmaclCopyFd ( FD_t  ifd,
FD_t  ofd 
)

Definition at line 34 of file rpmacl.c.

References Fileno(), RPMRC_FAIL, and RPMRC_OK.