HomeSort by: relevance | last modified time | path
    Searched defs:strcmpi (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/microcode/siop/
ncr53cxxx.c 39 #define strcmpi strcasecmp macro
604 if (strcmpi (directives[i].name, tokens[tokenix].name) == 0)
712 if (tokens[t].type == 0 && strcmpi (tokens[t].name, string) == 0)
898 type = strcmpi (tokens[tokenix-1].name, "ENTRY") ? S_EXTERNAL : S_LABEL;
926 type = strcmpi (tokens[tokenix-1].name, "ABSOLUTE") ? S_RELATIVE : S_ABSOLUTE;
ncr53cxxx.c 39 #define strcmpi strcasecmp macro
604 if (strcmpi (directives[i].name, tokens[tokenix].name) == 0)
712 if (tokens[t].type == 0 && strcmpi (tokens[t].name, string) == 0)
898 type = strcmpi (tokens[tokenix-1].name, "ENTRY") ? S_EXTERNAL : S_LABEL;
926 type = strcmpi (tokens[tokenix-1].name, "ABSOLUTE") ? S_RELATIVE : S_ABSOLUTE;

Completed in 24 milliseconds