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

/openbsd-current/bin/md5/
H A Dmd5.c553 char *filename, *checksum, *line, *p, *tmpline; local
587 tmpline = line;
591 while (isspace((unsigned char)*tmpline))
592 tmpline++;
602 p = strchr(tmpline, ' ');
606 algorithm = tmpline;
636 checksum = tmpline;
/openbsd-current/libexec/ftpd/
H A Dftpcmd.y81 extern char tmpline[];
1101 /* tmpline may contain saved command from urgent mode interruption */
1102 for (c = 0; tmpline[c] != '\0' && --n > 0; ++c) {
1103 *cs++ = tmpline[c];
1104 if (tmpline[c] == '\n') {
1108 tmpline[0] = '\0';
1112 tmpline[0] = '\0';
H A Dftpd.c148 char tmpline[7]; variable
563 tmpline[0] = '\0';
2174 cp = tmpline;
2175 ret = get_line(cp, sizeof(tmpline)-1);
2185 tmpline[0] = '\0';
2190 tmpline[0] = '\0';

Completed in 183 milliseconds