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

/openwrt/scripts/
H A Dremote-gdb58 my ( $fh, $fp ) = tempfile();
63 print $fh "set sysroot $sysroot\n" if $sysroot;
66 print $fh "$cmd $ARGV[0]\n";
69 print $fh "set history filename $Bin/../tmp/.gdb_history\n";
70 print $fh "set history size 100000000\n";
71 print $fh "set history save on\n";
76 close($fh);
H A DbrcmImage.pl77 open my $fh, $_[0] or die "open $_[0]: $!";
79 my $buf = <$fh>;
80 close $fh;
H A Dmetadata.pm17 my $fh = shift;
20 while (<$fh>) {
/openwrt/tools/firmware-utils/src/
H A Dseama.c142 static size_t calculate_digest(FILE * fh, size_t size, uint8_t * digest) argument
152 while (!feof(fh) && !ferror(fh) && bytes_left > 0)
155 i = fread(buf, sizeof(char), i, fh);
187 FILE * fh = NULL; local
201 if ((fh = fopen(fname, "r+"))==NULL) ERRBREAK("Unable to open '%s' for reading!\n",fname);
207 while (!feof(fh) && !ferror(fh))
210 if (fread(&shdr, sizeof(shdr), 1, fh) != 1) break;
222 if (fread(checksum, sizeof(checksum), 1, fh) !
273 write_seama_header(FILE * fh, char * meta[], size_t msize, size_t size) argument
295 write_checksum(FILE * fh, uint8_t * checksum) argument
300 write_meta_data(FILE * fh, char * meta[], size_t size) argument
329 FILE * fh; local
368 FILE * fh; local
[all...]
/openwrt/target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/
H A Dplatsmp.c30 static struct fiq_handler fh = { variable in typeref:struct:fiq_handler
91 ret = claim_fiq(&fh);
/openwrt/target/linux/oxnas/files/arch/arm/mach-oxnas/
H A Dplatsmp.c57 static struct fiq_handler fh = { variable in typeref:struct:fiq_handler
85 ret = claim_fiq(&fh);
/openwrt/package/network/services/hostapd/files/
H A Dhostapd.sh386 *bg|*gdt|*gst|*fh) hwmode=g;;

Completed in 52 milliseconds