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

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/ftpd/
H A Dftpd.test40 ::ftpd::config -logCmd ftplog -authUsrCmd noauth -authFileCmd noauth -fsCmd fakefs
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/generic/
H A Dvfs.c105 * structures (but it also means we mustn't touch the fsCmd field
108 * memory allocated, and ignore the fsCmd pointer (which may or may
116 Vfs_InterpCmd* fsCmd; /* The Tcl interpreter and command pair member in struct:VfsNativeRep
1054 nativeRep->fsCmd = interpCmd;
1083 nativeRep->fsCmd = original->fsCmd;
1094 return nativeRep->fsCmd->mountCmd;
2012 interp = nativeRep->fsCmd->interp;
2022 mountCmd = Tcl_DuplicateObj(nativeRep->fsCmd->mountCmd);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/ftpd/
H A Dftpd.tcl50 fsCmd {::ftpd::fsFile::fs} \
132 # -fsCmd proc procedure to connect the ftp engine
160 [list fsCmd.arg $cfg(fsCmd) {Callback to connect the engine to the filesystem it operates on.}]]]
172 # callbackType - One of authIpCmd, authUsrCmd, logCmd, or fsCmd
637 # ::ftpd::Fs command will call out to the fsCmd callback with the
640 # The fsCmd callback is called in the following ways:
680 # or an error is thrown. An error is thrown if there is no fsCmd
686 if {![hasCallback fsCmd]} {
687 error "-fsCmd mus
[all...]

Completed in 81 milliseconds