III. Base Libraries

Table of Contents
11. Libraries
11.1. Program Interpreter/Dynamic Linker
11.2. Interfaces for libc
11.2.1. RPC
11.2.2. System Calls
11.2.3. Standard I/O
11.2.4. Signal Handling
11.2.5. Localization Functions
11.2.6. Socket Interface
11.2.7. Wide Characters
11.2.8. String Functions
11.2.9. IPC Functions
11.2.10. Regular Expressions
11.2.11. Character Type Functions
11.2.12. Time Manipulation
11.2.13. Terminal Interface Functions
11.2.14. System Database Interface
11.2.15. Language Support
11.2.16. Large File Support
11.2.17. Standard Library
11.3. Data Definitions for libc
11.3.1. arpa/inet.h
11.3.2. assert.h
11.3.3. ctype.h
11.3.4. dirent.h
11.3.5. err.h
11.3.6. errno.h
11.3.7. fcntl.h
11.3.8. fmtmsg.h
11.3.9. fnmatch.h
11.3.10. ftw.h
11.3.11. getopt.h
11.3.12. glob.h
11.3.13. grp.h
11.3.14. iconv.h
11.3.15. inttypes.h
11.3.16. langinfo.h
11.3.17. libgen.h
11.3.18. libintl.h
11.3.19. limits.h
11.3.20. locale.h
11.3.21. monetary.h
11.3.22. net/if.h
11.3.23. netdb.h
11.3.24. netinet/in.h
11.3.25. netinet/ip.h
11.3.26. netinet/tcp.h
11.3.27. netinet/udp.h
11.3.28. nl_types.h
11.3.29. poll.h
11.3.30. pty.h
11.3.31. pwd.h
11.3.32. regex.h
11.3.33. rpc/auth.h
11.3.34. rpc/clnt.h
11.3.35. rpc/pmap_clnt.h
11.3.36. rpc/rpc_msg.h
11.3.37. rpc/svc.h
11.3.38. rpc/types.h
11.3.39. rpc/xdr.h
11.3.40. sched.h
11.3.41. search.h
11.3.42. setjmp.h
11.3.43. signal.h
11.3.44. stddef.h
11.3.45. stdio.h
11.3.46. stdlib.h
11.3.47. string.h
11.3.48. sys/file.h
11.3.49. sys/ioctl.h
11.3.50. sys/ipc.h
11.3.51. sys/mman.h
11.3.52. sys/msg.h
11.3.53. sys/param.h
11.3.54. sys/poll.h
11.3.55. sys/resource.h
11.3.56. sys/sem.h
11.3.57. sys/shm.h
11.3.58. sys/socket.h
11.3.59. sys/stat.h
11.3.60. sys/statvfs.h
11.3.61. sys/time.h
11.3.62. sys/timeb.h
11.3.63. sys/times.h
11.3.64. sys/types.h
11.3.65. sys/uio.h
11.3.66. sys/un.h
11.3.67. sys/utsname.h
11.3.68. sys/wait.h
11.3.69. syslog.h
11.3.70. termios.h
11.3.71. time.h
11.3.72. ucontext.h
11.3.73. ulimit.h
11.3.74. unistd.h
11.3.75. utime.h
11.3.76. utmp.h
11.3.77. utmpx.h
11.3.78. wchar.h
11.3.79. wctype.h
11.3.80. wordexp.h
11.4. Interfaces for libm
11.4.1. Math
11.5. Data Definitions for libm
11.5.1. complex.h
11.5.2. fenv.h
11.5.3. math.h
11.6. Interface Definitions for libm
__fpclassifyl -- test for infinity
11.7. Interfaces for libpthread
11.7.1. Realtime Threads
11.7.2. Advanced Realtime Threads
11.7.3. Posix Threads
11.7.4. Thread aware versions of libc interfaces
11.8. Data Definitions for libpthread
11.8.1. pthread.h
11.8.2. semaphore.h
11.9. Interfaces for libgcc_s
11.9.1. Unwind Library
11.10. Data Definitions for libgcc_s
11.10.1. unwind.h
11.11. Interface Definitions for libgcc_s
_Unwind_DeleteException -- private C++ error handling method
_Unwind_Find_FDE -- private C++ error handling method
_Unwind_ForcedUnwind -- private C++ error handling method
_Unwind_GetDataRelBase -- private IA64 C++ error handling method
_Unwind_GetGR -- private C++ error handling method
_Unwind_GetIP -- private C++ error handling method
_Unwind_GetLanguageSpecificData -- private C++ error handling method
_Unwind_GetRegionStart -- private C++ error handling method
_Unwind_GetTextRelBase -- private IA64 C++ error handling method
_Unwind_RaiseException -- private C++ error handling method
_Unwind_Resume -- private C++ error handling method
_Unwind_SetGR -- private C++ error handling method
_Unwind_SetIP -- private C++ error handling method
11.12. Interfaces for libdl
11.12.1. Dynamic Loader
11.13. Data Definitions for libdl
11.13.1. dlfcn.h
11.14. Interfaces for libcrypt
11.14.1. Encryption