Searched refs:YAFFS_HELP_MESSAGE (Results 1 – 4 of 4) sorted by relevance
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/fs/ |
H A D | yaffs.cpp | 828 …fig: Duplicate parameter name in config file (\"%s\"). %s", paramName.c_str(), YAFFS_HELP_MESSAGE); 900 …e: Empty or non-integer value for Yaffs2 parameter \"%s\". %s", (*it).c_str(), YAFFS_HELP_MESSAGE); 921 …lidate_config_file: Require either all three spare offset fields or none. %s", YAFFS_HELP_MESSAGE); 931 …_file: Found unexpected field in config file (\"%s\"). %s", it->first.c_str(), YAFFS_HELP_MESSAGE); 1290 "If these do not seem valid: %s\n", YAFFS_HELP_MESSAGE); 3144 … tsk_error_set_errstr("not a YAFFS file system (bad spare format). %s", YAFFS_HELP_MESSAGE); 3146 … fprintf(stderr, "yaffsfs_open: could not find valid spare area format\n%s\n", YAFFS_HELP_MESSAGE); 3160 tsk_error_set_errstr("not a YAFFS file system (first record). %s", YAFFS_HELP_MESSAGE); 3162 fprintf(stderr, "yaffsfs_open: invalid first record\n%s\n", YAFFS_HELP_MESSAGE); 3239 tsk_error_set_errstr("not a YAFFS file system (no root directory). %s", YAFFS_HELP_MESSAGE); [all …]
|
H A D | tsk_yaffs.h | 35 #define YAFFS_HELP_MESSAGE "See http://wiki.sleuthkit.org/index.php?title=YAFFS2 for help on Yaff… macro
|
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/tsk/fs/ |
H A D | yaffs.cpp | 828 …fig: Duplicate parameter name in config file (\"%s\"). %s", paramName.c_str(), YAFFS_HELP_MESSAGE); in yaffs_load_config_file() 900 …e: Empty or non-integer value for Yaffs2 parameter \"%s\". %s", (*it).c_str(), YAFFS_HELP_MESSAGE); in yaffs_validate_config_file() 921 …lidate_config_file: Require either all three spare offset fields or none. %s", YAFFS_HELP_MESSAGE); in yaffs_validate_config_file() 931 …_file: Found unexpected field in config file (\"%s\"). %s", it->first.c_str(), YAFFS_HELP_MESSAGE); in yaffs_validate_config_file() 1290 "If these do not seem valid: %s\n", YAFFS_HELP_MESSAGE); in yaffs_initialize_spare_format() 3140 … tsk_error_set_errstr("not a YAFFS file system (bad spare format). %s", YAFFS_HELP_MESSAGE); in yaffs2_open() 3142 … fprintf(stderr, "yaffsfs_open: could not find valid spare area format\n%s\n", YAFFS_HELP_MESSAGE); in yaffs2_open() 3156 tsk_error_set_errstr("not a YAFFS file system (first record). %s", YAFFS_HELP_MESSAGE); in yaffs2_open() 3158 fprintf(stderr, "yaffsfs_open: invalid first record\n%s\n", YAFFS_HELP_MESSAGE); in yaffs2_open() 3235 tsk_error_set_errstr("not a YAFFS file system (no root directory). %s", YAFFS_HELP_MESSAGE); in yaffs2_open() [all …]
|
H A D | tsk_yaffs.h | 37 #define YAFFS_HELP_MESSAGE "See http://wiki.sleuthkit.org/index.php?title=YAFFS2 for help on Yaff… macro
|