Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dcmds.c220 int comret; in settype() local
250 comret = command("TYPE %s %s", p->t_mode, p->t_arg); in settype()
252 comret = command("TYPE %s", p->t_mode); in settype()
253 if (comret == COMPLETE) { in settype()
2273 int comret; in setclevel() local
2311 comret = command("CCC"); in setclevel()
2312 if (comret == COMPLETE) in setclevel()
2328 int comret; in setdlevel() local
2361 comret = command("PROT %s", p->p_mode); in setdlevel()
2362 if (comret == COMPLETE) in setdlevel()