Lines Matching refs:strcpy
63 extern char *strcpy();
129 (void) strcpy(newvalue, "%r"); in checkparms()
169 (void) strcpy(newvalue, "%d"); in infotocap()
175 (void) strcpy(newvalue, "%2"); in infotocap()
181 (void) strcpy(newvalue, "%3"); in infotocap()
187 (void) strcpy(newvalue, "%2"); in infotocap()
193 (void) strcpy(newvalue, "%3"); in infotocap()
199 (void) strcpy(newvalue, "%."); in infotocap()
209 (void) strcpy(newvalue, "%i"); in infotocap()
213 (void) strcpy(newvalue, "%%"); in infotocap()
231 (void) strcpy(&_newvalue[BYHANDMSGLEN], savevalue); in infotocap()