Main Page   Modules   Compound List   File List   Compound Members   File Members   Related Pages  

RPMRPC.


RPMRPC Vectors.

typedef int fdio_mkdir_function_t (const char *path, mode_t mode)
typedef int fdio_chdir_function_t (const char *path)
typedef int fdio_rmdir_function_t (const char *path)
typedef int fdio_rename_function_t (const char *oldpath, const char *newpath)
typedef int fdio_unlink_function_t (const char *path)
typedef int fdio_stat_function_t (const char *path, struct stat *st)
typedef int fdio_lstat_function_t (const char *path, struct stat *st)
typedef int fdio_access_function_t (const char *path, int amode)

RPMRPC Interface.

int Mkdir (const char *path, mode_t mode)
int Chdir (const char *path)
int Rmdir (const char *path)
int Rename (const char *oldpath, const char *newpath)
int Link (const char *oldpath, const char *newpath)
int Unlink (const char *path)
int Readlink (const char *path, char *buf, size_t bufsiz)
int Stat (const char *path, struct stat *st)
int Lstat (const char *path, struct stat *st)
int Access (const char *path, int amode)
int Glob (const char *pattern, int flags, int errfunc(const char *epath, int eerrno), glob_t *pglob)
void Globfree (glob_t *pglob)
DIR* Opendir (const char *name)
struct dirent* Readdir (DIR *dir)
int Closedir (DIR *dir)

Typedef Documentation

typedef int fdio_access_function_t(const char *path, int amode)
 

Definition at line 120 of file rpmio.h.

typedef int fdio_chdir_function_t(const char *path)
 

Definition at line 114 of file rpmio.h.

typedef int fdio_lstat_function_t(const char *path, struct stat *st)
 

Definition at line 119 of file rpmio.h.

typedef int fdio_mkdir_function_t(const char *path, mode_t mode)
 

Definition at line 113 of file rpmio.h.

typedef int fdio_rename_function_t(const char *oldpath, const char *newpath)
 

Definition at line 116 of file rpmio.h.

typedef int fdio_rmdir_function_t(const char *path)
 

Definition at line 115 of file rpmio.h.

typedef int fdio_stat_function_t(const char *path, struct stat *st)
 

Definition at line 118 of file rpmio.h.

typedef int fdio_unlink_function_t(const char *path)
 

Definition at line 117 of file rpmio.h.


Function Documentation

int Access ( const char * path,
int amode )
 

access(2) clone.

Definition at line 1034 of file rpmrpc.c.

int Chdir ( const char * path )
 

chdir(2) clone.

Definition at line 73 of file rpmrpc.c.

int Closedir ( DIR * dir )
 

closedir(3) clone.

Definition at line 1122 of file rpmrpc.c.

int Glob ( const char * pattern,
int flags,
int errfunc(const char *epath, int eerrno),
glob_t * pglob )
 

glob(3) clone.

Definition at line 1056 of file rpmrpc.c.

void Globfree ( glob_t * pglob )
 

globfree(3) clone.

Definition at line 1082 of file rpmrpc.c.

int Link ( const char * oldpath,
const char * newpath )
 

link(2) clone.

Definition at line 165 of file rpmrpc.c.

int Lstat ( const char * path,
struct stat * st )
 

lstat(2) clone.

Definition at line 988 of file rpmrpc.c.

int Mkdir ( const char * path,
mode_t mode )
 

mkdir(2) clone.

Definition at line 51 of file rpmrpc.c.

DIR * Opendir ( const char * name )
 

opendir(3) clone.

Definition at line 1092 of file rpmrpc.c.

struct dirent * Readdir ( DIR * dir )
 

readdir(3) clone.

Definition at line 1115 of file rpmrpc.c.

int Readlink ( const char * path,
char * buf,
size_t bufsiz )
 

readlink(2) clone.

Definition at line 1012 of file rpmrpc.c.

int Rename ( const char * oldpath,
const char * newpath )
 

rename(2) clone.

Definition at line 119 of file rpmrpc.c.

int Rmdir ( const char * path )
 

rmdir(2) clone.

Definition at line 95 of file rpmrpc.c.

int Stat ( const char * path,
struct stat * st )
 

stat(2) clone.

Definition at line 964 of file rpmrpc.c.

int Unlink ( const char * path )
 

unlink(2) clone.

Definition at line 208 of file rpmrpc.c.


Generated at Mon May 21 08:53:44 2001 for rpm by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001