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 # 23 type | FILE | stdio.h | ALL 24 type | fpos_t | stdio.h | ALL 25 type | size_t | stdio.h | ALL 26 27 # 28 # Values. 29 # 30 value | BUFSIZ | int | stdio.h | ALL 31 value | EOF | int | stdio.h | ALL 32 value | NULL | void * | stdio.h | ALL 33 value | stderr | FILE * | stdio.h | ALL 34 value | stdin | FILE * | stdio.h | ALL 35 value | stdout | FILE * | stdio.h | ALL 36 value | optarg | char * | stdio.h | -ALL +XPG3+ -SUSv3+ 37 value | optind | int | stdio.h | -ALL +XPG3+ -SUSv3+ 38 value | opterr | int | stdio.h | -ALL +XPG3+ -SUSv3+ 39 value | optopt | int | stdio.h | -ALL +XPG3+ -SUSv3+ 40 41 # 42 # Functions 43 # 44 45 func | printf |\ 46 int |\ 47 const char * |\ 48 stdio.h | ALL 49 50 func | rename |\ 51 int |\ 52 const char *; const char * |\ 53 stdio.h | ALL