summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/Makefile.inc
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2005-01-09 03:55:13 +0000
committertjr <tjr@FreeBSD.org>2005-01-09 03:55:13 +0000
commit55ecebbe93d0964d69daf99791347df8d121855e (patch)
treeb766d188dac1fbfe33acaf4bc81baa051637b670 /lib/libc/locale/Makefile.inc
parent8c07cfa5a0bf88b722935c8702f3974f9f728886 (diff)
downloadFreeBSD-src-55ecebbe93d0964d69daf99791347df8d121855e.zip
FreeBSD-src-55ecebbe93d0964d69daf99791347df8d121855e.tar.gz
Implement rpmatch(), a semi-standard interface (as found on AIX, Tru64,
GNU) for determining whether a string is an affirmative or negative response to a question according to the current locale. This is done by matching the response against nl_langinfo(3) items YESEXPR and NOEXPR.
Diffstat (limited to 'lib/libc/locale/Makefile.inc')
-rw-r--r--lib/libc/locale/Makefile.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/locale/Makefile.inc b/lib/libc/locale/Makefile.inc
index 62ecd32..af9b0ca 100644
--- a/lib/libc/locale/Makefile.inc
+++ b/lib/libc/locale/Makefile.inc
@@ -10,7 +10,8 @@ SRCS+= big5.c btowc.c collate.c collcmp.c euc.c fix_grouping.c \
mbrlen.c \
mbrtowc.c mbsinit.c mbsnrtowcs.c \
mbsrtowcs.c mbtowc.c mbstowcs.c \
- mskanji.c nextwctype.c nl_langinfo.c nomacros.c none.c rune.c \
+ mskanji.c nextwctype.c nl_langinfo.c nomacros.c none.c rpmatch.c \
+ rune.c \
runetype.c setlocale.c setrunelocale.c \
table.c \
tolower.c toupper.c utf8.c wcrtomb.c wcsnrtombs.c \
@@ -29,7 +30,7 @@ MAN+= btowc.3 \
mbrtowc.3 \
mbsinit.3 \
mbsrtowcs.3 mbstowcs.3 mbtowc.3 multibyte.3 \
- nextwctype.3 nl_langinfo.3 \
+ nextwctype.3 nl_langinfo.3 rpmatch.3 \
setlocale.3 toascii.3 tolower.3 toupper.3 towlower.3 towupper.3 \
wcsftime.3 \
wcrtomb.3 \
OpenPOWER on IntegriCloud