Home
last modified time | relevance | path

Searched refs:internal_fatal (Results 1 – 2 of 2) sorted by relevance

/dports/audio/moc/moc-2.5.2/
H A Dcommon.h98 internal_fatal (NULL, 0, NULL, format, ## __VA_ARGS__)
101 internal_fatal (__FILE__, __LINE__, __FUNCTION__, format, \
106 void internal_fatal (const char *file, int line, const char *function,
111 void internal_fatal (const char *file, int line, const char *function,
H A Dcommon.c60 void internal_fatal (const char *file ATTR_UNUSED, int line ATTR_UNUSED, in internal_fatal() function