OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Sep 30 11:09:46 GMT 2025