Lines Matching refs:pdst
81 sal_Char* pdst = dst; in cpystr() local
83 while( *pdst++ = *psrc++ ); in cpystr()
91 sal_Char* pdst = dst; in cpynstr() local
102 *pdst++ = *psrc++; in cpynstr()
103 *pdst = '\0'; in cpynstr()
160 sal_Char* pdst = dst; in createName() local
165 cpystr( pdst, meth ); in createName()
166 cpystr( pdst+ AStringLen(meth), "_" ); in createName()
170 cpystr(pdst + AStringLen(pdst), "0" ); in createName()
174 cpystr(pdst + AStringLen(pdst), "0" ); in createName()
177 cpystr( pdst + AStringLen(pdst), nstr ); in createName()
178 return( pdst ); in createName()