Searched refs:strcasecmp (Results 1 - 25 of 78) sorted by relevance

1234

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DCommonLib.h153 #define stricmp strcasecmp
154 #define _stricmp strcasecmp
156 #define strcmpi strcasecmp
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/String/
H A Dstrncasecmp.c41 strcasecmp.c 8.1 (Berkeley) 6/4/93
52 __weak_alias(strcasecmp,_strcasecmp)
H A DComparison.c108 strcasecmp(const char *s1, const char *s2) function
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dstrings.h53 extern int strcasecmp ( const char *s1, const char *s2 );
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dres_update.c149 if (strcasecmp(dname,
156 if (strcasecmp(dname, tmprrecp->r_dname) == 0
182 strcasecmp(tmpzptr->z_ns[i].nsname,
255 if (strcasecmp(dname, zname) == 0) {
293 if (strcasecmp(dname, zname) != 0 ||
317 if (strcasecmp(zname, zptr->z_origin) == 0 &&
377 if (strcasecmp(zname, zptr->z_origin) == 0)
435 if (strcasecmp(name, zname) == 0 &&
463 if (strcasecmp(name, zptr->z_ns[j].nsname) == 0) {
515 if (strcasecmp(zpt
[all...]
H A Dgethostbyht.c185 if (strcasecmp(p->h_name, name) == 0)
188 if (strcasecmp(*cp, name) == 0)
H A Dgetnetbyht.c145 if (strcasecmp(p->n_name, name) == 0)
148 if (strcasecmp(*cp, name) == 0)
H A Dgetnetnamadr.c74 if(!strcasecmp(name, service_names[i].name)) {
H A Dgethostnamadr.c78 if(!strcasecmp(name, service_names[i].name)) {
/vbox/src/VBox/ExtPacks/VBoxDTrace/include/
H A DVBoxDTraceLibCWrappers.h52 #undef strcasecmp macro
53 #define strcasecmp(a_psz1, a_psz2) RTStrICmp(a_psz1, a_psz2) macro
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/image/
H A Dcomboot.c231 if ( strcasecmp( ext, "com" ) && strcasecmp( ext, "cbt" ) ) {
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dport.h330 int strcasecmp(const char *str1, const char *str2);
332 # define strcasecmp _stricmp macro
482 #define strcasecmp __WINE_NOT_PORTABLE(strcasecmp) macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dport.h334 int strcasecmp(const char *str1, const char *str2);
336 # define strcasecmp _stricmp macro
477 #define strcasecmp __WINE_NOT_PORTABLE(strcasecmp) macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dport.h330 int strcasecmp(const char *str1, const char *str2);
332 # define strcasecmp _stricmp macro
482 #define strcasecmp __WINE_NOT_PORTABLE(strcasecmp) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dport.h339 int strcasecmp(const char *str1, const char *str2);
341 # define strcasecmp _stricmp macro
482 #define strcasecmp __WINE_NOT_PORTABLE(strcasecmp) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dport.h330 int strcasecmp(const char *str1, const char *str2);
332 # define strcasecmp _stricmp macro
482 #define strcasecmp __WINE_NOT_PORTABLE(strcasecmp) macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A Dsunos4.h132 extern int strcasecmp(const char *, const char *);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dport.h330 int strcasecmp(const char *str1, const char *str2);
332 # define strcasecmp _stricmp macro
482 #define strcasecmp __WINE_NOT_PORTABLE(strcasecmp) macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstring.h69 int strcasecmp (const char *s1, const char *s2);
462 int strcasecmp(const char *s1, const char *s2);
/vbox/src/VBox/Devices/PC/ipxe/src/hci/commands/
H A Dfcmgmt_cmd.c93 if ( strcasecmp ( (*handler)->name, text ) == 0 )
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dsundance.c646 if (strcasecmp(media, "autosense") != 0) {
648 if (strcasecmp(media, "100mbps_fd") == 0 ||
649 strcasecmp(media, "4") == 0) {
652 } else if (strcasecmp(media, "100mbps_hd") == 0
653 || strcasecmp(media, "3") == 0) {
656 } else if (strcasecmp(media, "10mbps_fd") == 0 ||
657 strcasecmp(media, "2") == 0) {
660 } else if (strcasecmp(media, "10mbps_hd") == 0 ||
661 strcasecmp(media, "1") == 0) {
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dconfig.h53 #define strcasecmp stricmp macro
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dstring.c131 int strcasecmp(const char *a, const char *b) function
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dconfig.h54 #define strcasecmp stricmp macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dconfig.h54 #define strcasecmp stricmp macro

Completed in 142 milliseconds

1234