Home
last modified time | relevance | path

Searched refs:UP_ferror (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/ms/
H A Duplink.h30 #define UP_ferror (*(int (*)(void *))OPENSSL_UplinkTable[APPLINK_FERROR]) macro
/netbsd-src/crypto/external/bsd/openssl/dist/ms/
H A Duplink.h30 #define UP_ferror (*(int (*)(void *))OPENSSL_UplinkTable[APPLINK_FERROR]) macro
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbio_local.h175 # define UP_ferror ferror macro
H A Dbss_file.c147 ? UP_ferror((FILE *)b->ptr) : ferror((FILE *)b->ptr))) { in file_read()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Dbio_local.h172 # define UP_ferror ferror macro
H A Dbss_file.c147 && (b->flags & BIO_FLAGS_UPLINK) ? UP_ferror((FILE *)b->ptr) : in file_read()