Lines Matching refs:VERSIONEMBADDER_ERROR
35 #define VERSIONEMBADDER_ERROR(fmt, args...) printf("[VERSION_EMBADDER ERR][%06d] " fm… macro
71 VERSIONEMBADDER_ERROR("pNode creation failed\n"); in push()
146 VERSIONEMBADDER_ERROR("fopen(%s) error!!!\n", argv[1]); in main()
152 VERSIONEMBADDER_ERROR("fopen(%s) error!!!\n", argv[2]); in main()
158 VERSIONEMBADDER_ERROR("fopen(%s) error!!!\n", argv[3]); in main()
175 VERSIONEMBADDER_ERROR("malloc error!!!\n"); in main()
182 VERSIONEMBADDER_ERROR("malloc error!!!\n"); in main()
195 VERSIONEMBADDER_ERROR ("fread(%s) error!!! with result:%ld\n", argv[1], result); in main()
207 VERSIONEMBADDER_ERROR ("fread(%s) error!!! with result:%ld\n", argv[3], result); in main()
230 VERSIONEMBADDER_ERROR("%s no found!!!\n", UtopiaVersionStr); in main()
256 VERSIONEMBADDER_ERROR("can not find %s in %s\n", UtopiaChangeListStr, argv[3]); in main()
286 VERSIONEMBADDER_ERROR ("fwrite error!!! with result:%ld\n",result); in main()