de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore#
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore# This file and its contents are supplied under the terms of the
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore# Common Development and Distribution License ("CDDL"), version 1.0.
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore# You may only use this file in accordance with the terms of version
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore# 1.0 of the CDDL.
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore#
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore# A full copy of the text of the CDDL should have accompanied this
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore# source. A copy of the CDDL is also available via the Internet at
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore# http://www.illumos.org/license/CDDL.
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore#
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore#
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore# Copyright 2015 Garrett D'Amore <garrett@damore.org>
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore#
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore#
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore# Definitions found in wchar.h
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore#
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore#
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore# Types.
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore#
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amoretype | locale_t | wchar.h | -ALL SUSv4+
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amoretype | wctype_t | wchar.h | -ALL XPG3+
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore#
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore# Values.
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore#
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amorevalue | NULL | void * | wchar.h | ALL
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore#
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore# Functions
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore#
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amorefunc | wcpcpy |\
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore wchar_t * |\
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore wchar_t *; const wchar_t * |\
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore wchar.h | -ALL SUSv4+
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amorefunc | wcpncpy |\
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore wchar_t * |\
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore wchar_t *; const wchar_t *; size_t |\
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore wchar.h | -ALL SUSv4+
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amorefunc | wcsdup |\
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore wchar_t * |\
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore const wchar_t * |\
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore wchar.h | -ALL SUSv4+
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amorefunc | wcscasecmp |\
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore int |\
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore const wchar_t *; const wchar_t * |\
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore wchar.h | -ALL SUSv4+
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amorefunc | wcscasecmp_l |\
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore int |\
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore const wchar_t *; const wchar_t *; locale_t |\
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore wchar.h | -ALL SUSv4+
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore# technically this is new in C90-Amd1, but we don't have a test for it.
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amorefunc | wcslen |\
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore size_t |\
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore const wchar_t * |\
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore wchar.h | ALL
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amorefunc | wcsncasecmp |\
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore int |\
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore const wchar_t *; const wchar_t *; size_t |\
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore wchar.h | -ALL SUSv4+
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amorefunc | wcsncasecmp_l |\
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore int |\
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore const wchar_t *; const wchar_t *; size_t; locale_t |\
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore wchar.h | -ALL SUSv4+
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amorefunc | wcsnlen |\
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore size_t |\
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore const wchar_t *; size_t |\
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore wchar.h | -ALL SUSv4+
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amorefunc | wcswcs |\
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore wchar_t * |\
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore const wchar_t *; const wchar_t * |\
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore wchar.h | -ALL XPG4+