Home
last modified time | relevance | path

Searched refs:local_fill_file (Results 1 – 4 of 4) sorted by relevance

/external/netperf/src/
Dnetsh.c115 char local_fill_file[BUFSIZ] = ""; variable
704 strncpy(local_fill_file,arg1,sizeof(local_fill_file)); in scan_cmd_line()
705 local_fill_file[sizeof(local_fill_file) - 1] = '\0'; in scan_cmd_line()
Dnetsh.h192 local_fill_file[BUFSIZ],
Dnetlib.c1545 if (strcmp(local_fill_file,"") == 0) { in allocate_buffer_ring()
1551 fill_source = (FILE *)fopen(local_fill_file,"r"); in allocate_buffer_ring()
1713 if (strcmp (local_fill_file, "") == 0) { in allocate_exs_buffer_ring()
1718 fill_source = (FILE *) fopen (local_fill_file, "r"); in allocate_exs_buffer_ring()
1849 if (strcmp(local_fill_file,"") == 0) { in alloc_sendfile_buf_ring()
1906 fildes = open(local_fill_file , O_RDONLY); in alloc_sendfile_buf_ring()
1915 if (stat(local_fill_file,&statbuf) != 0) { in alloc_sendfile_buf_ring()
Dnettest_omni.c2390 local_fill_file, 0, 0, NETPERF_TYPE_CHAR); in print_omni_init_list()
5079 strncpy(local_fill_file, in recv_omni()
5081 sizeof(local_fill_file)); in recv_omni()