Home
last modified time | relevance | path

Searched refs:strcmpi (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/sys/dev/microcode/siop/
Dncr53cxxx.c37 #define strcmpi strcasecmp macro
604 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()