OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
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
318
GLOBAL char
reply_string
[BUFSIZ]; /* first line of previous reply */
variable in typeref:typename:GLOBAL char[]
ftp.c
515
(void)strlcpy(
reply_string
, current_line,
516
sizeof(
reply_string
));
1288
fprintf(ttyout, "%s\n",
reply_string
);
1325
fprintf(ttyout, "%s\n",
reply_string
);
1623
fprintf(ttyout, "%s\n",
reply_string
);
Completed in 15 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025