Home
last modified time | relevance | path

Searched refs:stricmp (Results 1 – 6 of 6) sorted by relevance

/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_FontContainer.cpp21 #define stricmp std::strcasecmp macro
/NW4C-1.3.3/tools/DccPlugin/3dsMax/x86/2010/Scripts/Startup/
DNW4C_utils.ms.inc243 nw4c.doesExportSelected = ((stricmp val "Selection") == 0)
247 "OutputMode": nw4c.UseCreativeStudio = ((stricmp val "CreativeStudio") == 0)
251 "FrameRange": nw4c.doesExportAllFrames = ((stricmp val "Range") != 0)
292 "MeshVisibilityMode": nw4c.VisibilityBindByName = ((stricmp val "BindByName") == 0)
/NW4C-1.3.3/tools/DccPlugin/3dsMax/x64/2010/Scripts/Startup/
DNW4C_utils.ms.inc243 nw4c.doesExportSelected = ((stricmp val "Selection") == 0)
247 "OutputMode": nw4c.UseCreativeStudio = ((stricmp val "CreativeStudio") == 0)
251 "FrameRange": nw4c.doesExportAllFrames = ((stricmp val "Range") != 0)
292 "MeshVisibilityMode": nw4c.VisibilityBindByName = ((stricmp val "BindByName") == 0)
/NW4C-1.3.3/tools/DccPlugin/3dsMax/x86/2009/Scripts/Startup/
DNW4C_utils.ms.inc243 nw4c.doesExportSelected = ((stricmp val "Selection") == 0)
247 "OutputMode": nw4c.UseCreativeStudio = ((stricmp val "CreativeStudio") == 0)
251 "FrameRange": nw4c.doesExportAllFrames = ((stricmp val "Range") != 0)
292 "MeshVisibilityMode": nw4c.VisibilityBindByName = ((stricmp val "BindByName") == 0)
/NW4C-1.3.3/tools/DccPlugin/3dsMax/x64/2009/Scripts/Startup/
DNW4C_utils.ms.inc243 nw4c.doesExportSelected = ((stricmp val "Selection") == 0)
247 "OutputMode": nw4c.UseCreativeStudio = ((stricmp val "CreativeStudio") == 0)
251 "FrameRange": nw4c.doesExportAllFrames = ((stricmp val "Range") != 0)
292 "MeshVisibilityMode": nw4c.VisibilityBindByName = ((stricmp val "BindByName") == 0)
/NW4C-1.3.3/include/nw/ut/
Dut_Inlines.h377 stricmp( in stricmp() function