Home
last modified time | relevance | path

Searched refs:strncasecmp (Results 1 – 10 of 10) sorted by relevance

/trunk/main/vcl/unx/generic/app/
H A Dsalinst.cxx423 …ol bAvoid = (strncasecmp( lang, "ar", 2 ) == 0) || (strncasecmp( lang, "he", 2 ) == 0) || strncase… in FillFontPathList()
H A Dkeysymnames.cxx424 …if( ! strncasecmp( pKeyboard, aKeyboards[n].pKeyboardName, strlen( aKeyboards[n].pKeyboardName ) )… in getKeysymReplacementName()
/trunk/main/sal/osl/os2/
H A Dfile.cxx2464 if ((strncasecmp( fstype, "LAN", 3) == 0) //- OS/2 LAN drives in get_drive_type()
2465 || (strncasecmp( fstype, "NDFS", 4) == 0) //- NetDrive in get_drive_type()
2466 || (strncasecmp( fstype, "REMOTE", 5) == 0) ) //- NT disconnected in get_drive_type()
2468 else if (strncasecmp( fstype, "RAMFS", 5) == 0) in get_drive_type()
2470 else if ((strncasecmp( fstype, "CD", 2) == 0) // OS2:CDFS, DOS/WIN:CDROM in get_drive_type()
2471 || (strncasecmp( fstype, "UDF", 3) == 0) ) // OS2:UDF DVD's in get_drive_type()
/trunk/main/xml2cmp/source/inc/
H A Dstr.h30 #define strnicmp(str1,str2,n) strncasecmp(str1, str2, n)
/trunk/main/xml2cmp/source/xcd/
H A Dparse.cxx36 #define strnicmp strncasecmp
/trunk/main/jvmfwk/source/
H A Dfwkutil.cxx121 int nCompare = strncasecmp( buf, "true", 4 ); in isAccessibilitySupportDesired()
/trunk/main/autodoc/source/parser_i/idoc/
H A Ddocu_pe2.cxx42 #define strnicmp strncasecmp
/trunk/main/sal/osl/unx/
H A Dprofile.c1832 (strncasecmp(Section, &pProfile->m_Lines[pSec->m_Line][pSec->m_Offset], pSec->m_Len) in findEntry()
1851 (strncasecmp(Entry, pStr, pSec->m_Entries[i].m_Len) in findEntry()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx88 #define strncasecmp strnicmp macro
195 if( pLangBoost && !strncasecmp( pLangBoost, &maNativeFileName.getStr()[nPos+1], 3 ) ) in FtFontFile()
/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx3622 && ( strncasecmp( pThemeName, "blueprint", 9 ) == 0 in updateSettings()
3623 || strncasecmp( pThemeName, "Adwaita", 7 ) == 0 )) in updateSettings()
3632 if( pThemeName && strncasecmp( pThemeName, "blueprint", 9 ) == 0 ) in updateSettings()

Completed in 298 milliseconds