OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reply_string
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/ftp/
util.c
205
off_t os_len = strcspn(
reply_string
+ 4, " \r\n\t");
206
if (os_len > 1 &&
reply_string
[4 + os_len - 1] == '.')
209
(int)os_len,
reply_string
+ 4);
217
if (!strncasecmp(
reply_string
+ 4, "unix", 4) ||
218
!strncasecmp(
reply_string
+ 4, "linux", 5)) {
241
!strncmp(
reply_string
, "215 TOPS20", 10))
590
*errbuf =
reply_string
;
670
cp = strchr(
reply_string
, ' ');
681
fputs(
reply_string
, ttyout);
720
timestr =
reply_string
+ 4
[
all
...]
ftp_var.h
311
GLOBAL char
reply_string
[BUFSIZ]; /* first line of previous reply */
variable
ftp.c
523
(void)strlcpy(
reply_string
, current_line,
524
sizeof(
reply_string
));
1316
fprintf(ttyout, "%s\n",
reply_string
);
1353
fprintf(ttyout, "%s\n",
reply_string
);
1651
fprintf(ttyout, "%s\n",
reply_string
);
Completed in 49 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026