8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / test / libc-tests / cfg / symbols / stdio_h.cfg
bloba88c8be5e4ae98563afdfa5a4de7a05b1a570a85
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.
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.
13 # Copyright 2015 Garrett D'Amore <garrett@damore.org>
14 # Copyright 2016 Joyent, Inc.
18 # Definitions found in stdio.h
22 # Types.
24 type |  FILE    | stdio.h | ALL
25 type |  fpos_t  | stdio.h | ALL
26 type |  size_t  | stdio.h | ALL
29 # Values.
31 value | BUFSIZ  | int           | stdio.h | ALL
32 value | EOF     | int           | stdio.h | ALL
33 value | NULL    | void *        | stdio.h | ALL
34 value | stderr  | FILE *        | stdio.h | ALL
35 value | stdin   | FILE *        | stdio.h | ALL
36 value | stdout  | FILE *        | stdio.h | ALL
37 value | optarg  | char *        | stdio.h | -ALL +XPG3+ -SUSv3+
38 value | optind  | int           | stdio.h | -ALL +XPG3+ -SUSv3+
39 value | opterr  | int           | stdio.h | -ALL +XPG3+ -SUSv3+
40 value | optopt  | int           | stdio.h | -ALL +XPG3+ -SUSv3+
43 # Functions
46 func |  gets                                                            |\
47         char *                                                          |\
48         char *                                                          |\
49         stdio.h | ALL -C11
51 func |  printf                                                          |\
52         int                                                             |\
53         const char *                                                    |\
54         stdio.h | ALL
55         
56 func |  rename                                                          |\
57         int                                                             |\
58         const char *; const char *                                      |\
59         stdio.h | ALL