Home
last modified time | relevance | path

Searched refs:unix_server (Results 1 – 8 of 8) sorted by relevance

/freebsd-14-stable/crypto/heimdal/appl/ftp/ftp/
HDglobals.c49 int unix_server; /* server is unix, can use binary for ascii */ variable
HDftp_var.h90 extern int unix_server; /* server is unix, can use binary for ascii */
HDcmds.c175 unix_server = 1; in setpeer()
191 unix_server = 0; in setpeer()
HDftp.c1595 if (unix_server && unix_proxy) in proxtrans()
/freebsd-14-stable/contrib/tnftp/src/
HDftp_var.h272 GLOBAL int unix_server; /* server is unix, can use binary for ascii */ variable
HDutil.c233 unix_server = 1; in getremoteinfo()
250 unix_server = 0; in getremoteinfo()
302 unix_server = 0; in cleanuppeer()
HDftp.c1852 if (unix_server && unix_proxy) in proxtrans()
/freebsd-14-stable/contrib/tnftp/
HDChangeLog1213 * reset unix_proxy and unix_server in cleanuppeer()