Searched refs:PRINT_ERR_MSG (Results 1 – 2 of 2) sorted by relevance
50 #define PRINT_ERR_MSG(msg) fprintf(stderr, "%s\n", (msg)) macro246 PRINT_ERR_MSG(NGMSG_EXT4); in get_mount_point()250 PRINT_ERR_MSG("Filesystem is not mounted"); in get_mount_point()285 PRINT_ERR_MSG(NGMSG_EXT4); in is_ext4()325 PRINT_ERR_MSG(NGMSG_EXT4); in is_ext4()1729 PRINT_ERR_MSG("Endian's type is not big/little endian"); in main()1776 PRINT_ERR_MSG(NGMSG_FILE_UNREG); in main()1842 PRINT_ERR_MSG(NGMSG_LOST_FOUND); in main()1941 PRINT_ERR_MSG(NGMSG_LOST_FOUND); in main()
44 #define PRINT_ERR_MSG(msg) \ macro