HomeSort by: relevance | last modified time | path
    Searched refs:tmpline (Results 1 - 3 of 3) sorted by relevancy

  /src/libexec/ftpd/
extern.h 335 GLOBAL char tmpline[FTP_BUFLEN]; variable in typeref:typename:GLOBAL char[]
ftpcmd.y 1380 /* tmpline may contain saved command from urgent mode interruption */
1381 for (c = 0; tmpline[c] != '\0' && --n > 0; ++c) {
1382 *cs++ = tmpline[c];
1383 if (tmpline[c] == '\n') {
1387 tmpline[0] = '\0';
1391 tmpline[0] = '\0';
ftpd.c 739 tmpline[0] = '\0';
2938 tmpline[0] = '\0';
2951 tmpline[0] = '\0';
2980 cp = tmpline;
2981 ret = get_line(cp, sizeof(tmpline)-1, stdin);

Completed in 15 milliseconds