Searched refs:chmcerr_code (Results 1 – 4 of 4) sorted by relevance
45 int chmcerr_code(void);53 chmcerr_printf ( "error %d: ", chmcerr_code () ); \56 return chmcerr_code (); \62 chmcerr_printf ("error %d: ", chmcerr_code ()); \
42 int chmcerr_code(void) { in chmcerr_code() function
254 return chmcerr_code(); in chmc_section_add()
92 …if ((chmc_add_file(&chm, it->c_str(), prefixlen, 1, NULL, buf.st_size)) ? chmcerr_code() : CHMC_NO… in main()