OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fin_errno
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/ftp/
util.c
1483
* and if
fin_errno
!= NULL, sets
fin_errno
to errno on other conditions.
1486
ftp_getc(FILE * fin, int *
fin_errno
)
1499
if (
fin_errno
!= NULL)
1500
*
fin_errno
= errno;
ftp.c
709
int
fin_errno
= 0;
local
856
while ((c = ftp_getc(fin, &
fin_errno
)) != EOF) {
879
errno =
fin_errno
;
Completed in 21 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026