Searched refs:not_supported (Results 1 – 3 of 3) sorted by relevance
50 extern const char *not_supported[];
340 const char *not_supported[] = { variable
210 for (i = 0; not_supported[i]; i++) { in main()211 if (strcmp(not_supported[i], s) == 0) { in main()