*** 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_syscallnames | Section: 3 | Source: FreeBSD | File: sysdecode_syscallnames.3.gz
sysdecode_syscallnames(3) FreeBSD Library Functions Manual NAME sysdecode_syscallnames - lookup name of system calls LIBRARY System Argument Decoding Library (libsysdecode, -lsysdecode) SYNOPSIS #include <sysdecode.h> const char * sysdecode_syscallnames(enum sysdecode_abi abi, unsigned int code); DESCRIPTION This function returns a pointer to the name of a system call identified by code for the process ABI abi. If code specifies an unknown system call or abi is an unsupported ABI, sysdecode_syscallnames returns NULL. For the list of supported ABIs, see sysdecode(3). RETURN VALUES The sysdecode_syscallnames function returns a pointer to a string on success or NULL if either code or ABI is invalid . SEE ALSO sysdecode(3), sysdecode_abi_to_freebsd_errno(3) FreeBSD 14.1-RELEASE-p8 October 17, 2016 FreeBSD 14.1-RELEASE-p8

Navigation Options