Searched refs:stricmp (Results 26 - 50 of 54) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dtinytest.c308 if (!sp || stricmp(sp, ".exe"))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Dg10lib.h220 #define stricmp(a,b) strcasecmp( (a), (b) )
218 #define stricmp macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/source/
H A Dmacopen.c211 if (stricmp(envptr,"yes") == 0)
H A Dmacos.c288 if (stricmp(envptr,"yes") == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dg10lib.h220 #define stricmp(a,b) strcasecmp( (a), (b) )
218 #define stricmp macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dmd.c210 return (! stricmp (digest->name, name));
225 if (! stricmp (oid, oid_specs[i].oidstring))
316 if (! stricmp (oid, digest->oids[i].oidstring))
H A Dcipher.c338 int i, ret = ! stricmp (name, cipher->name);
342 ret = ! stricmp (name, aliases[i]);
358 if (! stricmp (oid, oid_specs[i].oid))
454 if (! stricmp (oid, cipher->oids[i].oid))
H A Dpubkey.c236 int ret = stricmp (name, pubkey->name);
239 ret = stricmp (name, *aliases++);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dmd.c210 return (! stricmp (digest->name, name));
225 if (! stricmp (oid, oid_specs[i].oidstring))
316 if (! stricmp (oid, digest->oids[i].oidstring))
H A Dcipher.c338 int i, ret = ! stricmp (name, cipher->name);
342 ret = ! stricmp (name, aliases[i]);
358 if (! stricmp (oid, oid_specs[i].oid))
454 if (! stricmp (oid, cipher->oids[i].oid))
H A Dpubkey.c236 int ret = stricmp (name, pubkey->name);
239 ret = stricmp (name, *aliases++);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-compat-howl/include/salt/
H A Dplatform.h165 # define sw_strcasecmp(ARG1, ARG2) stricmp(ARG1, ARG2)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/include/salt/
H A Dplatform.h165 # define sw_strcasecmp(ARG1, ARG2) stricmp(ARG1, ARG2)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/share/grabbag/
H A Dcuesheet.c204 #define FLAC__STRCASECMP stricmp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/random/
H A Drndw32.c516 if (status == ERROR_SUCCESS && stricmp (szValue, "WinNT"))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/theos/
H A Dtheos.c239 if (! stricmp(path, f->name)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drndw32.c516 if (status == ERROR_SUCCESS && stricmp (szValue, "WinNT"))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps-util-win.c371 if (lastdot && stricmp (lastdot, ".exe") == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-dos.c195 else if (stricmp(active_dev->name,pcap->opt.source))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dwxchar.h830 #define wxStricmp stricmp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtriostr.c71 # define strcasecmp(x,y) stricmp(x,y)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dtriostr.c71 # define strcasecmp(x,y) stricmp(x,y)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtstring.tex148 stricmp() or strcasecmp() on different platforms.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Dmain.c47 #define FLAC__STRCASECMP stricmp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/xmcombo/
H A Dxmcombo.c138 #define strcasecmp stricmp

Completed in 231 milliseconds

123