xref: /illumos-gate/usr/src/test/libc-tests/cfg/symbols/stdio_h.cfg (revision 2e67aa296fc3707ae8e2b532f67387daf0823499)
1#
2# This file and its contents are supplied under the terms of the
3# Common Development and Distribution License ("CDDL"), version 1.0.
4# You may only use this file in accordance with the terms of version
5# 1.0 of the CDDL.
6#
7# A full copy of the text of the CDDL should have accompanied this
8# source.  A copy of the CDDL is also available via the Internet at
9# http://www.illumos.org/license/CDDL.
10#
11
12#
13# Copyright 2015 Garrett D'Amore <garrett@damore.org>
14#
15
16#
17# Definitions found in stdio.h
18#
19
20#
21# Types.
22#
23type |	FILE	| stdio.h | ALL
24type |	fpos_t	| stdio.h | ALL
25type |	size_t	| stdio.h | ALL
26
27#
28# Values.
29#
30value |	BUFSIZ	| int		| stdio.h | ALL
31value |	EOF	| int		| stdio.h | ALL
32value |	NULL	| void *	| stdio.h | ALL
33value | stderr	| FILE *	| stdio.h | ALL
34value |	stdin	| FILE *	| stdio.h | ALL
35value | stdout	| FILE *	| stdio.h | ALL
36value | optarg	| char *	| stdio.h | -ALL +XPG3+ -SUSv3+
37value | optind	| int		| stdio.h | -ALL +XPG3+ -SUSv3+
38value | opterr	| int		| stdio.h | -ALL +XPG3+ -SUSv3+
39value | optopt	| int		| stdio.h | -ALL +XPG3+ -SUSv3+
40
41#
42# Functions
43#
44
45func |	printf								|\
46	int								|\
47	const char * 							|\
48	stdio.h | ALL
49
50func |	rename								|\
51	int 								|\
52	const char *; const char *					|\
53	stdio.h | ALL
54