Searched refs:hfile (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/
H A Doptions.c44 FILE *hfile = NULL; local
63 if(!(hfile = fopen(fname, "r")))
72 while(fgets(buffer, sizeof(buffer), hfile))
142 fclose(hfile);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/
H A Doptions.c70 FILE *hfile = NULL; local
89 if(!(hfile = fopen(fname, "r")))
98 while(fgets(buffer, sizeof(buffer), hfile))
168 fclose(hfile);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/
H A Doptions.c44 FILE *hfile = NULL; local
63 if(!(hfile = fopen(fname, "r")))
72 while(fgets(buffer, sizeof(buffer), hfile))
142 fclose(hfile);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_c/csv/
H A Dcode.c40 char *cfile, *hfile; local
50 hfile = "csv_local.h";
66 hfile = optarg;
95 if ((hfp = fopen(hfile, "w")) == NULL) {
97 "%s: %s: %s\n", progname, hfile, strerror(errno));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_map.c186 __os_unique_name(orig_path, hfile, result_path, result_path_len)
188 HANDLE hfile;
211 if (!GetFileInformationByHandle(hfile, &fileinfo))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/util/
H A Dmkerr.pl235 my $hfile = $hinc{$lib};
256 if (open(IN, "<$hfile")) {
324 open (OUT, ">$hfile") || die "Can't Open File $hfile for writing\n";
396 $hfile =~ /([^\/]+)$/;
399 $hincf = "\"$hfile\"";
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dmkerr.pl284 my $hfile = $hinc{$lib};
305 if (open(IN, "<$hfile")) {
373 open (OUT, ">$hfile") || die "Can't Open File $hfile for writing\n";
463 $hfile =~ /([^\/]+)$/;
466 $hincf = "\"$hfile\"";

Completed in 180 milliseconds