Lines Matching refs:pdst
85 sal_Char* pdst = dst; in cpystr() local
87 while( (*pdst++ = *psrc++) ); in cpystr()
95 sal_Char* pdst = dst; in cpynstr() local
106 *pdst++ = *psrc++; in cpynstr()
107 *pdst = '\0'; in cpynstr()
182 sal_Char* pdst = dst; in createName() local
187 cpystr( pdst, meth ); in createName()
188 cpystr( pdst+ AStringLen(meth), "_" ); in createName()
192 cpystr(pdst + AStringLen(pdst), "0" ); in createName()
196 cpystr(pdst + AStringLen(pdst), "0" ); in createName()
199 cpystr( pdst + AStringLen(pdst), nstr ); in createName()
200 return( pdst ); in createName()