Home | History | Annotate | Download | only in netperf

Lines Matching full:sizeof

179   snprintf(&FileName[strlen(FileName)], sizeof(FileName) - strlen(FileName), "_%d", getpid());
257 sizeof(temp_rate));
259 (char *)netperf_response.content.test_specific_data + sizeof(temp_rate),
260 sizeof(lib_num_loc_cpus));
439 netperf_socklen_t peeraddr_len = sizeof(peeraddr);
461 memset(&hints,0,sizeof(hints));
520 sizeof(on)) == SOCKET_ERROR) {
664 memset(&si, 0 , sizeof(STARTUPINFO));
665 si.cb = sizeof(STARTUPINFO);
677 snprintf(&cmdline[strlen(cmdline)], sizeof(cmdline) - strlen(cmdline), " -v %d", verbosity);
680 snprintf(&cmdline[strlen(cmdline)], sizeof(cmdline) - strlen(cmdline), " -d");
682 snprintf(&cmdline[strlen(cmdline)], sizeof(cmdline) - strlen(cmdline), " -I %x", (int)(UINT_PTR)server_sock);
683 snprintf(&cmdline[strlen(cmdline)], sizeof(cmdline) - strlen(cmdline), " -i %x", (int)(UINT_PTR)server_control);
684 snprintf(&cmdline[strlen(cmdline)], sizeof(cmdline) - strlen(cmdline), " -i %x", (int)(UINT_PTR)where);
800 netperf_socklen_t namelen = sizeof(name);
827 strncpy(local_host_name,"0.0.0.0",sizeof(local_host_name));
829 strncpy(listen_port,TEST_PORT,sizeof(listen_port));
845 strncpy(local_host_name,arg1,sizeof(local_host_name));
855 strncpy(local_host_name,"::0",sizeof(local_host_name));
875 strncpy(listen_port,optarg,sizeof(listen_port));
884 strncpy(local_host_name,"::0",sizeof(local_host_name));
921 snprintf(&FileName[strlen(FileName)], sizeof(FileName) - strlen(FileName), "_%d", getpid());
930 snprintf(&FileName[strlen(FileName)], sizeof(FileName) - strlen(FileName), "_%x", getpid());
987 strncpy(listen_port,TEST_PORT,sizeof(listen_port));
996 strncpy(listen_port,TEST_PORT,sizeof(listen_port));