Lines Matching refs:strcpy
260 (void) strcpy(kind, "D type"); in dt_dis_typestr()
263 (void) strcpy(kind, "string"); in dt_dis_typestr()
271 (void) strcpy(ckind, "unknown"); in dt_dis_typestr()
274 (void) strcpy(ckind, "integer"); in dt_dis_typestr()
277 (void) strcpy(ckind, "float"); in dt_dis_typestr()
280 (void) strcpy(ckind, "pointer"); in dt_dis_typestr()
283 (void) strcpy(ckind, "array"); in dt_dis_typestr()
286 (void) strcpy(ckind, "function"); in dt_dis_typestr()
289 (void) strcpy(ckind, "struct"); in dt_dis_typestr()
292 (void) strcpy(ckind, "union"); in dt_dis_typestr()
295 (void) strcpy(ckind, "enum"); in dt_dis_typestr()
298 (void) strcpy(ckind, "forward"); in dt_dis_typestr()
301 (void) strcpy(ckind, "typedef"); in dt_dis_typestr()
304 (void) strcpy(ckind, "volatile"); in dt_dis_typestr()
307 (void) strcpy(ckind, "const"); in dt_dis_typestr()
310 (void) strcpy(ckind, "restrict"); in dt_dis_typestr()
467 (void) strcpy(kind, "arr"); in dt_dis()
470 (void) strcpy(kind, "scl"); in dt_dis()
479 (void) strcpy(scope, "glb"); in dt_dis()
482 (void) strcpy(scope, "tls"); in dt_dis()
485 (void) strcpy(scope, "loc"); in dt_dis()