Searched refs:fid2 (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dsec002.tcl140 set fid2 [open $testfile2 r+]
141 fconfigure $fid2 -translation binary
143 seek $fid2 $pagesize start
144 fcopy $fid1 $fid2 -size $pagesize
146 close $fid2
159 set fid2 [open $testfile2 r+]
160 fconfigure $fid2 -translation binary
163 seek $fid2 $pagesize start
165 fcopy $fid4 $fid2 -size $pagesize
167 close $fid2
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/coda/
H A Dcnode.c14 static inline int coda_fideq(struct CodaFid *fid1, struct CodaFid *fid2) argument
16 return memcmp(fid1, fid2, sizeof(*fid1)) == 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dlibsmbclient.c4588 SMBCFILE *fid1, *fid2; local
4618 if ((int)(fid2 = c_print->open_print_job(c_print, printq)) < 0) {
4631 if ((c_print->write(c_print, fid2, buf, bytes)) < 0) {
4635 c_print->close(c_print, fid2);
4645 c_print->close(c_print, fid2);

Completed in 107 milliseconds