Searched refs:changetype (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/heimdal/appl/ftp/ftp/ |
H A D | extern.h | 60 void changetype (int, int);
|
H A D | ftp.c | 691 changetype (type, 0); in sendrequest() 982 changetype (TYPE_A, 0); in recvrequest() 984 changetype (type, 0); in recvrequest() 1601 changetype (prox_type, 1); in proxtrans() 1614 changetype (prox_type, 1); in proxtrans()
|
H A D | cmds.c | 267 changetype(int newtype, int show) in changetype() function
|
/freebsd/contrib/tnftp/src/ |
H A D | extern.h | 109 void changetype(int, int);
|
H A D | ftp.c | 693 changetype(type, 0); in sendrequest() 982 changetype(TYPE_A, 0); in recvrequest() 985 changetype(type, 0); in recvrequest() 1858 changetype(prox_type, 1); in proxtrans() 1872 changetype(prox_type, 1); in proxtrans()
|
H A D | cmds.c | 281 changetype(int newtype, int show) in changetype() function
|