Home | History | Annotate | Download | only in netperf

Lines Matching refs:fill_file

1223  /* will be filled with data from the file specified in fill_file. if */
1224 /* fill_file is an empty string, the buffers will not be filled with */
1249 if (strcmp(fill_file,"") == 0) {
1255 fill_file,"r");
1385 /* will be filled with data from the file specified in fill_file. if */
1386 /* fill_file is an empty string, the buffers will not be filled with */
1412 if (strcmp (fill_file, "") == 0) {
1417 fill_source = (FILE *) fopen (fill_file, "r");
1547 if (strcmp(fill_file,"") == 0) {
1610 fildes = open(fill_file , O_RDONLY);
1619 if (stat(fill_file,&statbuf) != 0) {