xref: /titanic_51/usr/src/test/libc-tests/cfg/symbols/stdlib_h.cfg (revision dcdfe824b3dff2df12578b936adf1daf000aa129)
1de572d98SGarrett D'Amore#
2de572d98SGarrett D'Amore# This file and its contents are supplied under the terms of the
3de572d98SGarrett D'Amore# Common Development and Distribution License ("CDDL"), version 1.0.
4de572d98SGarrett D'Amore# You may only use this file in accordance with the terms of version
5de572d98SGarrett D'Amore# 1.0 of the CDDL.
6de572d98SGarrett D'Amore#
7de572d98SGarrett D'Amore# A full copy of the text of the CDDL should have accompanied this
8de572d98SGarrett D'Amore# source.  A copy of the CDDL is also available via the Internet at
9de572d98SGarrett D'Amore# http://www.illumos.org/license/CDDL.
10de572d98SGarrett D'Amore#
11de572d98SGarrett D'Amore
12de572d98SGarrett D'Amore#
13de572d98SGarrett D'Amore# Copyright 2015 Garrett D'Amore <garrett@damore.org>
1490553fa8SMohamed A. Khalfella# Copyright 2015, OmniTI Computer Consulting, Inc. All Rights Reserved.
15*dcdfe824SRobert Mustacchi# Copyright 2016 Joyent, Inc.
16de572d98SGarrett D'Amore#
17de572d98SGarrett D'Amore
18de572d98SGarrett D'Amore#
19de572d98SGarrett D'Amore# Definitions found in stdlib.h
20de572d98SGarrett D'Amore#
21de572d98SGarrett D'Amore
22de572d98SGarrett D'Amore#
23de572d98SGarrett D'Amore# Types.
24de572d98SGarrett D'Amore#
25de572d98SGarrett D'Amoretype |	size_t		| stdlib.h | ALL
26de572d98SGarrett D'Amore
27de572d98SGarrett D'Amore#
28de572d98SGarrett D'Amore# Values.
29de572d98SGarrett D'Amore#
30de572d98SGarrett D'Amorevalue |	EXIT_FAILURE	| int		| stdlib.h | ALL
31de572d98SGarrett D'Amorevalue |	EXIT_SUCCESS	| int		| stdlib.h | ALL
32de572d98SGarrett D'Amorevalue |	NULL		| void *	| stdlib.h | ALL
33de572d98SGarrett D'Amore
34de572d98SGarrett D'Amore#
35de572d98SGarrett D'Amore# Functions
36de572d98SGarrett D'Amore#
37*dcdfe824SRobert Mustacchifunc |	aligned_alloc							|\
38*dcdfe824SRobert Mustacchi	void * 								|\
39*dcdfe824SRobert Mustacchi	size_t; size_t							|\
40*dcdfe824SRobert Mustacchi	stdlib.h							|\
41*dcdfe824SRobert Mustacchi	-ALL C11
42*dcdfe824SRobert Mustacchi
43*dcdfe824SRobert Mustacchifunc |	at_quick_exit							|\
44*dcdfe824SRobert Mustacchi	int								|\
45*dcdfe824SRobert Mustacchi	void (*)(void)							|\
46*dcdfe824SRobert Mustacchi	stdlib.h							|\
47*dcdfe824SRobert Mustacchi	-ALL C11
48*dcdfe824SRobert Mustacchi
49de572d98SGarrett D'Amorefunc |	calloc								|\
50de572d98SGarrett D'Amore	void * 								|\
51de572d98SGarrett D'Amore	size_t; size_t							|\
52de572d98SGarrett D'Amore	stdlib.h							|\
53de572d98SGarrett D'Amore	ALL
54de572d98SGarrett D'Amore
55de572d98SGarrett D'Amorefunc |	exit								|\
56de572d98SGarrett D'Amore	void 								|\
57de572d98SGarrett D'Amore	int								|\
58de572d98SGarrett D'Amore	stdlib.h							|\
59de572d98SGarrett D'Amore	ALL
60de572d98SGarrett D'Amore
61de572d98SGarrett D'Amorefunc |	free								|\
62de572d98SGarrett D'Amore	void 								|\
63de572d98SGarrett D'Amore	void *								|\
64de572d98SGarrett D'Amore	stdlib.h							|\
65de572d98SGarrett D'Amore	ALL
66de572d98SGarrett D'Amore
67de572d98SGarrett D'Amorefunc |	malloc								|\
68de572d98SGarrett D'Amore	void * 								|\
69de572d98SGarrett D'Amore	size_t								|\
70de572d98SGarrett D'Amore	stdlib.h							|\
71de572d98SGarrett D'Amore	ALL
7290553fa8SMohamed A. Khalfella
7390553fa8SMohamed A. Khalfellafunc |	mkstemp								|\
7490553fa8SMohamed A. Khalfella	int 								|\
7590553fa8SMohamed A. Khalfella	char *								|\
7690553fa8SMohamed A. Khalfella	stdlib.h							|\
7790553fa8SMohamed A. Khalfella	C90 C99 SUSv1+
7890553fa8SMohamed A. Khalfella
7990553fa8SMohamed A. Khalfellafunc |	mkostemp							|\
8090553fa8SMohamed A. Khalfella	int 								|\
8190553fa8SMohamed A. Khalfella	char *; int							|\
8290553fa8SMohamed A. Khalfella	stdlib.h							|\
8390553fa8SMohamed A. Khalfella	-ALL
8490553fa8SMohamed A. Khalfella
8590553fa8SMohamed A. Khalfellafunc |	mkstemps							|\
8690553fa8SMohamed A. Khalfella	int 								|\
8790553fa8SMohamed A. Khalfella	char *; int							|\
8890553fa8SMohamed A. Khalfella	stdlib.h							|\
8990553fa8SMohamed A. Khalfella	C90 C99
9090553fa8SMohamed A. Khalfella
9190553fa8SMohamed A. Khalfellafunc |	mkostemps							|\
9290553fa8SMohamed A. Khalfella	int 								|\
9390553fa8SMohamed A. Khalfella	char *; int; int						|\
9490553fa8SMohamed A. Khalfella	stdlib.h							|\
9590553fa8SMohamed A. Khalfella	-ALL
9690553fa8SMohamed A. Khalfella
9790553fa8SMohamed A. Khalfellafunc |	mkdtemp								|\
9890553fa8SMohamed A. Khalfella	char * 								|\
9990553fa8SMohamed A. Khalfella	char *								|\
10090553fa8SMohamed A. Khalfella	stdlib.h							|\
10190553fa8SMohamed A. Khalfella	-ALL SUSv4+
102*dcdfe824SRobert Mustacchi
103*dcdfe824SRobert Mustacchifunc |	quick_exit							|\
104*dcdfe824SRobert Mustacchi	void								|\
105*dcdfe824SRobert Mustacchi	int								|\
106*dcdfe824SRobert Mustacchi	stdlib.h							|\
107*dcdfe824SRobert Mustacchi	-ALL C11
108