*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: sysdecode_abi_to_freebsd_errno | Section: 3 | Source: FreeBSD | File: sysdecode_abi_to_freebsd_errno.3.gz
sysdecode_abi_to_freebsd_errno(3) FreeBSD Library Functions Manual NAME sysdecode_abi_to_freebsd_errno, sysdecode_freebsd_to_abi_errno - translate error numbers between process ABIs LIBRARY System Argument Decoding Library (libsysdecode, -lsysdecode) SYNOPSIS #include <sysdecode.h> int sysdecode_abi_to_freebsd_errno(enum sysdecode_abi abi, int error); int sysdecode_freebsd_to_abi_errno(enum sysdecode_abi abi, int error); DESCRIPTION The sysdecode_abi_to_freebsd_errno() function returns the native errno(2) value that corresponds to the error indicated by error for the process ABI abi. If error does not identify a valid error for abi, INT_MAX is returned. The sysdecode_freebsd_to_abi_errno() function the error value for the process ABI abi that corresponds to the native errno(2) value error. If error does not identify a valid errno(2) error, INT_MAX is returned. Note that the mappings between native errno(2) values and errors for other ABIs are not exhaustive. If a mapping does not exist, these functions return INT_MAX. In addition, multiple error values in one ABI may map to a single error in another ABI. RETURN VALUES These functions return an error value on success or INT_MAX if error is not valid. For the list of supported ABIs, see sysdecode(3). SEE ALSO sysdecode(3), sysdecode_syscallnames(3) FreeBSD 14.1-RELEASE-p8 October 17, 2016 FreeBSD 14.1-RELEASE-p8

Navigation Options