Searched refs:PRINT_ERR_MSG (Results 1 – 2 of 2) sorted by relevance
51 #define PRINT_ERR_MSG(msg) fprintf(stderr, "%s\n", (msg)) macro302 PRINT_ERR_MSG(NGMSG_EXT4); in get_mount_point()306 PRINT_ERR_MSG("Filesystem is not mounted"); in get_mount_point()341 PRINT_ERR_MSG(NGMSG_EXT4); in is_ext4()381 PRINT_ERR_MSG(NGMSG_EXT4); in is_ext4()1779 PRINT_ERR_MSG("Endian's type is not big/little endian"); in main()1826 PRINT_ERR_MSG(NGMSG_FILE_UNREG); in main()1892 PRINT_ERR_MSG(NGMSG_LOST_FOUND); in main()1991 PRINT_ERR_MSG(NGMSG_LOST_FOUND); in main()
44 #define PRINT_ERR_MSG(msg) \ macro