Searched refs:stricmp (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.bin/texinfo/intl/
H A Dos2compat.h39 #define strcasecmp stricmp
/openbsd-current/gnu/usr.bin/perl/win32/
H A Dwin32.c357 if (!ptr || stricmp(ptr+1, strip) != 0) {
3330 if (stricmp(filename, "/dev/null")==0)
3356 if (stricmp(path, "/dev/null")==0)
3854 if (stricmp(newname, oname))
3960 if (stricmp(path, "/dev/null")==0)
4218 && (stricmp(&cname[clen-4], ".bat") == 0
4219 || (stricmp(&cname[clen-4], ".cmd") == 0)))
4233 if (stricmp(exe, "cmd.exe") == 0 || stricmp(exe, "cmd") == 0) {
4237 else if (stricmp(ex
[all...]
/openbsd-current/gnu/usr.bin/perl/os2/
H A Dos2.c1750 || ( stricmp(name + 5, "con") != 0
1751 && stricmp(name + 5, "tty") != 0
1752 && stricmp(name + 5, "nul") != 0
1753 && stricmp(name + 5, "null") != 0) ) {

Completed in 98 milliseconds