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

/freebsd-10.0-release/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-10.0-release/libexec/ftpd/
H A Dextern.h100 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
607 tmpline[0] = '\0';
2824 cp = tmpline;
2835 tmpline[0] = '\0';
2841 tmpline[0] = '\0';
/freebsd-10.0-release/contrib/byacc/test/
H A Dftp.y70 extern char tmpline[];
833 /* tmpline may contain saved command from urgent mode interruption */
834 for (c = 0; tmpline[c] != '\0' && --n > 0; ++c) {
835 *cs++ = tmpline[c];
836 if (tmpline[c] == '\n') {
840 tmpline[0] = '\0';
844 tmpline[0] = '\0';
H A Dftp.tab.c143 extern char tmpline[];
680 /* tmpline may contain saved command from urgent mode interruption */
681 for (c = 0; tmpline[c] != '\0' && --n > 0; ++c) {
682 *cs++ = tmpline[c];
683 if (tmpline[c] == '\n') {
687 tmpline[0] = '\0';
691 tmpline[0] = '\0';
/freebsd-10.0-release/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-10.0-release/tools/regression/usr.bin/yacc/
H A Dftp.y70 extern char tmpline[];
807 /* tmpline may contain saved command from urgent mode interruption */
808 for (c = 0; tmpline[c] != '\0' && --n > 0; ++c) {
809 *cs++ = tmpline[c];
810 if (tmpline[c] == '\n') {
814 tmpline[0] = '\0';
818 tmpline[0] = '\0';
/freebsd-10.0-release/contrib/lukemftpd/src/
H A Dextern.h342 GLOBAL char tmpline[FTP_BUFLEN]; variable
H A Dftpcmd.y1378 /* tmpline may contain saved command from urgent mode interruption */
1379 for (c = 0; tmpline[c] != '\0' && --n > 0; ++c) {
1380 *cs++ = tmpline[c];
1381 if (tmpline[c] == '\n') {
1385 tmpline[0] = '\0';
1389 tmpline[0] = '\0';
H A Dftpd.c721 tmpline[0] = '\0';
2865 tmpline[0] = '\0';
2878 tmpline[0] = '\0';
2907 cp = tmpline;
2908 ret = getline(cp, sizeof(tmpline)-1, stdin);
/freebsd-10.0-release/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 184 milliseconds