HomeSort by: relevance | last modified time | path
    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 22 milliseconds