Searched refs:fid1 (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.tcl138 set fid1 [open $testfile1 r+]
139 fconfigure $fid1 -translation binary
142 seek $fid1 $pagesize start
144 fcopy $fid1 $fid2 -size $pagesize
145 close $fid1
/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
4609 if ((int)(fid1 = c_file->open(c_file, fname, O_RDONLY, 0666)) < 0) {
4621 c_file->close(c_file, fid1);
4627 while ((bytes = c_file->read(c_file, fid1, buf, sizeof(buf))) > 0) {
4634 c_file->close(c_file, fid1);
4644 c_file->close(c_file, fid1); /* We have to close these anyway */

Completed in 101 milliseconds