HomeSort by: relevance | last modified time | path
    Searched defs:comret (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/ftp/
cmds.c 249 int comret; local in function:set_type
260 comret = command("TYPE %s %s", p->t_mode, p->t_arg);
262 comret = command("TYPE %s", p->t_mode);
263 if (comret == COMPLETE) {
278 int comret, oldverbose = verbose; local in function:changetype
293 comret = command("TYPE %s %s", p->t_mode, bytename);
295 comret = command("TYPE %s", p->t_mode);
296 if (comret == COMPLETE)

Completed in 13 milliseconds