is_verified
int is_verified(struct stat *);
int is_verified(struct stat *stp);
rc = is_verified(&st);
rc = is_verified(stp);