OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ftp_putc
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/ftp/
extern.h
247
int
ftp_putc
(int, FILE *, int *);
ftp.c
863
if (
ftp_putc
('\r', dout, &dout_errno) == EOF
868
if (
ftp_putc
(c, dout, &dout_errno) == EOF
1159
if (
ftp_putc
('\r', fout, &fout_errno) == EOF
1171
if (
ftp_putc
(c, fout, &fout_errno) == EOF)
util.c
1512
ftp_putc
(int c, FILE * fout, int * fout_errno)
function
Completed in 18 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026