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

/freebsd-10.1-release/usr.bin/csup/
H A Ddetailer.c531 struct fattr *client_attr; local
539 client_attr = NULL;
546 ((client_attr = fattr_frompath(path, FATTR_NOFOLLOW)) != NULL) &&
547 fattr_equal(client_attr, server_attr)) {
548 attr = fattr_encode(client_attr, NULL, 0);
556 fattr_free(client_attr);
562 error = detailer_send_details(d, coll, name, path, client_attr);
563 fattr_free(client_attr);

Completed in 99 milliseconds