Home
last modified time | relevance | path

Searched refs:gvDefaultType (Results 1 – 7 of 7) sorted by relevance

/dports/ftp/yafc/yafc-1.3.7/src/
H A Dset.c88 gvDefaultType = tmBinary; in set_type()
91 gvDefaultType = tmAscii; in set_type()
99 gvDefaultType==tmBinary ? "binary" : "ascii"); in set_type()
H A Dgvars.h111 extern transfer_mode_t gvDefaultType;
H A Dgvars.c97 transfer_mode_t gvDefaultType = tmBinary; variable
H A Drc.c345 gvDefaultType = tmBinary; in parse_rc()
347 gvDefaultType = tmAscii; in parse_rc()
H A Dput.c117 type = ascii_transfer(src) ? tmAscii : gvDefaultType; in do_the_put()
H A Dfxp.c125 type = ascii_transfer(src) ? tmAscii : gvDefaultType; in do_the_fxp()
H A Dget.c124 type = ascii_transfer(src) ? tmAscii : gvDefaultType; in do_the_get()