*** 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: feature_present | Section: 3 | Source: FreeBSD | File: feature_present.3.gz
FEATURE_PRESENT(3) FreeBSD Library Functions Manual FEATURE_PRESENT(3) NAME feature_present - query presence of a kernel feature LIBRARY Standard C Library (libc, -lc) SYNOPSIS #include <unistd.h> int feature_present(const char *feature); DESCRIPTION The feature_present() function provides a method for an application to determine if a specific kernel feature is present in the currently running kernel. The feature argument specifies the name of the feature to check. The feature_present() function will return 1 if the specified feature is present, otherwise it will return 0. If the feature_present() function is not able to determine the presence of feature due to an internal error it will return 0. RETURN VALUES If feature is present then 1 is returned; otherwise 0 is returned. SEE ALSO sysconf(3), sysctl(3) HISTORY The feature_present() function first appeared in FreeBSD 8.0. FreeBSD 14.1-RELEASE-p8 January 8, 2008 FreeBSD 14.1-RELEASE-p8

Navigation Options