Home
last modified time | relevance | path

Searched refs:mget (Results 1 – 11 of 11) sorted by relevance

/src/crypto/heimdal/appl/ftp/ftp/ !
H A Dextern.h96 void mget (int, char **);
H A Dcmdtab.c147 { "mget", mgethelp, 1, 1, 1, mget },
H A Dcmds.c715 mget(int argc, char **argv) in mget() function
/src/contrib/tnftp/src/ !
H A Dextern.h161 void mget(int, char **);
H A Dcmdtab.c240 { "mget", H(mgethelp), 1, 1, 1, CMPL(R) mget },
249 { "mreget", H(mregethelp), 1, 1, 1, CMPL(R) mget },
H A Dfetch.c1664 mget(xargc, xargv); in fetch_ftp()
H A Dcmds.c685 mget(int argc, char *argv[]) in mget() function
/src/contrib/file/src/ !
H A Dsoftmagic.c51 file_private int mget(struct magic_set *, struct magic *, const struct buffer *,
258 switch (mget(ms, m, b, CAST(const unsigned char *, bb.fbuf), in match()
370 switch (mget(ms, m, b, CAST(const unsigned char *, in match()
1586 mget(struct magic_set *ms, struct magic *m, const struct buffer *b, in mget() function
/src/contrib/tnftp/ !
H A DChangeLog576 - Forbid filenames returned from mget that aren't in (or below)
579 files to mget with prompting disabled) has been in ftp
896 - implement "mreget"; as per "mget" but uses "reget" instead
901 - in mget(), use docase() instead of a local version to do
1559 - mput/mget: check that the connection still exists before each xfer.
/src/contrib/file/ !
H A DChangeLog631 * Always return true from mget with USE (success to mget not match
938 * limit recursion level for mget
/src/crypto/heimdal/appl/ftp/ !
H A DChangeLog180 * ftp/cmds.c (mget): cast char to unsigned char to make sure its