Searched refs:tmpline (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dextern.h147 extern char tmpline[];
H A Dftpd.c90 char tmpline[10240]; variable
389 tmpline[0] = '\0';
1918 cp = tmpline;
1919 if (ftpd_getline(cp, sizeof(tmpline)) == NULL) {
/freebsd-13-stable/libexec/ftpd/
H A Dextern.h98 extern char tmpline[];
H A Dftpcmd.y1175 /* tmpline may contain saved command from urgent mode interruption */
1176 for (c = 0; tmpline[c] != '\0' && --n > 0; ++c) {
1177 *cs++ = tmpline[c];
1178 if (tmpline[c] == '\n') {
1182 tmpline[0] = '\0';
1186 tmpline[0] = '\0';
H A Dftpd.c155 char tmpline[7]; variable
619 tmpline[0] = '\0';
2859 cp = tmpline;
2870 tmpline[0] = '\0';
2876 tmpline[0] = '\0';
/freebsd-13-stable/contrib/opie/
H A Dftpcmd.y17 Changed tmpline references to be more pure-pointer
18 references. Changed tmpline declaration back to char [].
116 extern char tmpline[];
888 /* tmpline may contain saved command from urgent mode interruption */
889 for (c = 0; *(tmpline + c) && --n > 0; ++c) {
890 *cs++ = *(tmpline + c);
891 if (*(tmpline + c) == '\n') {
895 *tmpline = '\0';
899 *tmpline = '\0';
H A Dopieftpd.c209 char tmpline[7]; variable
1295 cp = tmpline;
1302 tmpline[0] = '\0';
1677 tmpline[0] = '\0';
/freebsd-13-stable/contrib/ee/
H A Dee.c3058 struct text *tmpline = first_line; local
3061 while ((tmpline != NULL) && (tmpline != curr_line))
3064 tmpline = tmpline->next_line;

Completed in 71 milliseconds