II. Base Libraries

Table of Contents
7. Libraries
7.1. Program Interpreter/Dynamic Linker
7.2. Interfaces for libc
7.2.1. RPC
7.2.2. System Calls
7.2.3. Standard I/O
7.2.4. Signal Handling
7.2.5. Localization Functions
7.2.6. Socket Interface
7.2.7. Wide Characters
7.2.8. String Functions
7.2.9. IPC Functions
7.2.10. Regular Expressions
7.2.11. Character Type Functions
7.2.12. Time Manipulation
7.2.13. Terminal Interface Functions
7.2.14. System Database Interface
7.2.15. Language Support
7.2.16. Large File Support
7.2.17. Standard Library
7.3. Data Definitions for libc
7.3.1. arpa/inet.h
7.3.2. assert.h
7.3.3. ctype.h
7.3.4. dirent.h
7.3.5. err.h
7.3.6. errno.h
7.3.7. fcntl.h
7.3.8. fmtmsg.h
7.3.9. fnmatch.h
7.3.10. ftw.h
7.3.11. getopt.h
7.3.12. glob.h
7.3.13. grp.h
7.3.14. iconv.h
7.3.15. inttypes.h
7.3.16. langinfo.h
7.3.17. libgen.h
7.3.18. libintl.h
7.3.19. limits.h
7.3.20. locale.h
7.3.21. monetary.h
7.3.22. net/if.h
7.3.23. netdb.h
7.3.24. netinet/in.h
7.3.25. netinet/ip.h
7.3.26. netinet/tcp.h
7.3.27. netinet/udp.h
7.3.28. nl_types.h
7.3.29. poll.h
7.3.30. pty.h
7.3.31. pwd.h
7.3.32. regex.h
7.3.33. rpc/auth.h
7.3.34. rpc/clnt.h
7.3.35. rpc/pmap_clnt.h
7.3.36. rpc/rpc_msg.h
7.3.37. rpc/svc.h
7.3.38. rpc/types.h
7.3.39. rpc/xdr.h
7.3.40. sched.h
7.3.41. search.h
7.3.42. setjmp.h
7.3.43. signal.h
7.3.44. stddef.h
7.3.45. stdio.h
7.3.46. stdlib.h
7.3.47. string.h
7.3.48. sys/file.h
7.3.49. sys/ioctl.h
7.3.50. sys/ipc.h
7.3.51. sys/mman.h
7.3.52. sys/msg.h
7.3.53. sys/param.h
7.3.54. sys/poll.h
7.3.55. sys/resource.h
7.3.56. sys/sem.h
7.3.57. sys/shm.h
7.3.58. sys/socket.h
7.3.59. sys/stat.h
7.3.60. sys/statvfs.h
7.3.61. sys/time.h
7.3.62. sys/timeb.h
7.3.63. sys/times.h
7.3.64. sys/types.h
7.3.65. sys/uio.h
7.3.66. sys/un.h
7.3.67. sys/utsname.h
7.3.68. sys/wait.h
7.3.69. syslog.h
7.3.70. termios.h
7.3.71. time.h
7.3.72. ucontext.h
7.3.73. ulimit.h
7.3.74. unistd.h
7.3.75. utime.h
7.3.76. utmp.h
7.3.77. utmpx.h
7.3.78. wchar.h
7.3.79. wctype.h
7.3.80. wordexp.h
7.4. Interfaces for libm
7.4.1. Math
7.5. Data Definitions for libm
7.5.1. complex.h
7.5.2. fenv.h
7.5.3. math.h
7.6. Interfaces for libpthread
7.6.1. Realtime Threads
7.6.2. Advanced Realtime Threads
7.6.3. Posix Threads
7.6.4. Thread aware versions of libc interfaces
7.7. Data Definitions for libpthread
7.7.1. pthread.h
7.7.2. semaphore.h
7.8. Interfaces for libgcc_s
7.8.1. Unwind Library
7.9. Data Definitions for libgcc_s
7.9.1. unwind.h
7.10. 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
7.11. Interfaces for libdl
7.11.1. Dynamic Loader
7.12. Data Definitions for libdl
7.12.1. dlfcn.h
7.13. Interfaces for libcrypt
7.13.1. Encryption