Searched refs:strnicmp (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/bin/bash/lib/intl/
H A Dos2compat.h42 #define strncasecmp strnicmp
/haiku-fatelf/src/bin/gawk/intl/
H A Dos2compat.h40 #define strncasecmp strnicmp
/haiku-fatelf/src/add-ons/print/transports/ipp/
H A DIppURLConnection.cpp18 #define strnicmp strncasecmp macro
80 return strnicmp(s, "application/ipp", 15) ? false : true;
/haiku-fatelf/src/bin/network/wget/src/
H A Dmswindows.h78 # define strncasecmp strnicmp
/haiku-fatelf/src/bin/gdb/gdb/nlm/
H A Dgdbserve.c825 if (strnicmp(*argv, "BAUD=", 5) == 0)
846 else if (strnicmp(*argv, "BOARD=", 6) == 0)
858 else if (strnicmp(*argv, "NODE=", 5) == 0)
870 else if (strnicmp(*argv, "PORT=", 5) == 0)
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Dpcap-dos.c382 if (!strnicmp(dev->name,"pkt",3))
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dtriostr.c72 # define strncasecmp(x,y,n) strnicmp(x,y,n)
/haiku-fatelf/src/bin/unzip/
H A Dunzpriv.h742 # define STRNICMP strnicmp

Completed in 92 milliseconds