Home | History | Annotate | Download | only in netperf

Lines Matching full:strcpy

137   strcpy(path_prefix,"/tmp");
423 strcpy(server.sun_path,stream_stream_response->unix_path);
819 strcpy(myaddr_un.sun_path,tempnam(path_prefix,"netperf."));
896 strcpy(stream_stream_response->unix_path,myaddr_un.sun_path);
1227 strcpy(server.sun_path,stream_rr_response->unix_path);
1692 strcpy(server.sun_path,dg_stream_response->unix_path);
2047 strcpy(myaddr_un.sun_path,tempnam(path_prefix,"netperf."));
2064 strcpy(dg_stream_response->unix_path,myaddr_un.sun_path);
2291 strcpy(myaddr_un.sun_path,tempnam(path_prefix,"netperf."));
2406 strcpy(server.sun_path,dg_rr_response->unix_path);
2871 strcpy(myaddr_un.sun_path,tempnam(path_prefix,"netperf."));
2887 strcpy(dg_rr_response->unix_path,myaddr_un.sun_path);
3160 strcpy(myaddr_un.sun_path,tempnam(path_prefix,"netperf."));
3185 strcpy(stream_rr_response->unix_path,myaddr_un.sun_path);
3406 strcpy(path_prefix,optarg);