Searched refs:MINGW_NAME (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dpex-win32.c61 #define MINGW_NAME "Minimalist GNU for Windows" macro
62 #define MINGW_NAME_LEN (sizeof(MINGW_NAME) - 1)
225 int match = strcasecmp (namebuf, MINGW_NAME);
228 if (match > 0 && strncasecmp (namebuf, MINGW_NAME, MINGW_NAME_LEN) > 0)

Completed in 93 milliseconds