Searched refs:libc (Results 1 – 25 of 1490) sorted by relevance
12345678910>>...60
158 clean_dep lib/libc bcmp c185 clean_dep lib/libc kqueue1 S198 clean_dep lib/libc ffs S199 clean_dep lib/libc ffsl S200 clean_dep lib/libc ffsll S201 clean_dep lib/libc fls S202 clean_dep lib/libc flsl S203 clean_dep lib/libc flsll S213 clean_dep lib/libc fstat c214 clean_dep lib/libc fstatat c[all …]
60 for libc in /lib/libc.so.*; do61 LDD_ENV="LD_PRELOAD=${libc}"
10 Syscalls in libc are implemented as assembly stubs and thus have no11 debugging symbols attached. To enable sysfake stubs rebuild libc14 .if ${.CURDIR:M/usr/src/lib/libc}18 To compare libc.so versions compiled with sysfake stubs:22 --out-orig out-orig.c --out-new out-new.c libc.so.7.orig libc.so.7.new
134 lib/libc/tests \135 lib/libc/tests/c063 \136 lib/libc/tests/db \137 lib/libc/tests/gen \138 lib/libc/tests/gen/execve \139 lib/libc/tests/gen/posix_spawn \140 lib/libc/tests/hash \141 lib/libc/tests/iconv \142 lib/libc/tests/inet \143 lib/libc/tests/locale \[all …]
1 TESTSRC:= ${SRCTOP}/contrib/netbsd-tests/${RELDIR:C/libc\/tests/libc/}3 TESTSDIR:= ${TESTSBASE}/${RELDIR:C/libc\/tests/libc/}
5 .PATH: ${SRCTOP}/lib/libc/gen6 CFLAGS+=-I${SRCTOP}/lib/libc/include15 LDFLAGS+=-Wl,-F,libc.so.716 VERSION_DEF=${SRCTOP}/lib/libc/Versions.def
15 .PATH: ${SRCTOP}/lib/libc/gen \16 ${SRCTOP}/lib/libc/net \17 ${SRCTOP}/lib/libc/stdlib \46 CFLAGS+= -I${SRCTOP}/lib/libc/include
41 for lib in libc libc.so libc.so.1 'lib[c]*'; do
21 // <assert.h> is not provided by libc++25 # error "If libc++ starts defining <assert.h>, the __has_include check should move to libc++'s <…
35 // <setjmp.h> is not provided by libc++39 # error "If libc++ starts defining <setjmp.h>, the __has_include check should move to libc++'s <…
36 // <stdarg.h> is not provided by libc++40 # error "If libc++ starts defining <stdarg.h>, the __has_include check should move to libc++'s <…
44 // <signal.h> is not provided by libc++48 # error "If libc++ starts defining <signal.h>, the __has_include check should move to libc++'s <…
30 # error <cerrno> tried including <errno.h> but didn't find libc++'s <errno.h> header. \44 // deprecated in libc++ in https://github.com/llvm/llvm-project/pull/80542.46 // Instead libc++ leaves the deprecation to the provider of errno.h.
6 LIBC_SRCTOP=${SRCTOP}/lib/libc13 CFLAGS+= -I${SRCTOP}/libexec/rtld-elf/rtld-libc24 .PATH: ${SRCTOP}/libexec/rtld-elf/rtld-libc92 rtld_libc.a: ${LIBC_NOSSP_PIC} ${SRCTOP}/libexec/rtld-elf/rtld-libc/Makefile.inc
7 lib/libc \8 lib/libc++ \
1 .PATH: ${SRCTOP}/lib/libc/iconv4 CFLAGS+= -I${SRCTOP}/lib/libc/iconv
10 into a libc with minimal changes. This e.g. means that internal symbols13 library archives should be usable to override libc symbols at link time (or19 and should not conflict with libc headers.43 https://www.gnu.org/software/libc/manual/html_mono/libc.html#Errors-in-Math-Functions77 libc calls with slow code. Such slowdown is not acceptable, a faster fallback
9 into a libc with minimal changes. This e.g. means that internal symbols12 library archives should be usable to override libc symbols at link time (or18 and should not conflict with libc headers.
7 TESTSDIR:= ${TESTSBASE}/${RELDIR:C/libc\/tests/libc/:H}