Lines Matching defs:pathname_t

110 } pathname_t;
240 void append_pathname(pathname_t *, char *);
242 int attr_list_path(pathname_t *, char *, const int, int, attrlist_cursor_t *);
243 int attr_remove_path(pathname_t *, const char *, int);
244 int attr_set_path(pathname_t *, const char *, const char *, const int, int);
247 int creat_path(pathname_t *, mode_t);
255 void fent_to_name(pathname_t *, flist_t *, fent_t *);
257 void free_pathname(pathname_t *);
258 int generate_fname(fent_t *, int, pathname_t *, int *, int *);
259 int get_fname(int, long, pathname_t *, flist_t **, fent_t **, int *);
260 void init_pathname(pathname_t *);
261 int lchown_path(pathname_t *, uid_t, gid_t);
262 int link_path(pathname_t *, pathname_t *);
263 int lstat64_path(pathname_t *, struct stat64 *);
265 int mkdir_path(pathname_t *, mode_t);
266 int mknod_path(pathname_t *, mode_t, dev_t);
268 int open_path(pathname_t *, int);
269 DIR *opendir_path(pathname_t *);
271 int readlink_path(pathname_t *, char *, size_t);
272 int rename_path(pathname_t *, pathname_t *);
273 int rmdir_path(pathname_t *);
274 void separate_pathname(pathname_t *, char *, pathname_t *);
276 int stat64_path(pathname_t *, struct stat64 *);
277 int symlink_path(const char *, pathname_t *);
278 int truncate64_path(pathname_t *, off64_t);
279 int unlink_path(pathname_t *);
573 void append_pathname(pathname_t * name, char *str)
593 attr_list_path(pathname_t * name, char *buffer, const int buffersize, int flags,
597 pathname_t newname;
613 int attr_remove_path(pathname_t * name, const char *attrname, int flags)
616 pathname_t newname;
632 attr_set_path(pathname_t * name, const char *attrname, const char *attrvalue,
636 pathname_t newname;
667 int creat_path(pathname_t * name, mode_t mode)
670 pathname_t newname;
792 void fent_to_name(pathname_t * name, flist_t * flp, fent_t * fep)
825 void free_pathname(pathname_t * name)
834 int generate_fname(fent_t * fep, int ft, pathname_t * name, int *idp, int *v)
862 get_fname(int which, long r, pathname_t * name, flist_t ** flpp, fent_t ** fepp,
915 void init_pathname(pathname_t * name)
921 int lchown_path(pathname_t * name, uid_t owner, gid_t group)
924 pathname_t newname;
939 int link_path(pathname_t * name1, pathname_t * name2)
944 pathname_t newname1;
945 pathname_t newname2;
993 int lstat64_path(pathname_t * name, struct stat64 *sbuf)
996 pathname_t newname;
1027 int mkdir_path(pathname_t * name, mode_t mode)
1030 pathname_t newname;
1045 int mknod_path(pathname_t * name, mode_t mode, dev_t dev)
1048 pathname_t newname;
1083 int open_path(pathname_t * name, int oflag)
1086 pathname_t newname;
1101 DIR *opendir_path(pathname_t * name)
1104 pathname_t newname;
1140 int readlink_path(pathname_t * name, char *lbuf, size_t lbufsiz)
1143 pathname_t newname;
1160 int rename_path(pathname_t * name1, pathname_t * name2)
1165 pathname_t newname1;
1166 pathname_t newname2;
1214 int rmdir_path(pathname_t * name)
1217 pathname_t newname;
1232 void separate_pathname(pathname_t * name, char *buf, pathname_t * newname)
1286 int stat64_path(pathname_t * name, struct stat64 *sbuf)
1289 pathname_t newname;
1304 int symlink_path(const char *name1, pathname_t * name)
1307 pathname_t newname;
1327 int truncate64_path(pathname_t * name, off64_t length)
1330 pathname_t newname;
1345 int unlink_path(pathname_t * name)
1348 pathname_t newname;
1424 pathname_t f;
1481 pathname_t f;
1546 pathname_t f;
1606 pathname_t f;
1663 pathname_t f;
1686 pathname_t f;
1775 pathname_t f;
1876 pathname_t f;
1966 pathname_t f;
1999 pathname_t f;
2052 pathname_t f;
2083 pathname_t f;
2109 pathname_t f;
2113 pathname_t l;
2157 pathname_t f;
2192 pathname_t f;
2228 pathname_t f;
2287 pathname_t f;
2308 pathname_t f;
2312 pathname_t newf;
2364 pathname_t f;
2417 pathname_t f;
2440 pathname_t f;
2461 pathname_t f;
2515 pathname_t f;
2551 pathname_t f;
2576 pathname_t f;
2630 pathname_t f;