pathname_t
open_path(pathname_t *name, int oflag)
pathname_t newname;
opendir_path(pathname_t *name)
pathname_t newname;
readlink_path(pathname_t *name, char *lbuf, size_t lbufsiz)
pathname_t newname;
rename_path(pathname_t *name1, pathname_t *name2)
pathname_t newname1;
pathname_t newname2;
rmdir_path(pathname_t *name)
pathname_t newname;
separate_pathname(pathname_t *name, char *buf, pathname_t *newname)
stat64_path(pathname_t *name, struct stat64 *sbuf)
pathname_t newname;
symlink_path(const char *name1, pathname_t *name)
pathname_t newname;
truncate64_path(pathname_t *name, off64_t length)
pathname_t newname;
unlink_path(pathname_t *name)
pathname_t newname;
pathname_t f;
pathname_t f;
pathname_t f;
pathname_t f;
pathname_t f;
pathname_t f;
pathname_t f;
pathname_t f;
pathname_t f;
pathname_t f;
pathname_t f;
pathname_t f;
pathname_t f;
pathname_t l;
pathname_t f;
pathname_t f;
pathname_t f;
pathname_t f;
pathname_t f;
pathname_t newf;
pathname_t f;
void append_pathname(pathname_t *, char *);
pathname_t f;
int attr_list_path(pathname_t *, char *, const int, int,
pathname_t f;
int attr_remove_path(pathname_t *, const char *, int);
int attr_set_path(pathname_t *, const char *, const char *, const int, int);
pathname_t f;
int creat_path(pathname_t *, mode_t);
pathname_t f;
pathname_t f;
void fent_to_name(pathname_t *, flist_t *, fent_t *);
pathname_t f;
void free_pathname(pathname_t *);
int generate_fname(fent_t *, int, pathname_t *, int *, int *);
int get_fname(int, long, pathname_t *, flist_t **, fent_t **, int *);
void init_pathname(pathname_t *);
int lchown_path(pathname_t *, uid_t, gid_t);
pathname_t f;
int link_path(pathname_t *, pathname_t *);
int lstat64_path(pathname_t *, struct stat64 *);
int mkdir_path(pathname_t *, mode_t);
int mknod_path(pathname_t *, mode_t, dev_t);
int open_path(pathname_t *, int);
DIR *opendir_path(pathname_t *);
int readlink_path(pathname_t *, char *, size_t);
int rename_path(pathname_t *, pathname_t *);
int rmdir_path(pathname_t *);
void separate_pathname(pathname_t *, char *, pathname_t *);
int stat64_path(pathname_t *, struct stat64 *);
int symlink_path(const char *, pathname_t *);
int truncate64_path(pathname_t *, off64_t);
int unlink_path(pathname_t *);
append_pathname(pathname_t *name, char *str)
attr_list_path(pathname_t *name, char *buffer, const int buffersize, int flags,
pathname_t newname;
attr_remove_path(pathname_t *name, const char *attrname, int flags)
pathname_t newname;
attr_set_path(pathname_t *name, const char *attrname, const char *attrvalue,
pathname_t newname;
creat_path(pathname_t *name, mode_t mode)
pathname_t newname;
fent_to_name(pathname_t *name, flist_t *flp, fent_t *fep)
free_pathname(pathname_t *name)
generate_fname(fent_t *fep, int ft, pathname_t *name, int *idp, int *v)
get_fname(int which, long r, pathname_t *name, flist_t **flpp, fent_t **fepp,
init_pathname(pathname_t *name)
lchown_path(pathname_t *name, uid_t owner, gid_t group)
pathname_t newname;
link_path(pathname_t *name1, pathname_t *name2)
pathname_t newname1;
pathname_t newname2;
lstat64_path(pathname_t *name, struct stat64 *sbuf)
pathname_t newname;
mkdir_path(pathname_t *name, mode_t mode)
pathname_t newname;
mknod_path(pathname_t *name, mode_t mode, dev_t dev)
pathname_t newname;