Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/gmake/dist/
H A Dhash.h176 RESULT = strcmpi ((X), (Y)); \
179 return strcmpi ((X), (Y)); \
H A Dmake.h315 && (*(a) == '\0' || !strcmpi ((a) + 1, (b) + 1))))
326 extern int strcmpi (const char *,const char *);
H A Dvmsfunctions.c262 strcmpi (const char *s1, const char *s2) in strcmpi() function
H A Dreadme.vms158 Added extern strcmpi declaration to avoid 'implicitly declared' messages.
/netbsd-src/sys/dev/microcode/siop/
H A Dncr53cxxx.c39 #define strcmpi strcasecmp macro
604 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()