Lines Matching refs:libc
3 libc: The C library.
7 libc contains symbols for:
26 libc provides the following ELF symbols:
31 In the implementation of libc, malloc and free are defined normally
32 in src/lib/libc/stdlib/jemalloc.c:
53 Within libc, the name is defined in "namespace.h"
54 (src/lib/libc/include/namespace.h) as a macro expanding to the
77 libc provides the following ELF symbols:
82 In the implementation of libc, the header file "namespace.h"
83 (src/lib/libc/include/namespace.h) defines `consttime_memequal' as a
88 The source file src/common/lib/libc/string/consttime_memequal.c
108 If a library routine is internal to libc, it is defined as an ELF
113 subroutine _initdir, which is not part of the libc API or ABI -- it
116 libc provides the following ELF symbols:
121 src/lib/libc/gen/dirent_private.h:
126 src/lib/libc/gen/initdir.c:
136 example) NetBSD 6.0, then libc provides
162 Before NetBSD 6.0, libc provided the following libc symbols:
167 In NetBSD 6.0 and later, libc provides the following ELF symbols:
174 programs linked against old versions of libc will see the same
182 use the __time50 symbol from libc. However, old programs that were
184 32-bit symbol from libc.
186 The header file "namespace.h" (src/lib/libc/include/namespace.h)
191 The source file src/lib/libc/gen/time.c includes "namespace.h" and
205 (src/lib/libc/compat/include/time.h) declares
209 The source file src/lib/libc/compat/gen/compat_time.c includes
233 The net effect is that NetBSD 6's libc provides the same definitions
234 as NetBSD 5's libc for the symbols `time' and `_time', so that old
236 NetBSD 6's libc. But programs compiled in NetBSD 6 will have 64-bit