Home
last modified time | relevance | path

Searched refs:fromwhere (Results 1 – 21 of 21) sorted by relevance

/dports/sysutils/loganalyzer/loganalyzer-4.1.12/src/include/
H A Dfunctions_debugoutput.php99 function PrintHTMLDebugInfo( $facility, $fromwhere, $szDbgInfo ) argument
112 …print ( $gldbgcounter . ". \t" . GetFacilityAsString($facility) . ". \t" . $fromwhere . ". \t" . $…
119 … <td class="' . $currentclass . '" width="150" align="center" nowrap><B>' . $fromwhere . '</B></td>
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DTCollection_AsciiString.hxx270 Standard_EXPORT void Copy (const Standard_CString fromwhere);
271 void operator = (const Standard_CString fromwhere) in operator =() argument
273 Copy(fromwhere); in operator =()
279 Standard_EXPORT void Copy (const TCollection_AsciiString& fromwhere);
280 void operator = (const TCollection_AsciiString& fromwhere) in operator =() argument
282 Copy(fromwhere); in operator =()
H A DTCollection_ExtendedString.hxx152 Standard_EXPORT void Copy (const TCollection_ExtendedString& fromwhere);
153 void operator = (const TCollection_ExtendedString& fromwhere) in operator =() argument
155 Copy(fromwhere); in operator =()
/dports/cad/opencascade/opencascade-7.6.0/src/TCollection/
H A DTCollection_AsciiString.hxx270 Standard_EXPORT void Copy (const Standard_CString fromwhere);
271 void operator = (const Standard_CString fromwhere) in operator =() argument
273 Copy(fromwhere); in operator =()
279 Standard_EXPORT void Copy (const TCollection_AsciiString& fromwhere);
280 void operator = (const TCollection_AsciiString& fromwhere) in operator =() argument
282 Copy(fromwhere); in operator =()
H A DTCollection_ExtendedString.hxx152 Standard_EXPORT void Copy (const TCollection_ExtendedString& fromwhere);
153 void operator = (const TCollection_ExtendedString& fromwhere) in operator =() argument
155 Copy(fromwhere); in operator =()
H A DTCollection_AsciiString.cxx400 void TCollection_AsciiString::Copy(const Standard_CString fromwhere) in Copy() argument
402 if (fromwhere) { in Copy()
403 mylength = Standard_Integer( strlen( fromwhere )); in Copy()
405 memcpy (mystring, fromwhere, mylength + 1); in Copy()
416 void TCollection_AsciiString::Copy(const TCollection_AsciiString& fromwhere) in Copy() argument
418 if (fromwhere.mystring) { in Copy()
419 mylength = fromwhere.mylength; in Copy()
421 memcpy (mystring, fromwhere.mystring, mylength + 1); in Copy()
H A DTCollection_ExtendedString.cxx365 void TCollection_ExtendedString::Copy (const TCollection_ExtendedString& fromwhere) in Copy() argument
368 if (fromwhere.mystring) { in Copy()
369 const Standard_Integer newlength = fromwhere.mylength; in Copy()
379 memcpy (mystring, fromwhere.mystring, aSizeBytes); in Copy()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DTCollection_AsciiString.hxx270 Standard_EXPORT void Copy (const Standard_CString fromwhere);
271 void operator = (const Standard_CString fromwhere) in operator =() argument
273 Copy(fromwhere); in operator =()
279 Standard_EXPORT void Copy (const TCollection_AsciiString& fromwhere);
280 void operator = (const TCollection_AsciiString& fromwhere) in operator =() argument
282 Copy(fromwhere); in operator =()
H A DTCollection_ExtendedString.hxx149 Standard_EXPORT void Copy (const TCollection_ExtendedString& fromwhere);
150 void operator = (const TCollection_ExtendedString& fromwhere) in operator =() argument
152 Copy(fromwhere); in operator =()
/dports/science/ghmm/ghmm-0.9-rc3/ghmm/
H A Dunsupported.h122 int ighmm_mes_fseek (FILE * fp, long offset, int fromwhere);
127 int fromwhere);
H A Dmes.c889 int ighmm_mes_fseek (FILE * fp, long offset, int fromwhere) in ighmm_mes_fseek() argument
891 int res = fp ? fseek (fp, offset, fromwhere) : -1; in ighmm_mes_fseek()
897 switch (fromwhere) { in ighmm_mes_fseek()
908 mes_aux (MES_FLAG_FILE_WIN, " with undefinded offset %d\n", fromwhere); in ighmm_mes_fseek()
917 int fromwhere) in mes_fseek64() argument
928 pos64 = _lseeki64 (fh, off64, fromwhere); in mes_fseek64()
/dports/math/ngraph/Ngraph-6.3.54-src/src/
H A Dioutil.c740 void nlseek(int fd,long offset,int fromwhere) argument
742 lseek(fd,offset,fromwhere);
831 void nlseek(HANDLE fd,long offset,int fromwhere) argument
836 if (fromwhere==SEEK_CUR) dwMoveMethod=FILE_CURRENT;
837 else if (fromwhere==SEEK_END) dwMoveMethod=FILE_END;
838 else if (fromwhere==SEEK_SET) dwMoveMethod=FILE_BEGIN;
H A Dioutil.h79 void nlseek(HANDLE fd,long offset,int fromwhere);
/dports/emulators/gbe/gbe/
H A Dmem.c47 void install_memory(char bank, void *fromwhere) in install_memory() argument
49 gameboy_memory[bank] = fromwhere; in install_memory()
/dports/databases/libodbc++/libodbc++-0.2.5/src/
H A Dresultset.cpp596 …RR(ret, resultset, hstmt, fromwhere) if(ret != SQL_SUCCESS) {resultset->_checkStmtError(hstmt,ret,… argument
597 …, resultset, hstmt, fromwhere, ODBCSTATE) if(ret != SQL_SUCCESS) {resultset->_checkStmtError(hstmt… argument
/dports/math/form/form-4.2.1/sources/
H A Dfactor.c52 int fromwhere = 0, i; in FactorIn() local
83 fromwhere = 1; in FactorIn()
101 if ( fromwhere == 0 ) { in FactorIn()
390 if ( fromwhere == 0 ) { in FactorIn()
/dports/games/jfsw/jfsw-c434002/jfbuild/include/
H A Dbuild.h387 int loadboard(char *filename, char fromwhere, int *daposx, int *daposy, int *daposz, short *daang…
541 int loadoldboard(char *filename, char fromwhere, int *daposx, int *daposy, int *daposz, short *daan…
/dports/textproc/py-sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.4.1/test/roots/test-parallel/
H A Dlistb.bib281 fromwhere = {IL},
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dbuild.h1631 int32_t engineLoadBoardV5V6(const char *filename, char fromwhere, vec3_t *dapos, int16_t *daang, in…
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dengine.c6171 int loadboard(char *filename, char fromwhere, int *daposx, int *daposy, int *daposz, in loadboard() argument
6177 …if ((unsigned char)filename[i] == 255) { filename[i] = 0; fromwhere = 1; } // JBF 20040119: "compa… in loadboard()
6178 if ((fil = kopen4load(filename,fromwhere)) == -1) in loadboard()
7094 int loadoldboard(char *filename, char fromwhere, int *daposx, int *daposy, int *daposz, in loadoldboard() argument
7106 …if ((unsigned char)filename[i] == 255) { filename[i] = 0; fromwhere = 1; } // JBF 20040119: "compa… in loadoldboard()
7107 if ((fil = kopen4load(filename,fromwhere)) == -1) in loadoldboard()
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dengine.cpp10515 int32_t engineLoadBoardV5V6(const char *filename, char fromwhere, vec3_t *dapos, int16_t *daang, in… in engineLoadBoardV5V6() argument
10519 if ((fil = kopen4load(filename, fromwhere)) == buildvfs_kfd_invalid) in engineLoadBoardV5V6()