OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Oct 20 20:10:13 GMT 2025