Linux Standard Base Core Specification, Generic Part

LSB Core - Generic 5.0 Edition


Table of Contents
Foreword
Status of this Document
Introduction
I. Introductory Elements
1. Scope
1.1. General
1.2. Module Specific Scope
2. References
2.1. Normative References
2.2. Informative References/Bibliography
3. Requirements
3.1. Relevant Libraries
3.2. LSB Implementation Conformance
3.3. LSB Application Conformance
4. Terms and Definitions
5. Documentation Conventions
6. Relationship To ISO/IEC 9945 POSIX
7. Relationship To Other Linux Foundation Specifications
II. Executable And Linking Format (ELF)
8. Introduction
9. Low Level System Information
9.1. Operating System Interface
9.2. Machine Interface
10. Object Format
10.1. Object Files
10.2. Sections
10.3. Special Sections
10.4. Symbol Mapping
10.5. DWARF Extensions
10.6. Exception Frames
10.7. Symbol Versioning
10.8. ABI note tag
11. Dynamic Linking
11.1. Program Loading and Dynamic Linking
11.2. Program Header
11.3. Dynamic Entries
12. C++ Class Representations
12.1. C++ Data Representation
13. Symbol Mapping
13.1. Symbol Mapping
III. Base Libraries
14. Base Libraries
14.1. Introduction
14.2. Program Interpreter
14.3. Interfaces for libc
14.4. Data Definitions for libc
14.5. Interface Definitions for libc
14.6. Interfaces for libm
14.7. Data Definitions for libm
14.8. Interface Definitions for libm
14.9. Interfaces for libpthread
14.10. Data Definitions for libpthread
14.11. Interface Definitions for libpthread
14.12. Interfaces for libgcc_s
14.13. Data Definitions for libgcc_s
14.14. Interface Definitions for libgcc_s
14.15. Interfaces for libdl
14.16. Data Definitions for libdl
14.17. Interface Definitions for libdl
14.18. Interfaces for librt
14.19. Data Definitions for librt
14.20. Interfaces for libcrypt
14.21. Data Definitions for libcrypt
14.22. Interface Definitions for libcrypt
14.23. Interfaces for libpam
14.24. Data Definitions for libpam
14.25. Interface Definitions for libpam
IV. Utility Libraries
15. Utility Libraries
15.1. Introduction
15.2. Interfaces for libz
15.3. Data Definitions for libz
15.4. Interface Definitions for libz
15.5. Interfaces for libncurses
15.6. Data Definitions for libncurses
15.7. Interface Definitions for libncurses
15.8. Interfaces for libncursesw
15.9. Data Definitions for libncursesw
15.10. Interface Definitions for libncursesw
15.11. Interfaces for libutil
15.12. Data Definitions for libutil
15.13. Interface Definitions for libutil
V. C++ Libraries
16. Libraries
16.1. Interfaces for libstdcxx
16.2. Interface Definitions for libstdcxx
VI. Commands and Utilities
17. Commands and Utilities
17.1. Commands and Utilities
17.2. Command Behavior
VII. Execution Environment
18. File System Hierarchy
18.1. /dev: Device Files
18.2. /etc: Host-specific system configuration
18.3. User Accounting Databases
18.4. Path For System Administration Utilities
19. Additional Recommendations
19.1. Recommendations for applications on ownership and permissions
20. Additional Behaviors
20.1. Mandatory Optional Behaviors
20.2. Optional Mandatory Behaviors
20.3. Executable Scripts
21. Localization
21.1. Introduction
21.2. Regular Expressions
21.3. Pattern Matching Notation
VIII. System Initialization
22. System Initialization
22.1. Cron Jobs
22.2. Init Script Actions
22.3. Comment Conventions for Init Scripts
22.4. Installation and Removal of Init Scripts
22.5. Run Levels
22.6. Facility Names
22.7. Script Names
22.8. Init Script Functions
IX. Users & Groups
23. Users & Groups
23.1. User and Group Database
23.2. User & Group Names
23.3. User ID Ranges
23.4. Rationale
X. Network Security Services
24. Libraries
24.1. Interfaces for libnspr4
24.2. Data Definitions for libnspr4
24.3. Interfaces for libnss3
24.4. Data Definitions for libnss3
24.5. Interfaces for libssl3
24.6. Data Definitions for libssl3
XI. Package Format and Installation
25. Software Installation
25.1. Introduction
25.2. Package File Format
25.3. Package Script Restrictions
25.4. Package Tools
25.5. Package Naming Conventions
25.6. Package Dependencies
25.7. Package Architecture Considerations
A. Alphabetical Listing of Interfaces by Library
A.1. libc
A.2. libcrypt
A.3. libdl
A.4. libgcc_s
A.5. libm
A.6. libncurses
A.7. libncursesw
A.8. libpam
A.9. libpthread
A.10. librt
A.11. libutil
A.12. libz
A.13. libnspr4
A.14. libnss3
A.15. libssl3
B. GNU Free Documentation License (Informative)
B.1. PREAMBLE
B.2. APPLICABILITY AND DEFINITIONS
B.3. VERBATIM COPYING
B.4. COPYING IN QUANTITY
B.5. MODIFICATIONS
B.6. COMBINING DOCUMENTS
B.7. COLLECTIONS OF DOCUMENTS
B.8. AGGREGATION WITH INDEPENDENT WORKS
B.9. TRANSLATION
B.10. TERMINATION
B.11. FUTURE REVISIONS OF THIS LICENSE
B.12. How to use this License for your documents
List of Figures
10-1. Version Definition Entries
10-2. Version Definition Auxiliary Entries
10-3. Version Needed Entries
10-4. Version Needed Auxiliary Entries
11-1. Dynamic Structure
12-1. Category 1 Virtual Table
12-2. Category 2 Virtual Table
12-3. Run-Time Type Information Prefix
12-4. Run-Time Type Information For Classes with no base class
12-5. Run-Time Type Information for Classes with a single base class
12-6. Run-Time Type Information for classes with multiple inheritance
12-7. Run-Time Type Information for pointer types
12-8. Run-Time Type Information for pointer to member types
List of Tables
2-1. Normative References
2-2. Other References
3-1. Standard Library Names
3-2. Standard Library Names defined in the Architecture Specific Parts of the LSB Core Specification
9-1. Scalar Types
10-1. ELF Section Types
10-2. Additional Section Types
10-3. ELF Special Sections
10-4. Additional Special Sections
10-5. DWARF Exception Header value format
10-6. DWARF Exception Header application
10-7. Additional DWARF Call Frame Instructions
10-8. Call Frame Information Format
10-9. Common Information Entry Format
10-10. Frame Description Entry Format
10-11. .eh_frame_hdr Section Format
11-1. Linux Segment Types
12-1. Class Components
12-2. Primary vtable for K (example)
14-1. libc Definition
14-2. libc - RPC Function Interfaces
14-3. libc - RPC Deprecated Function Interfaces
14-4. libc - Epoll Function Interfaces
14-5. libc - System Calls Function Interfaces
14-6. libc - System Calls Deprecated Function Interfaces
14-7. libc - Standard I/O Function Interfaces
14-8. libc - Standard I/O Deprecated Function Interfaces
14-9. libc - Standard I/O Data Interfaces
14-10. libc - Signal Handling Function Interfaces
14-11. libc - Signal Handling Deprecated Function Interfaces
14-12. libc - Signal Handling Data Interfaces
14-13. libc - Localization Functions Function Interfaces
14-14. libc - Localization Functions Data Interfaces
14-15. libc - Posix Spawn Option Function Interfaces
14-16. libc - Posix Advisory Option Function Interfaces
14-17. libc - Socket Interface Function Interfaces
14-18. libc - Socket Interface Data Interfaces
14-19. libc - Wide Characters Function Interfaces
14-20. libc - String Functions Function Interfaces
14-21. libc - String Functions Deprecated Function Interfaces
14-22. libc - IPC Functions Function Interfaces
14-23. libc - Regular Expressions Function Interfaces
14-24. libc - Character Type Functions Function Interfaces
14-25. libc - Time Manipulation Function Interfaces
14-26. libc - Time Manipulation Data Interfaces
14-27. libc - Terminal Interface Functions Function Interfaces
14-28. libc - System Database Interface Function Interfaces
14-29. libc - System Database Interface Deprecated Function Interfaces
14-30. libc - Language Support Function Interfaces
14-31. libc - Large File Support Function Interfaces
14-32. libc - Large File Support Deprecated Function Interfaces
14-33. libc - Inotify Function Interfaces
14-34. libc - Standard Library Function Interfaces
14-35. libc - Standard Library Deprecated Function Interfaces
14-36. libc - Standard Library Data Interfaces
14-37. libc - GNU Extensions for libc Function Interfaces
14-38. libm Definition
14-39. libm - Math Function Interfaces
14-40. libm - Math Deprecated Function Interfaces
14-41. libm - Math Data Interfaces
14-42. libpthread Definition
14-43. libpthread - Realtime Threads Function Interfaces
14-44. libpthread - Advanced Realtime Threads Function Interfaces
14-45. libpthread - Posix Threads Function Interfaces
14-46. libpthread - Posix Threads Deprecated Function Interfaces
14-47. libpthread - Thread aware versions of libc interfaces Function Interfaces
14-48. libpthread - GNU Extensions for libpthread Function Interfaces
14-49. libpthread - System Calls Function Interfaces
14-50. libpthread - Standard I/O Function Interfaces
14-51. libpthread - Signal Handling Function Interfaces
14-52. libpthread - Standard Library Function Interfaces
14-53. libpthread - Socket Interface Function Interfaces
14-54. libpthread - Terminal Interface Functions Function Interfaces
14-55. libgcc_s Definition
14-56. libgcc_s - Unwind Library Function Interfaces
14-57. libdl Definition
14-58. libdl - Dynamic Loader Function Interfaces
14-59. librt Definition
14-60. librt - Shared Memory Objects Function Interfaces
14-61. librt - Asynchronous I/O Function Interfaces
14-62. librt - Clock Function Interfaces
14-63. librt - Timers Function Interfaces
14-64. librt - Message Queues Function Interfaces
14-65. libcrypt Definition
14-66. libcrypt - Encryption Function Interfaces
14-67. libpam Definition
14-68. libpam - Pluggable Authentication API Function Interfaces
15-1. libz Definition
15-2. libz - Compression Library Function Interfaces
15-3. libncurses Definition
15-4. libncurses - Curses Function Interfaces
15-5. libncurses - Curses Deprecated Function Interfaces
15-6. libncurses - Curses Data Interfaces
15-7. libncursesw Definition
15-8. libncursesw - Curses Wide Function Interfaces
15-9. libncursesw - Curses Wide Deprecated Function Interfaces
15-10. libncursesw - Curses Wide Data Interfaces
15-11. libutil Definition
15-12. libutil - Utility Functions Function Interfaces
16-1. libstdcxx Definition
16-2. libstdcxx - C++ Runtime Support Function Interfaces
16-3. libstdcxx - C++ Runtime Support Data Interfaces
16-4. libstdcxx - C++ type descriptors for built-in types Data Interfaces
16-5. libstdcxx - C++ _Rb_tree Function Interfaces
16-6. Primary vtable for type_info
16-7. typeinfo for type_info
16-8. libstdcxx - Class type_info Function Interfaces
16-9. libstdcxx - Class type_info Data Interfaces
16-10. Primary vtable for __cxxabiv1::__enum_type_info
16-11. typeinfo for __cxxabiv1::__enum_type_info
16-12. libstdcxx - Class __cxxabiv1::__enum_type_info Function Interfaces
16-13. libstdcxx - Class __cxxabiv1::__enum_type_info Data Interfaces
16-14. Primary vtable for __cxxabiv1::__array_type_info
16-15. typeinfo for __cxxabiv1::__array_type_info
16-16. libstdcxx - Class __cxxabiv1::__array_type_info Function Interfaces
16-17. libstdcxx - Class __cxxabiv1::__array_type_info Data Interfaces
16-18. Primary vtable for __cxxabiv1::__class_type_info
16-19. typeinfo for __cxxabiv1::__class_type_info
16-20. libstdcxx - Class __cxxabiv1::__class_type_info Function Interfaces
16-21. libstdcxx - Class __cxxabiv1::__class_type_info Data Interfaces
16-22. Primary vtable for __cxxabiv1::__pbase_type_info
16-23. typeinfo for __cxxabiv1::__pbase_type_info
16-24. libstdcxx - Class __cxxabiv1::__pbase_type_info Function Interfaces
16-25. libstdcxx - Class __cxxabiv1::__pbase_type_info Data Interfaces
16-26. Primary vtable for __cxxabiv1::__pointer_type_info
16-27. typeinfo for __cxxabiv1::__pointer_type_info
16-28. libstdcxx - Class __cxxabiv1::__pointer_type_info Function Interfaces
16-29. libstdcxx - Class __cxxabiv1::__pointer_type_info Data Interfaces
16-30. Primary vtable for __cxxabiv1::__function_type_info
16-31. typeinfo for __cxxabiv1::__function_type_info
16-32. libstdcxx - Class __cxxabiv1::__function_type_info Function Interfaces
16-33. libstdcxx - Class __cxxabiv1::__function_type_info Data Interfaces
16-34. Primary vtable for __cxxabiv1::__si_class_type_info
16-35. typeinfo for __cxxabiv1::__si_class_type_info
16-36. libstdcxx - Class __cxxabiv1::__si_class_type_info Function Interfaces
16-37. libstdcxx - Class __cxxabiv1::__si_class_type_info Data Interfaces
16-38. Primary vtable for __cxxabiv1::__vmi_class_type_info
16-39. typeinfo for __cxxabiv1::__vmi_class_type_info
16-40. libstdcxx - Class __cxxabiv1::__vmi_class_type_info Function Interfaces
16-41. libstdcxx - Class __cxxabiv1::__vmi_class_type_info Data Interfaces
16-42. Primary vtable for __cxxabiv1::__fundamental_type_info
16-43. typeinfo for __cxxabiv1::__fundamental_type_info
16-44. libstdcxx - Class __cxxabiv1::__fundamental_type_info Function Interfaces
16-45. libstdcxx - Class __cxxabiv1::__fundamental_type_info Data Interfaces
16-46. Primary vtable for __cxxabiv1::__pointer_to_member_type_info
16-47. typeinfo for __cxxabiv1::__pointer_to_member_type_info
16-48. libstdcxx - Class __cxxabiv1::__pointer_to_member_type_info Function Interfaces
16-49. libstdcxx - Class __cxxabiv1::__pointer_to_member_type_info Data Interfaces
16-50. libstdcxx - Class __gnu_cxx::stdio_filebuf<char, char_traits<char> > Data Interfaces
16-51. libstdcxx - Class __gnu_cxx::stdio_filebuf<wchar_t, char_traits<wchar_t> > Data Interfaces
16-52. libstdcxx - Class __gnu_cxx::__pool_alloc_base Function Interfaces
16-53. Primary vtable for __gnu_cxx::stdio_sync_filebuf<char, char_traits<char> >
16-54. libstdcxx - Class __gnu_cxx::stdio_sync_filebuf<char, char_traits<char> > Function Interfaces
16-55. libstdcxx - Class __gnu_cxx::stdio_sync_filebuf<char, char_traits<char> > Data Interfaces
16-56. Primary vtable for __gnu_cxx::stdio_sync_filebuf<wchar_t, char_traits<wchar_t> >
16-57. libstdcxx - Class __gnu_cxx::stdio_sync_filebuf<wchar_t, char_traits<wchar_t> > Function Interfaces
16-58. libstdcxx - Class __gnu_cxx::stdio_sync_filebuf<wchar_t, char_traits<wchar_t> > Data Interfaces
16-59. Primary vtable for exception
16-60. typeinfo for exception
16-61. libstdcxx - Class exception Function Interfaces
16-62. libstdcxx - Class exception Data Interfaces
16-63. Primary vtable for bad_typeid
16-64. typeinfo for bad_typeid
16-65. libstdcxx - Class bad_typeid Function Interfaces
16-66. libstdcxx - Class bad_typeid Data Interfaces
16-67. Primary vtable for logic_error
16-68. typeinfo for logic_error
16-69. libstdcxx - Class logic_error Function Interfaces
16-70. libstdcxx - Class logic_error Data Interfaces
16-71. Primary vtable for range_error
16-72. typeinfo for range_error
16-73. libstdcxx - Class range_error Function Interfaces
16-74. libstdcxx - Class range_error Data Interfaces
16-75. Primary vtable for domain_error
16-76. typeinfo for domain_error
16-77. libstdcxx - Class domain_error Function Interfaces
16-78. libstdcxx - Class domain_error Data Interfaces
16-79. Primary vtable for length_error
16-80. typeinfo for length_error
16-81. libstdcxx - Class length_error Function Interfaces
16-82. libstdcxx - Class length_error Data Interfaces
16-83. Primary vtable for out_of_range
16-84. typeinfo for out_of_range
16-85. libstdcxx - Class out_of_range Function Interfaces
16-86. libstdcxx - Class out_of_range Data Interfaces
16-87. Primary vtable for bad_exception
16-88. typeinfo for bad_exception
16-89. libstdcxx - Class bad_exception Function Interfaces
16-90. libstdcxx - Class bad_exception Data Interfaces
16-91. Primary vtable for runtime_error
16-92. typeinfo for runtime_error
16-93. libstdcxx - Class runtime_error Function Interfaces
16-94. libstdcxx - Class runtime_error Data Interfaces
16-95. Primary vtable for overflow_error
16-96. typeinfo for overflow_error
16-97. libstdcxx - Class overflow_error Function Interfaces
16-98. libstdcxx - Class overflow_error Data Interfaces
16-99. Primary vtable for underflow_error
16-100. typeinfo for underflow_error
16-101. libstdcxx - Class underflow_error Function Interfaces
16-102. libstdcxx - Class underflow_error Data Interfaces
16-103. Primary vtable for invalid_argument
16-104. typeinfo for invalid_argument
16-105. libstdcxx - Class invalid_argument Function Interfaces
16-106. libstdcxx - Class invalid_argument Data Interfaces
16-107. Primary vtable for bad_cast
16-108. typeinfo for bad_cast
16-109. libstdcxx - Class bad_cast Function Interfaces
16-110. libstdcxx - Class bad_cast Data Interfaces
16-111. Primary vtable for bad_alloc
16-112. typeinfo for bad_alloc
16-113. libstdcxx - Class bad_alloc Function Interfaces
16-114. libstdcxx - Class bad_alloc Data Interfaces
16-115. libstdcxx - struct __numeric_limits_base Data Interfaces
16-116. libstdcxx - struct numeric_limits<long double> Data Interfaces
16-117. libstdcxx - struct numeric_limits<long long> Data Interfaces
16-118. libstdcxx - struct numeric_limits<unsigned long long> Data Interfaces
16-119. libstdcxx - struct numeric_limits<float> Data Interfaces
16-120. libstdcxx - struct numeric_limits<double> Data Interfaces
16-121. libstdcxx - struct numeric_limits<short> Data Interfaces
16-122. libstdcxx - struct numeric_limits<unsigned short> Data Interfaces
16-123. libstdcxx - struct numeric_limits<int> Data Interfaces
16-124. libstdcxx - struct numeric_limits<unsigned int> Data Interfaces
16-125. libstdcxx - struct numeric_limits<long> Data Interfaces
16-126. libstdcxx - struct numeric_limits<unsigned long> Data Interfaces
16-127. libstdcxx - struct numeric_limits<wchar_t> Data Interfaces
16-128. libstdcxx - struct numeric_limits<unsigned char> Data Interfaces
16-129. libstdcxx - struct numeric_limits<signed char> Data Interfaces
16-130. libstdcxx - struct numeric_limits<char> Data Interfaces
16-131. libstdcxx - struct numeric_limits<bool> Data Interfaces
16-132. typeinfo for ctype_base
16-133. libstdcxx - Class ctype_base Data Interfaces
16-134. Primary vtable for __ctype_abstract_base<char>
16-135. libstdcxx - Class __ctype_abstract_base<char> Data Interfaces
16-136. Primary vtable for __ctype_abstract_base<wchar_t>
16-137. libstdcxx - Class __ctype_abstract_base<wchar_t> Data Interfaces
16-138. Primary vtable for ctype<char>
16-139. libstdcxx - Class ctype<char> Function Interfaces
16-140. libstdcxx - Class ctype<char> Data Interfaces
16-141. Primary vtable for ctype<wchar_t>
16-142. typeinfo for ctype<wchar_t>
16-143. libstdcxx - Class ctype<wchar_t> Function Interfaces
16-144. libstdcxx - Class ctype<wchar_t> Data Interfaces
16-145. Primary vtable for ctype_byname<char>
16-146. typeinfo for ctype_byname<char>
16-147. libstdcxx - Class ctype_byname<char> Function Interfaces
16-148. libstdcxx - Class ctype_byname<char> Data Interfaces
16-149. Primary vtable for ctype_byname<wchar_t>
16-150. typeinfo for ctype_byname<wchar_t>
16-151. libstdcxx - Class ctype_byname<wchar_t> Function Interfaces
16-152. libstdcxx - Class ctype_byname<wchar_t> Data Interfaces
16-153. libstdcxx - Class basic_string<char, char_traits<char>, allocator<char> > Function Interfaces
16-154. libstdcxx - Class basic_string<char, char_traits<char>, allocator<char> > Data Interfaces
16-155. libstdcxx - Class basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > Function Interfaces
16-156. libstdcxx - Class basic_string<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > Data Interfaces
16-157. VTT for basic_stringstream<char, char_traits<char>, allocator<char> >
16-158. libstdcxx - Class basic_stringstream<char, char_traits<char>, allocator<char> > Function Interfaces
16-159. libstdcxx - Class basic_stringstream<char, char_traits<char>, allocator<char> > Data Interfaces
16-160. VTT for basic_stringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >
16-161. libstdcxx - Class basic_stringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > Function Interfaces
16-162. libstdcxx - Class basic_stringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > Data Interfaces
16-163. VTT for basic_istringstream<char, char_traits<char>, allocator<char> >
16-164. libstdcxx - Class basic_istringstream<char, char_traits<char>, allocator<char> > Function Interfaces
16-165. libstdcxx - Class basic_istringstream<char, char_traits<char>, allocator<char> > Data Interfaces
16-166. VTT for basic_istringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >
16-167. libstdcxx - Class basic_istringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > Function Interfaces
16-168. libstdcxx - Class basic_istringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > Data Interfaces
16-169. VTT for basic_ostringstream<char, char_traits<char>, allocator<char> >
16-170. libstdcxx - Class basic_ostringstream<char, char_traits<char>, allocator<char> > Function Interfaces
16-171. libstdcxx - Class basic_ostringstream<char, char_traits<char>, allocator<char> > Data Interfaces
16-172. VTT for basic_ostringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >
16-173. libstdcxx - Class basic_ostringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > Function Interfaces
16-174. libstdcxx - Class basic_ostringstream<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > Data Interfaces
16-175. Primary vtable for basic_stringbuf<char, char_traits<char>, allocator<char> >
16-176. typeinfo for basic_stringbuf<char, char_traits<char>, allocator<char> >
16-177. libstdcxx - Class basic_stringbuf<char, char_traits<char>, allocator<char> > Function Interfaces
16-178. libstdcxx - Class basic_stringbuf<char, char_traits<char>, allocator<char> > Data Interfaces
16-179. Primary vtable for basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >
16-180. typeinfo for basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> >
16-181. libstdcxx - Class basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > Function Interfaces
16-182. libstdcxx - Class basic_stringbuf<wchar_t, char_traits<wchar_t>, allocator<wchar_t> > Data Interfaces
16-183. VTT for basic_iostream<char, char_traits<char> >
16-184. libstdcxx - Class basic_iostream<char, char_traits<char> > Function Interfaces
16-185. libstdcxx - Class basic_iostream<char, char_traits<char> > Data Interfaces
16-186. VTT for basic_iostream<wchar_t, char_traits<wchar_t> >
16-187. libstdcxx - Class basic_iostream<wchar_t, char_traits<wchar_t> > Function Interfaces
16-188. libstdcxx - Class basic_iostream<wchar_t, char_traits<wchar_t> > Data Interfaces
16-189. VTT for basic_istream<char, char_traits<char> >
16-190. libstdcxx - Class basic_istream<char, char_traits<char> > Function Interfaces
16-191. libstdcxx - Class basic_istream<char, char_traits<char> > Data Interfaces
16-192. VTT for basic_istream<wchar_t, char_traits<wchar_t> >
16-193. libstdcxx - Class basic_istream<wchar_t, char_traits<wchar_t> > Function Interfaces
16-194. libstdcxx - Class basic_istream<wchar_t, char_traits<wchar_t> > Data Interfaces
16-195. libstdcxx - Class istreambuf_iterator<wchar_t, char_traits<wchar_t> > Function Interfaces
16-196. libstdcxx - Class istreambuf_iterator<char, char_traits<char> > Function Interfaces
16-197. VTT for basic_ostream<char, char_traits<char> >
16-198. libstdcxx - Class basic_ostream<char, char_traits<char> > Function Interfaces
16-199. libstdcxx - Class basic_ostream<char, char_traits<char> > Data Interfaces
16-200. VTT for basic_ostream<wchar_t, char_traits<wchar_t> >
16-201. libstdcxx - Class basic_ostream<wchar_t, char_traits<wchar_t> > Function Interfaces
16-202. libstdcxx - Class basic_ostream<wchar_t, char_traits<wchar_t> > Data Interfaces
16-203. VTT for basic_fstream<char, char_traits<char> >
16-204. libstdcxx - Class basic_fstream<char, char_traits<char> > Function Interfaces
16-205. libstdcxx - Class basic_fstream<char, char_traits<char> > Data Interfaces
16-206. VTT for basic_fstream<wchar_t, char_traits<wchar_t> >
16-207. libstdcxx - Class basic_fstream<wchar_t, char_traits<wchar_t> > Function Interfaces
16-208. libstdcxx - Class basic_fstream<wchar_t, char_traits<wchar_t> > Data Interfaces
16-209. VTT for basic_ifstream<char, char_traits<char> >
16-210. libstdcxx - Class basic_ifstream<char, char_traits<char> > Function Interfaces
16-211. libstdcxx - Class basic_ifstream<char, char_traits<char> > Data Interfaces
16-212. VTT for basic_ifstream<wchar_t, char_traits<wchar_t> >
16-213. libstdcxx - Class basic_ifstream<wchar_t, char_traits<wchar_t> > Function Interfaces
16-214. libstdcxx - Class basic_ifstream<wchar_t, char_traits<wchar_t> > Data Interfaces
16-215. VTT for basic_ofstream<char, char_traits<char> >
16-216. libstdcxx - Class basic_ofstream<char, char_traits<char> > Function Interfaces
16-217. libstdcxx - Class basic_ofstream<char, char_traits<char> > Data Interfaces
16-218. VTT for basic_ofstream<wchar_t, char_traits<wchar_t> >
16-219. libstdcxx - Class basic_ofstream<wchar_t, char_traits<wchar_t> > Function Interfaces
16-220. libstdcxx - Class basic_ofstream<wchar_t, char_traits<wchar_t> > Data Interfaces
16-221. Primary vtable for basic_streambuf<char, char_traits<char> >
16-222. typeinfo for basic_streambuf<char, char_traits<char> >
16-223. libstdcxx - Class basic_streambuf<char, char_traits<char> > Function Interfaces
16-224. libstdcxx - Class basic_streambuf<char, char_traits<char> > Data Interfaces
16-225. Primary vtable for basic_streambuf<wchar_t, char_traits<wchar_t> >
16-226. typeinfo for basic_streambuf<wchar_t, char_traits<wchar_t> >
16-227. libstdcxx - Class basic_streambuf<wchar_t, char_traits<wchar_t> > Function Interfaces
16-228. Primary vtable for basic_filebuf<char, char_traits<char> >
16-229. typeinfo for basic_filebuf<char, char_traits<char> >
16-230. libstdcxx - Class basic_filebuf<char, char_traits<char> > Function Interfaces
16-231. libstdcxx - Class basic_filebuf<char, char_traits<char> > Data Interfaces
16-232. Primary vtable for basic_filebuf<wchar_t, char_traits<wchar_t> >
16-233. typeinfo for basic_filebuf<wchar_t, char_traits<wchar_t> >
16-234. libstdcxx - Class basic_filebuf<wchar_t, char_traits<wchar_t> > Function Interfaces
16-235. libstdcxx - Class basic_filebuf<wchar_t, char_traits<wchar_t> > Data Interfaces
16-236. Primary vtable for ios_base
16-237. typeinfo for ios_base
16-238. libstdcxx - Class ios_base Function Interfaces
16-239. libstdcxx - Class ios_base Data Interfaces
16-240. Primary vtable for basic_ios<char, char_traits<char> >
16-241. libstdcxx - Class basic_ios<char, char_traits<char> > Function Interfaces
16-242. libstdcxx - Class basic_ios<char, char_traits<char> > Data Interfaces
16-243. Primary vtable for basic_ios<wchar_t, char_traits<wchar_t> >
16-244. typeinfo for basic_ios<wchar_t, char_traits<wchar_t> >
16-245. libstdcxx - Class basic_ios<wchar_t, char_traits<wchar_t> > Function Interfaces
16-246. libstdcxx - Class basic_ios<wchar_t, char_traits<wchar_t> > Data Interfaces
16-247. Primary vtable for ios_base::failure
16-248. typeinfo for ios_base::failure
16-249. libstdcxx - Class ios_base::failure Function Interfaces
16-250. libstdcxx - Class ios_base::failure Data Interfaces
16-251. Primary vtable for __timepunct<char>
16-252. typeinfo for __timepunct<char>
16-253. libstdcxx - Class __timepunct<char> Function Interfaces
16-254. libstdcxx - Class __timepunct<char> Data Interfaces
16-255. Primary vtable for __timepunct<wchar_t>
16-256. typeinfo for __timepunct<wchar_t>
16-257. libstdcxx - Class __timepunct<wchar_t> Function Interfaces
16-258. libstdcxx - Class __timepunct<wchar_t> Data Interfaces
16-259. typeinfo for messages_base
16-260. libstdcxx - Class messages_base Data Interfaces
16-261. Primary vtable for messages<char>
16-262. libstdcxx - Class messages<char> Function Interfaces
16-263. libstdcxx - Class messages<char> Data Interfaces
16-264. Primary vtable for messages<wchar_t>
16-265. libstdcxx - Class messages<wchar_t> Function Interfaces
16-266. libstdcxx - Class messages<wchar_t> Data Interfaces
16-267. Primary vtable for messages_byname<char>
16-268. typeinfo for messages_byname<char>
16-269. libstdcxx - Class messages_byname<char> Function Interfaces
16-270. libstdcxx - Class messages_byname<char> Data Interfaces
16-271. Primary vtable for messages_byname<wchar_t>
16-272. typeinfo for messages_byname<wchar_t>
16-273. libstdcxx - Class messages_byname<wchar_t> Function Interfaces
16-274. libstdcxx - Class messages_byname<wchar_t> Data Interfaces
16-275. Primary vtable for numpunct<char>
16-276. typeinfo for numpunct<char>
16-277. libstdcxx - Class numpunct<char> Function Interfaces
16-278. libstdcxx - Class numpunct<char> Data Interfaces
16-279. Primary vtable for numpunct<wchar_t>
16-280. typeinfo for numpunct<wchar_t>
16-281. libstdcxx - Class numpunct<wchar_t> Function Interfaces
16-282. libstdcxx - Class numpunct<wchar_t> Data Interfaces
16-283. Primary vtable for numpunct_byname<char>
16-284. typeinfo for numpunct_byname<char>
16-285. libstdcxx - Class numpunct_byname<char> Function Interfaces
16-286. libstdcxx - Class numpunct_byname<char> Data Interfaces
16-287. Primary vtable for numpunct_byname<wchar_t>
16-288. typeinfo for numpunct_byname<wchar_t>
16-289. libstdcxx - Class numpunct_byname<wchar_t> Function Interfaces
16-290. libstdcxx - Class numpunct_byname<wchar_t> Data Interfaces
16-291. Primary vtable for __codecvt_abstract_base<char, char, __mbstate_t>
16-292. libstdcxx - Class __codecvt_abstract_base<char, char, __mbstate_t> Data Interfaces
16-293. Primary vtable for __codecvt_abstract_base<wchar_t, char, __mbstate_t>
16-294. libstdcxx - Class __codecvt_abstract_base<wchar_t, char, __mbstate_t> Data Interfaces
16-295. typeinfo for codecvt_base
16-296. libstdcxx - Class codecvt_base Data Interfaces
16-297. Primary vtable for codecvt<char, char, __mbstate_t>
16-298. typeinfo for codecvt<char, char, __mbstate_t>
16-299. libstdcxx - Class codecvt<char, char, __mbstate_t> Function Interfaces
16-300. libstdcxx - Class codecvt<char, char, __mbstate_t> Data Interfaces
16-301. Primary vtable for codecvt<wchar_t, char, __mbstate_t>
16-302. typeinfo for codecvt<wchar_t, char, __mbstate_t>
16-303. libstdcxx - Class codecvt<wchar_t, char, __mbstate_t> Function Interfaces
16-304. libstdcxx - Class codecvt<wchar_t, char, __mbstate_t> Data Interfaces
16-305. Primary vtable for codecvt_byname<char, char, __mbstate_t>
16-306. typeinfo for codecvt_byname<char, char, __mbstate_t>
16-307. libstdcxx - Class codecvt_byname<char, char, __mbstate_t> Function Interfaces
16-308. libstdcxx - Class codecvt_byname<char, char, __mbstate_t> Data Interfaces
16-309. Primary vtable for codecvt_byname<wchar_t, char, __mbstate_t>
16-310. typeinfo for codecvt_byname<wchar_t, char, __mbstate_t>
16-311. libstdcxx - Class codecvt_byname<wchar_t, char, __mbstate_t> Function Interfaces
16-312. libstdcxx - Class codecvt_byname<wchar_t, char, __mbstate_t> Data Interfaces
16-313. Primary vtable for collate<char>
16-314. typeinfo for collate<char>
16-315. libstdcxx - Class collate<char> Function Interfaces
16-316. libstdcxx - Class collate<char> Data Interfaces
16-317. Primary vtable for collate<wchar_t>
16-318. typeinfo for collate<wchar_t>
16-319. libstdcxx - Class collate<wchar_t> Function Interfaces
16-320. libstdcxx - Class collate<wchar_t> Data Interfaces
16-321. Primary vtable for collate_byname<char>
16-322. typeinfo for collate_byname<char>
16-323. libstdcxx - Class collate_byname<char> Function Interfaces
16-324. libstdcxx - Class collate_byname<char> Data Interfaces
16-325. Primary vtable for collate_byname<wchar_t>
16-326. typeinfo for collate_byname<wchar_t>
16-327. libstdcxx - Class collate_byname<wchar_t> Function Interfaces
16-328. libstdcxx - Class collate_byname<wchar_t> Data Interfaces
16-329. typeinfo for time_base
16-330. libstdcxx - Class time_base Data Interfaces
16-331. Primary vtable for time_get_byname<char, istreambuf_iterator<char, char_traits<char> > >
16-332. typeinfo for time_get_byname<char, istreambuf_iterator<char, char_traits<char> > >
16-333. libstdcxx - Class time_get_byname<char, istreambuf_iterator<char, char_traits<char> > > Function Interfaces
16-334. libstdcxx - Class time_get_byname<char, istreambuf_iterator<char, char_traits<char> > > Data Interfaces
16-335. Primary vtable for time_get_byname<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >
16-336. typeinfo for time_get_byname<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >
16-337. libstdcxx - Class time_get_byname<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > > Function Interfaces
16-338. libstdcxx - Class time_get_byname<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > > Data Interfaces
16-339. Primary vtable for time_put_byname<char, ostreambuf_iterator<char, char_traits<char> > >
16-340. typeinfo for time_put_byname<char, ostreambuf_iterator<char, char_traits<char> > >
16-341. libstdcxx - Class time_put_byname<char, ostreambuf_iterator<char, char_traits<char> > > Function Interfaces
16-342. libstdcxx - Class time_put_byname<char, ostreambuf_iterator<char, char_traits<char> > > Data Interfaces
16-343. Primary vtable for time_put_byname<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >
16-344. typeinfo for time_put_byname<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >
16-345. libstdcxx - Class time_put_byname<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > > Function Interfaces
16-346. libstdcxx - Class time_put_byname<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > > Data Interfaces
16-347. Primary vtable for time_get<char, istreambuf_iterator<char, char_traits<char> > >
16-348. libstdcxx - Class time_get<char, istreambuf_iterator<char, char_traits<char> > > Function Interfaces
16-349. libstdcxx - Class time_get<char, istreambuf_iterator<char, char_traits<char> > > Data Interfaces
16-350. Primary vtable for time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >
16-351. libstdcxx - Class time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > > Function Interfaces
16-352. libstdcxx - Class time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > > Data Interfaces
16-353. Primary vtable for time_put<char, ostreambuf_iterator<char, char_traits<char> > >
16-354. typeinfo for time_put<char, ostreambuf_iterator<char, char_traits<char> > >
16-355. libstdcxx - Class time_put<char, ostreambuf_iterator<char, char_traits<char> > > Function Interfaces
16-356. libstdcxx - Class time_put<char, ostreambuf_iterator<char, char_traits<char> > > Data Interfaces
16-357. Primary vtable for time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >
16-358. typeinfo for time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >
16-359. libstdcxx - Class time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > > Function Interfaces
16-360. libstdcxx - Class time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > > Data Interfaces
16-361. Primary vtable for moneypunct<char, false>
16-362. libstdcxx - Class moneypunct<char, false> Function Interfaces
16-363. libstdcxx - Class moneypunct<char, false> Data Interfaces
16-364. Primary vtable for moneypunct<char, true>
16-365. libstdcxx - Class moneypunct<char, true> Function Interfaces
16-366. libstdcxx - Class moneypunct<char, true> Data Interfaces
16-367. Primary vtable for moneypunct<wchar_t, false>
16-368. libstdcxx - Class moneypunct<wchar_t, false> Function Interfaces
16-369. libstdcxx - Class moneypunct<wchar_t, false> Data Interfaces
16-370. Primary vtable for moneypunct<wchar_t, true>
16-371. libstdcxx - Class moneypunct<wchar_t, true> Function Interfaces
16-372. libstdcxx - Class moneypunct<wchar_t, true> Data Interfaces
16-373. Primary vtable for moneypunct_byname<char, false>
16-374. typeinfo for moneypunct_byname<char, false>
16-375. libstdcxx - Class moneypunct_byname<char, false> Function Interfaces
16-376. libstdcxx - Class moneypunct_byname<char, false> Data Interfaces
16-377. Primary vtable for moneypunct_byname<char, true>
16-378. typeinfo for moneypunct_byname<char, true>
16-379. libstdcxx - Class moneypunct_byname<char, true> Function Interfaces
16-380. libstdcxx - Class moneypunct_byname<char, true> Data Interfaces
16-381. Primary vtable for moneypunct_byname<wchar_t, false>
16-382. typeinfo for moneypunct_byname<wchar_t, false>
16-383. libstdcxx - Class moneypunct_byname<wchar_t, false> Function Interfaces
16-384. libstdcxx - Class moneypunct_byname<wchar_t, false> Data Interfaces
16-385. Primary vtable for moneypunct_byname<wchar_t, true>
16-386. typeinfo for moneypunct_byname<wchar_t, true>
16-387. libstdcxx - Class moneypunct_byname<wchar_t, true> Function Interfaces
16-388. libstdcxx - Class moneypunct_byname<wchar_t, true> Data Interfaces
16-389. typeinfo for money_base
16-390. libstdcxx - Class money_base Function Interfaces
16-391. libstdcxx - Class money_base Data Interfaces
16-392. Primary vtable for money_get<char, istreambuf_iterator<char, char_traits<char> > >
16-393. typeinfo for money_get<char, istreambuf_iterator<char, char_traits<char> > >
16-394. libstdcxx - Class money_get<char, istreambuf_iterator<char, char_traits<char> > > Function Interfaces
16-395. libstdcxx - Class money_get<char, istreambuf_iterator<char, char_traits<char> > > Data Interfaces
16-396. Primary vtable for money_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >
16-397. typeinfo for money_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >
16-398. libstdcxx - Class money_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > > Function Interfaces
16-399. libstdcxx - Class money_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > > Data Interfaces
16-400. Primary vtable for money_put<char, ostreambuf_iterator<char, char_traits<char> > >
16-401. typeinfo for money_put<char, ostreambuf_iterator<char, char_traits<char> > >
16-402. libstdcxx - Class money_put<char, ostreambuf_iterator<char, char_traits<char> > > Function Interfaces
16-403. libstdcxx - Class money_put<char, ostreambuf_iterator<char, char_traits<char> > > Data Interfaces
16-404. Primary vtable for money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >
16-405. typeinfo for money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >
16-406. libstdcxx - Class money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > > Function Interfaces
16-407. libstdcxx - Class money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > > Data Interfaces
16-408. libstdcxx - Class locale Function Interfaces
16-409. libstdcxx - Class locale Data Interfaces
16-410. Primary vtable for locale::facet
16-411. typeinfo for locale::facet
16-412. libstdcxx - Class locale::facet Function Interfaces
16-413. libstdcxx - Class locale::facet Data Interfaces
16-414. libstdcxx - facet functions Function Interfaces
16-415. libstdcxx - Class __num_base Function Interfaces
16-416. libstdcxx - Class __num_base Data Interfaces
16-417. Primary vtable for num_get<char, istreambuf_iterator<char, char_traits<char> > >
16-418. typeinfo for num_get<char, istreambuf_iterator<char, char_traits<char> > >
16-419. libstdcxx - Class num_get<char, istreambuf_iterator<char, char_traits<char> > > Function Interfaces
16-420. libstdcxx - Class num_get<char, istreambuf_iterator<char, char_traits<char> > > Data Interfaces
16-421. Primary vtable for num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >
16-422. typeinfo for num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > >
16-423. libstdcxx - Class num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > > Function Interfaces
16-424. libstdcxx - Class num_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > > Data Interfaces
16-425. Primary vtable for num_put<char, ostreambuf_iterator<char, char_traits<char> > >
16-426. typeinfo for num_put<char, ostreambuf_iterator<char, char_traits<char> > >
16-427. libstdcxx - Class num_put<char, ostreambuf_iterator<char, char_traits<char> > > Function Interfaces
16-428. libstdcxx - Class num_put<char, ostreambuf_iterator<char, char_traits<char> > > Data Interfaces
16-429. Primary vtable for num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >
16-430. typeinfo for num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >
16-431. libstdcxx - Class num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > > Function Interfaces
16-432. libstdcxx - Class num_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > > Data Interfaces
16-433. libstdcxx - Class __basic_file<char> Function Interfaces
16-434. libstdcxx - Class _List_node_base Function Interfaces
16-435. libstdcxx - Class allocator<char> Function Interfaces
16-436. libstdcxx - Class allocator<wchar_t> Function Interfaces
16-437. libstdcxx - Class __gnu_cxx::__pool<true> Function Interfaces
16-438. libstdcxx - Class __gnu_cxx::__pool<false> Function Interfaces
16-439. libstdcxx - Class __gnu_cxx::free_list Function Interfaces
16-440. libstdcxx - Class char_traits<char> Function Interfaces
16-441. libstdcxx - Class char_traits<wchar_t> Function Interfaces
17-1. Commands And Utilities
17-2. Built In Utilities
17-1. Escape Sequences
23-1. Required User & Group Names
23-2. Optional User & Group Names
24-1. libnspr4 Definition
24-2. libnspr4 - Netscape Portable Runtime Function Interfaces
24-3. libnss3 Definition
24-4. libnss3 - NSS Utility Function Interfaces
24-5. libssl3 Definition
24-6. libssl3 - NSS SSL Function Interfaces
25-1. RPM File Format
25-2. Signature Format
25-3. Index Type values
25-4. Header Private Tag Values
25-5. Signature Tag Values
25-6. Signature Digest Tag Values
25-7. Signature Signing Tag Values
25-8. Package Info Tag Values
25-9. Installation Tag Values
25-10. File Info Tag Values
25-11. File Flags
25-12. Package Dependency Tag Values
25-13. Index Type values
25-14. Package Dependency Attributes
25-15. Other Tag Values
25-16. CPIO File Format
A-1. libc Function Interfaces
A-2. libc Data Interfaces
A-3. libcrypt Function Interfaces
A-4. libdl Function Interfaces
A-5. libgcc_s Function Interfaces
A-6. libm Function Interfaces
A-7. libm Data Interfaces
A-8. libncurses Function Interfaces
A-9. libncurses Data Interfaces
A-10. libncursesw Function Interfaces
A-11. libncursesw Data Interfaces
A-12. libpam Function Interfaces
A-13. libpthread Function Interfaces
A-14. librt Function Interfaces
A-15. libutil Function Interfaces
A-16. libz Function Interfaces
A-17. libnspr4 Function Interfaces
A-18. libnss3 Function Interfaces
A-19. libssl3 Function Interfaces