stdio_h.cfg (de572d98) stdio_h.cfg (fc2512cf)
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>
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# Copyright 2016 Joyent, Inc.
14#
15
16#
17# Definitions found in stdio.h
18#
19
20#
21# Types.

--- 15 unchanged lines hidden (view full) ---

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
15#
16
17#
18# Definitions found in stdio.h
19#
20
21#
22# Types.

--- 15 unchanged lines hidden (view full) ---

38value | optind | int | stdio.h | -ALL +XPG3+ -SUSv3+
39value | opterr | int | stdio.h | -ALL +XPG3+ -SUSv3+
40value | optopt | int | stdio.h | -ALL +XPG3+ -SUSv3+
41
42#
43# Functions
44#
45
46func | gets |\
47 char * |\
48 char * |\
49 stdio.h | ALL -C11
50
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
51func | printf |\
52 int |\
53 const char * |\
54 stdio.h | ALL
55
56func | rename |\
57 int |\
58 const char *; const char * |\
59 stdio.h | ALL