OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ftp_buflen
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/ftp/
ftp_var.h
336
extern size_t
ftp_buflen
;
fetch.c
1130
buf = ftp_malloc(
ftp_buflen
);
1134
switch (getresponse(fin, &ep,
ftp_buflen
, &hcode)) {
1147
if ((rv = getresponseline(fin, buf,
ftp_buflen
, &len)) != C_OK)
1310
buf = ftp_malloc(
ftp_buflen
);
1314
switch (getresponse(fin, &ep,
ftp_buflen
, &hcode)) {
1326
if (getresponseline(fin, buf,
ftp_buflen
, &len) != C_OK)
main.c
298
ftp_buflen
= strtol(optarg, &ep, 0);
299
if (
ftp_buflen
< 1 || *ep != '\0')
ftp.c
133
size_t
ftp_buflen
= FTPBUFLEN;
variable in typeref:typename:size_t
Completed in 168 milliseconds
Indexes created Sat Oct 18 23:09:54 GMT 2025