Searched refs:strcmpi (Results 1 – 1 of 1) sorted by relevance
37 #define strcmpi strcasecmp macro604 if (strcmpi (directives[i].name, tokens[tokenix].name) == 0) in process()716 if (tokens[t].type == 0 && strcmpi (tokens[t].name, string) == 0) in reserved()904 type = strcmpi (tokens[tokenix-1].name, "ENTRY") ? S_EXTERNAL : S_LABEL; in f_list()932 type = strcmpi (tokens[tokenix-1].name, "ABSOLUTE") ? S_RELATIVE : S_ABSOLUTE; in f_define()