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

/macosx-10.10/hfs-285/fsck_hfs/
H A Dfsck_strings.c69 { fsckInformation, "Executing %s (version %s).", fsckMsgInfo, fsckLevel1, 2, (const int[]) { fsckTypeString, fsckTypeString }},
H A Dfsck_hfs_strings.c136 { E_BadValue, "(It should be %s instead of %s)", fsckMsgDamageInfo,fsckLevel1, 2, (const int[]){ fsckTypeString, fsckTypeString } },
158 { E_PEOAttr, "Incorrect block count for attribute %s of file %s", fsckMsgError, fsckLevel1, 2, (const int[]){ fsckTypeString, fsckTypeFile } },
159 { E_LEOAttr, "Incorrect size for attribute %s of file %s", fsckMsgError, fsckLevel1, 2, (const int[]){ fsckTypeString, fsckTypeFile } },
H A Dfsck_messages.h73 fsckTypeString, /* UTF-8 string */ enumerator in enum:fsck_arg_type
H A Dfsck_messages.c829 } else if (m->argtype[i] == fsckTypeString) {
913 case fsckTypeString:

Completed in 78 milliseconds