Lines Matching refs:fix
117 * Description: This function verifies and (if fix > 0) fixes the contents
119 * Arguments: fix - 0 - do not fix entries, 1 - fix entries
145 cverify(int fix, char *ftype, char *path, struct cinfo *cinfo,
172 if (fix > 0) {
180 } else if (fix < 0) {
366 * Description: This function verifies and (if fix > 0) fixes the attributes
368 * Arguments: fix - 0 - do not fix entries, 1 - fix entries
386 averify(int fix, char *ftype, char *path, struct ainfo *ainfo)
451 if (fix) {
596 if (fix) {
756 if (fix) {
786 if (fix) {
822 if (fix) {
863 fverify(int fix, char *ftype, char *path, struct ainfo *ainfo,
874 if ((retval = averify(fix, ftype, path, ainfo)) == 0) {