*** 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: rpmatch | Section: 3 | Source: FreeBSD | File: rpmatch.3.gz
RPMATCH(3) FreeBSD Library Functions Manual RPMATCH(3) NAME rpmatch - determine whether the response to a question is affirmative or negative LIBRARY Standard C Library (libc, -lc) SYNOPSIS #include <stdlib.h> int rpmatch(const char *response); DESCRIPTION The rpmatch() function determines whether the response argument is an affirmative or negative response to a question according to the current locale. RETURN VALUES The rpmatch() functions returns: 1 The response is affirmative. 0 The response is negative. -1 The response is not recognized. SEE ALSO nl_langinfo(3), setlocale(3) HISTORY The rpmatch() function appeared in FreeBSD 6.0. FreeBSD 14.1-RELEASE-p8 July 21, 2005 FreeBSD 14.1-RELEASE-p8

Navigation Options