Home | History | Annotate | Download | only in src

Lines Matching refs:local_fill_file

1560   if (strcmp(local_fill_file,"") == 0) {
1566 fill_source = (FILE *)fopen(local_fill_file,"r");
1702 be filled with data from the file specified in local_fill_file. if
1703 local_fill_file is an empty string, the buffers will not be filled with
1729 if (strcmp (local_fill_file, "") == 0) {
1734 fill_source = (FILE *) fopen (local_fill_file, "r");
1866 if (strcmp(local_fill_file,"") == 0) {
1923 fildes = open(local_fill_file , O_RDONLY);
1932 if (stat(local_fill_file,&statbuf) != 0) {