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

/freebsd-10.1-release/usr.bin/csup/
H A Dfattr.h100 int fattr_type(const struct fattr *);
H A Dlister.c263 if (fattr_type(fa) == FT_SYMLINK) {
265 if (fa2 != NULL && fattr_type(fa2) == FT_DIRECTORY) {
278 if (fattr_type(fa) != FT_DIRECTORY) {
488 if (fa != NULL && fattr_type(fa) != FT_DIRECTORY) {
H A Ddetailer.c588 } else if (fattr_type(fa) == FT_FILE) {
H A Dfattr.c268 fattr_type(const struct fattr *fa) function
H A Dupdater.c1271 if (fattr_type(fa) == FT_SYMLINK) {
1334 if (fattr_type(fa) == FT_SYMLINK) {

Completed in 116 milliseconds