Home
last modified time | relevance | path

Searched defs:dest (Results 1 – 5 of 5) sorted by relevance

/phasta/phSolver/common/
H A DphString.cc11 void phstr_appendInt(char* dest, int v) { in phstr_appendInt()
18 void phstr_appendDbl(char* dest, double v) { in phstr_appendDbl()
25 void phstr_appendStr(char* dest, char* src) { in phstr_appendStr()
H A DphStr.f25 character(c_char) :: dest(*) local
H A DphIO.cc119 void phio_appendInt(char* dest, int v) { in phio_appendInt()
/phasta/phastaIO/
H A DvtkPhastaReader.cxx192 char* dest = new char [ length + 1 ]; in StringStripper() local
H A DphastaIO.cc176 char* dest = (char *)malloc( length + 1 ); in StringStripper() local