Searched refs:PRINT_ERR_MSG (Results 1 – 2 of 2) sorted by relevance
52 #define PRINT_ERR_MSG(msg) fprintf(stderr, "%s\n", (msg)) macro248 PRINT_ERR_MSG(NGMSG_EXT4); in get_mount_point()252 PRINT_ERR_MSG("Filesystem is not mounted"); in get_mount_point()287 PRINT_ERR_MSG(NGMSG_EXT4); in is_ext4()327 PRINT_ERR_MSG(NGMSG_EXT4); in is_ext4()1734 PRINT_ERR_MSG("Endian's type is not big/little endian"); in main()1781 PRINT_ERR_MSG(NGMSG_FILE_UNREG); in main()1846 PRINT_ERR_MSG(NGMSG_LOST_FOUND); in main()1946 PRINT_ERR_MSG(NGMSG_LOST_FOUND); in main()
44 #define PRINT_ERR_MSG(msg) \ macro