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

  /src/usr.bin/ftp/
complete.c 302 const char *emesg; local in function:complete_remote
309 emesg = NULL;
310 while ((cp = remglob(dummyargv, 0, &emesg)) != NULL) {
327 if (emesg != NULL) {
328 fprintf(ttyout, "\n%s\n", emesg);

Completed in 43 milliseconds