Searched refs:strncasecmp (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/vcl/unx/generic/app/ |
H A D | salinst.cxx | 423 …ol bAvoid = (strncasecmp( lang, "ar", 2 ) == 0) || (strncasecmp( lang, "he", 2 ) == 0) || strncase… in FillFontPathList()
|
H A D | keysymnames.cxx | 424 …if( ! strncasecmp( pKeyboard, aKeyboards[n].pKeyboardName, strlen( aKeyboards[n].pKeyboardName ) )… in getKeysymReplacementName()
|
/aoo42x/main/sal/osl/os2/ |
H A D | file.cxx | 2464 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()
|
/aoo42x/main/xml2cmp/source/inc/ |
H A D | str.h | 30 #define strnicmp(str1,str2,n) strncasecmp(str1, str2, n)
|
/aoo42x/main/xml2cmp/source/xcd/ |
H A D | parse.cxx | 36 #define strnicmp strncasecmp
|
/aoo42x/main/jvmfwk/source/ |
H A D | fwkutil.cxx | 121 int nCompare = strncasecmp( buf, "true", 4 ); in isAccessibilitySupportDesired()
|
/aoo42x/main/autodoc/source/parser_i/idoc/ |
H A D | docu_pe2.cxx | 42 #define strnicmp strncasecmp
|
/aoo42x/main/sal/osl/unx/ |
H A D | profile.c | 1832 (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()
|
/aoo42x/main/vcl/source/glyphs/ |
H A D | gcach_ftyp.cxx | 88 #define strncasecmp strnicmp macro 195 if( pLangBoost && !strncasecmp( pLangBoost, &maNativeFileName.getStr()[nPos+1], 3 ) ) in FtFontFile()
|
/aoo42x/main/vcl/unx/gtk/gdi/ |
H A D | salnativewidgets-gtk.cxx | 3622 && ( 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 105 milliseconds