Searched refs:hf (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/minizip/
H A Diowin32.c61 HANDLE hf; member in struct:__anon1189
106 w32fiow.hf = hFile;
126 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
149 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
170 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
197 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
236 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/minizip/
H A Diowin32.c61 HANDLE hf; member in struct:__anon3045
106 w32fiow.hf = hFile;
126 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
149 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
170 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
197 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
236 hFile = ((WIN32FILE_IOWIN*)stream) -> hf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dacornfb.h100 u_int hf; member in struct:modex_params
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Ddsp56k.c373 struct dsp56k_host_flags __user *hf = argp; local
375 if(get_user(dir, &hf->dir) < 0)
377 if(get_user(out, &hf->out) < 0)
395 return put_user(status, &hf->status);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dinterface.c877 int hf; local
892 hf = ptr->type;
894 if (hf == ARPHRD_CSLIP || hf == ARPHRD_CSLIP6)
897 hw = get_hwntype(hf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/admin/
H A Dam_edit1743 foreach $hf (@hFiles)
1745 next if ($hf =~ /^\.\#/);
1746 $hf =~ /(.*)\.[^\.]*$/; # Find name minus extension
1748 open (HFIN, "$dir/$hf") || die "Could not open $dir/$hf: $!\n";
1755 # push (@list, $hf) if(index($hfData, "Q_OBJECT") >= 0); ### fast but doesn't handle //Q_OBJECT
1758 push (@list, $hf) unless $1 =~ m://[^\n]*Q_OBJECT[^\n]*$:s; ## reject "// Q_OBJECT"

Completed in 84 milliseconds