Home
last modified time | relevance | path

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

/dragonfly/contrib/tnftp/src/
HDcmds.c256 int comret; in set_type() local
267 comret = command("TYPE %s %s", p->t_mode, p->t_arg); in set_type()
269 comret = command("TYPE %s", p->t_mode); in set_type()
270 if (comret == COMPLETE) { in set_type()
285 int comret, oldverbose = verbose; in changetype() local
300 comret = command("TYPE %s %s", p->t_mode, bytename); in changetype()
302 comret = command("TYPE %s", p->t_mode); in changetype()
303 if (comret == COMPLETE) in changetype()