Searched refs:fattr_frompath (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/usr.bin/csup/
H A Dfattr.h77 /* These are for fattr_frompath(). */
94 struct fattr *fattr_frompath(const char *, int);
H A Dlister.c256 fa = fattr_frompath(path, FATTR_NOFOLLOW);
264 fa2 = fattr_frompath(path, FATTR_FOLLOW);
360 rfa = fattr_frompath(path, FATTR_NOFOLLOW);
433 fa = fattr_frompath(path, FATTR_NOFOLLOW);
486 fa = fattr_frompath(path, FATTR_NOFOLLOW);
542 fa = fattr_frompath(path, FATTR_NOFOLLOW);
H A Ddetailer.c323 rcsattr = fattr_frompath(path, FATTR_NOFOLLOW);
425 fa = fattr_frompath(path, FATTR_NOFOLLOW);
465 fa = fattr_frompath(path, FATTR_NOFOLLOW);
546 ((client_attr = fattr_frompath(path, FATTR_NOFOLLOW)) != NULL) &&
582 fa = fattr_frompath(path, FATTR_NOFOLLOW);
H A Dupdater.c889 fileattr = fattr_frompath(path, FATTR_NOFOLLOW);
914 fileattr = fattr_frompath(path, FATTR_NOFOLLOW);
995 fileattr = fattr_frompath(fup->destpath, FATTR_NOFOLLOW);
1057 fa = fattr_frompath(fup->destpath, FATTR_NOFOLLOW);
1145 fa = fattr_frompath(path, FATTR_FOLLOW);
1313 fileattr = fattr_frompath(fup->destpath, FATTR_NOFOLLOW);
1409 sr->sr_clientattr = fattr_frompath(fup->temppath, FATTR_NOFOLLOW);
1568 oldfattr = fattr_frompath(path, FATTR_NOFOLLOW);
1698 sr->sr_clientattr = fattr_frompath(path, FATTR_NOFOLLOW);
1894 sr->sr_clientattr = fattr_frompath(fu
[all...]
H A Dfattr.c221 fattr_frompath(const char *path, int nofollow) function
773 fa = fattr_frompath(path, FATTR_NOFOLLOW);
823 old = fattr_frompath(topath, FATTR_NOFOLLOW);

Completed in 104 milliseconds