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

/haiku-fatelf/src/bin/bash/lib/intl/
H A Dos2compat.h41 #define strcasecmp stricmp
/haiku-fatelf/src/bin/gawk/intl/
H A Dos2compat.h39 #define strcasecmp stricmp
/haiku-fatelf/src/add-ons/print/transports/ipp/
H A DHttpURLConnection.cpp8 #define stricmp strcasecmp macro
135 if (!stricmp(protocol, "http")) {
137 } else if (!stricmp(protocol, "ipp")) {
279 } else if (stricmp(s, "Keep-Alive")) {
H A DIppURLConnection.cpp17 #define stricmp strcasecmp macro
/haiku-fatelf/src/bin/network/wget/msdos/
H A Dconfig.h126 #define strcasecmp stricmp
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server-Windows/
H A Dprinting.cpp70 if (stricmp(status, "Scheduling...") == 0)
181 if (!ur->isGroup && stricmp(ur->user, user) == 0)
193 if (groups[i] && stricmp(ur->user, groups[i]) == 0)
H A DBeServed.cpp1148 if (stricmp(tokBuffer, keywords[i]) == 0)
2072 if (stricmp(fileShares[i].name, shareName) == 0)
2084 if (stricmp(fileShares[i].name, shareName) == 0)
2096 if (stricmp(fileShares[i].path, path) == 0)
2110 if (stricmp(printerName, sharedPrinters[i].printerName) == 0)
2278 if (!ur->isGroup && stricmp(ur->user, user) == 0)
2285 if (groups[i] && stricmp(ur->user, groups[i]) == 0)
2779 if (stricmp(ext, map->extension) == 0)
2825 if (!ur->isGroup && stricmp(ur->user, user) == 0)
2837 if (groups[i] && stricmp(u
[all...]
/haiku-fatelf/src/bin/network/wget/src/
H A Dmswindows.h75 # define strcasecmp stricmp
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/FileSharing-Windows/
H A DFileSharingDlg.cpp530 if (stricmp(tokBuffer, keywords[i]) == 0)
551 if (stricmp(fileShares[i].name, shareName) == 0)
563 if (stricmp(fileShares[i].name, shareName) == 0)
577 if (stricmp(printerName, sharedPrinters[i].printerName) == 0)
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Dpcap-dos.c188 else if (stricmp(active_dev->name,device_name))
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dtriostr.c71 # define strcasecmp(x,y) stricmp(x,y)
/haiku-fatelf/src/tools/rman/
H A Drman.c263 stricmp(const char *s1, const char *s2) { function
276 int lcexceptionscmp(const char **a, const char **b) { return stricmp(*a, *b); }
2834 if (stricmp(p,"NAME")==0 || stricmp(p,"NOMBRE")==0) { /* works because line already filtered */

Completed in 119 milliseconds