Home | History | Annotate | Download | only in ftp

Lines Matching defs:msgbuf

577 	char msgbuf[100];
586 strlcpy(msgbuf, "\nreceive", sizeof(msgbuf));
589 strlcpy(msgbuf, "\nsend", sizeof(msgbuf));
594 len = strlcat(msgbuf, " aborted. Waiting for remote to finish abort.\n",
595 sizeof(msgbuf));
596 write(fileno(ttyout), msgbuf, len);
2095 char msgbuf[100];
2100 len = strlcpy(msgbuf
2101 sizeof(msgbuf));
2102 write(fileno(ttyout), msgbuf, len);