Searched refs:strcmpi (Results 1 – 5 of 5) sorted by relevance
176 RESULT = strcmpi ((X), (Y)); \179 return strcmpi ((X), (Y)); \
315 && (*(a) == '\0' || !strcmpi ((a) + 1, (b) + 1))))326 extern int strcmpi (const char *,const char *);
262 strcmpi (const char *s1, const char *s2) in strcmpi() function
158 Added extern strcmpi declaration to avoid 'implicitly declared' messages.
39 #define strcmpi strcasecmp macro604 if (strcmpi (directives[i].name, tokens[tokenix].name) == 0) in process()712 if (tokens[t].type == 0 && strcmpi (tokens[t].name, string) == 0) in reserved()898 type = strcmpi (tokens[tokenix-1].name, "ENTRY") ? S_EXTERNAL : S_LABEL; in f_list()926 type = strcmpi (tokens[tokenix-1].name, "ABSOLUTE") ? S_RELATIVE : S_ABSOLUTE; in f_define()