Lines Matching refs:to
39 static char* trstrcpy(char* to, const char* from, int endc)41 static char* trstrcpy(to, from, endc)42 char* to;49 memcpy(to,from,n);50 to += n;51 if((*to = endc) )52 to += 1;53 return to;56 /* convert a long value to an ascii representation */61 Vmulong_t v; /* value to convert */