Searched refs:strcaseeq (Results 1 – 2 of 2) sorted by relevance
162 if (!optarg || strcaseeq("help", optarg)) { in main()167 if (strcaseeq(methods[i].method, optarg)) { in main()
6 #define strcaseeq(a, b) (strcasecmp(a, b) == 0) macro