Home
last modified time | relevance | path

Searched refs:comret (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c223 int comret; in settype() local
252 comret = command ("TYPE %s %s", p->t_mode, p->t_arg); in settype()
254 comret = command("TYPE %s", p->t_mode); in settype()
255 if (comret == COMPLETE) { in settype()
270 int comret, oldverbose = verbose; in changetype() local
286 comret = command("TYPE %s %s", p->t_mode, bytename); in changetype()
288 comret = command("TYPE %s", p->t_mode); in changetype()
289 if (comret == COMPLETE) in changetype()
/freebsd/contrib/tnftp/src/
H A Dcmds.c255 int comret; in set_type() local
266 comret = command("TYPE %s %s", p->t_mode, p->t_arg); in set_type()
268 comret = command("TYPE %s", p->t_mode); in set_type()
269 if (comret == COMPLETE) { in set_type()
284 int comret, oldverbose = verbose; in changetype() local
299 comret = command("TYPE %s %s", p->t_mode, bytename); in changetype()
301 comret = command("TYPE %s", p->t_mode); in changetype()
302 if (comret == COMPLETE) in changetype()