Searched refs:NPT_ERROR (Results 1 – 3 of 3) sorted by relevance
44 if ( (pnpt) == NULL ) NPT_ERROR("NptEnv* is NULL"); \47 if ( _handle == NULL ) NPT_ERROR("Cannot open library"); \49 if ( _sym == NULL ) NPT_ERROR("Cannot find nptInitialize"); \51 if ( (*(pnpt)) == NULL ) NPT_ERROR("Cannot initialize NptEnv"); \60 if ( (npt) == NULL ) NPT_ERROR("NptEnv* is NULL"); \63 if ( _sym == NULL ) NPT_ERROR("Cannot find nptTerminate"); \
53 NPT_ERROR("NPT version doesn't match"); in nptInitialize()59 NPT_ERROR("Cannot allocate calloc space for NptEnv*"); in nptInitialize()
40 #define NPT_ERROR(s) { (void)fprintf(stderr, "NPT ERROR: %s\n", s); exit(1); } macro