Home
last modified time | relevance | path

Searched refs:magic (Results 1 – 25 of 102104) sorted by last modified time

12345678910>>...4085

/dports/devel/libtextstyle/gettext-0.21/gettext-tools/examples/hello-c++-kde/admin/
H A Dconfig.sub1395 | macos* | mpw* | magic* | mmixware* | mon960* | lnews*)
H A Dltmain.sh62 magic="%%%MAGIC variable%%%"
3017 echo "*** with $libname but no candidates were found. (...for file magic test)"
3020 echo "*** using a file magic. Last file checked: $potlib"
4111 if test \"\$libtool_install_magic\" = \"$magic\"; then
4116 if test \"\$libtool_execute_magic\" != \"$magic\"; then
4228 if test \"\$libtool_execute_magic\" != \"$magic\"; then
4654 libtool_install_magic="$magic"
5122 libtool_execute_magic="$magic"
5186 libtool_install_magic="$magic"
/dports/x11-toolkits/blt/blt2.5/generic/
H A DbltVector.c81 unsigned int magic; /* Magic value designating whether this member
2647 clientPtr->magic = VECTOR_MAGIC;
2685 if (clientPtr->magic != VECTOR_MAGIC) {
2717 if (clientPtr->magic != VECTOR_MAGIC) {
2745 if ((clientPtr->magic != VECTOR_MAGIC) || (clientPtr->serverPtr == NULL)) {
2777 if ((clientPtr == NULL) || (clientPtr->magic != VECTOR_MAGIC) ||
2807 if (clientPtr->magic != VECTOR_MAGIC) {
H A DbltTree.h251 unsigned int magic; /* Magic value indicating whether a member
H A DbltTree.c2316 clientPtr->magic = TREE_MAGIC; in NewTreeClient()
2479 if (clientPtr->magic != TREE_MAGIC) { in Blt_TreeReleaseToken()
2517 clientPtr->magic = 0; in Blt_TreeReleaseToken()
H A DbltInit.c407 int magic; member
450 if (thPtr != NULL && thPtr->magic == 0x77711101 && thPtr->TileOption) {
H A DbltGrPs.c991 epsHeader.magic[0] = 0xC5; in CreateWindowsEPS()
992 epsHeader.magic[1] = 0xD0; in CreateWindowsEPS()
993 epsHeader.magic[2] = 0xD3; in CreateWindowsEPS()
994 epsHeader.magic[3] = 0xC6; in CreateWindowsEPS()
H A DbltDecls.h530 int magic; member
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Dintl.cpp906 size_t32 magic, // offset +00: magic id member
1194 m_bSwapped = pHeader->magic == MSGCATALOG_MAGIC_SW; in Load()
1197 bValid = m_bSwapped || pHeader->magic == MSGCATALOG_MAGIC; in Load()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/
H A Dintl.cpp906 size_t32 magic, // offset +00: magic id member
1194 m_bSwapped = pHeader->magic == MSGCATALOG_MAGIC_SW; in Load()
1197 bValid = m_bSwapped || pHeader->magic == MSGCATALOG_MAGIC; in Load()
/dports/x11-toolkits/soqt/soqt/cfg/
H A Dltmain.sh89 magic="%%%MAGIC variable%%%"
3733 $echo "*** with $libname but no candidates were found. (...for file magic test)"
3736 $echo "*** using a file magic. Last file checked: $potlib"
5352 if test \"\$libtool_install_magic\" = \"$magic\"; then
5357 if test \"\$libtool_execute_magic\" != \"$magic\"; then
5469 if test \"\$libtool_execute_magic\" != \"$magic\"; then
5951 libtool_install_magic="$magic"
6473 libtool_execute_magic="$magic"
6537 libtool_install_magic="$magic"
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/common/
H A DSoAny.cpp.in151 // A semi-random magic number -- we want to avoid crashing with any
152 // cache context id values internally used in SGI / TGS OIV as magic
H A DSoGuiRenderArea.cpp.in817 // FIXME: what is this magic number doing here - shouldn't we use
819 // magic numbers just for SGI / TGS Inventor?
2166 // Undocumented feature: there are several "magic" sequences of
H A Dspwinput_x11.cpp.in175 /* the magic XCM window used for communication */
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/common/viewers/
H A DSoGuiViewer.cpp.in887 // (The "5000" magic constant was found by fiddling around a bit
H A DSoGuiFlyViewer.cpp.in800 // Third, what's up with that magic multiplication factor of 10?
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Dintl.cpp906 size_t32 magic, // offset +00: magic id member
1194 m_bSwapped = pHeader->magic == MSGCATALOG_MAGIC_SW; in Load()
1197 bValid = m_bSwapped || pHeader->magic == MSGCATALOG_MAGIC; in Load()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Dintl.cpp906 size_t32 magic, // offset +00: magic id member
1194 m_bSwapped = pHeader->magic == MSGCATALOG_MAGIC_SW; in Load()
1197 bValid = m_bSwapped || pHeader->magic == MSGCATALOG_MAGIC; in Load()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dtranslation.cpp1009 size_t32 magic, // offset +00: magic id member
1116 m_bSwapped = pHeader->magic == MSGCATALOG_MAGIC_SW; in LoadData()
1119 bValid = m_bSwapped || pHeader->magic == MSGCATALOG_MAGIC; in LoadData()
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCOCTLoader.h96 u32 magic; // 'OCTX' - 0x4F435458L member
H A DCImageLoaderDDS.h118 c8 magic[ 4 ]; member
H A DCImageLoaderDDS.cpp76 if( *((s32*) dds->magic) != *((s32*) "DDS ") ) in DDSGetInfo()
H A DCMD2MeshFileLoader.cpp29 s32 magic; // four character code "IDP2" member
129 header.magic = os::Byteswap::byteswap(header.magic); in loadFile()
148 if (header.magic != MD2_MAGIC_NUMBER || header.version != MD2_VERSION) in loadFile()
/dports/x11-toolkits/wlroots/wlroots-0.12.0/xcursor/
H A Dxcursor.c102 XcursorUInt magic; /* magic number */ member
314 fileHeader->magic = XCURSOR_MAGIC; in _XcursorFileHeaderCreate()
332 if (!_XcursorReadUInt (file, &head.magic)) in _XcursorReadFileHeader()
334 if (head.magic != XCURSOR_MAGIC) in _XcursorReadFileHeader()
349 fileHeader->magic = head.magic; in _XcursorReadFileHeader()
/dports/x11-toolkits/p5-Prima/Prima-1.63/t/Widget/
H A DMouse.t22 # XP does some random bad magic with mouse movements

12345678910>>...4085