Searched refs:last_errno (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/gdb/include/gdb/
H A Dcallback.h124 int last_errno; /* host format */
123 int last_errno; /* host format */ member in struct:host_callback_struct
/freebsd-12-stable/crypto/openssl/crypto/store/
H A Dloader_file.c769 int last_errno; member in struct:ossl_store_loader_ctx_st::__anon8204::__anon8206
895 ctx->_.dir.last_errno = errno;
897 if (ctx->_.dir.last_errno != 0) {
900 errno = ctx->_.dir.last_errno;
1298 assert(ctx->_.dir.last_errno != 0);
1300 errno = ctx->_.dir.last_errno;
1321 ctx->_.dir.last_errno = errno;
1322 if (ctx->_.dir.last_entry == NULL && ctx->_.dir.last_errno == 0)
/freebsd-12-stable/contrib/wpa/src/utils/
H A Dos_unix.c317 int last_errno; local
331 last_errno = errno;
333 if (last_errno != ERANGE)

Completed in 106 milliseconds