Home
last modified time | relevance | path

Searched refs:libc (Results 1 – 25 of 1490) sorted by relevance

12345678910>>...60

/freebsd/tools/build/
H A Ddepend-cleanup.sh158 clean_dep lib/libc bcmp c
185 clean_dep lib/libc kqueue1 S
198 clean_dep lib/libc ffs S
199 clean_dep lib/libc ffsl S
200 clean_dep lib/libc ffsll S
201 clean_dep lib/libc fls S
202 clean_dep lib/libc flsl S
203 clean_dep lib/libc flsll S
213 clean_dep lib/libc fstat c
214 clean_dep lib/libc fstatat c
[all …]
H A Dcheck-links.sh60 for libc in /lib/libc.so.*; do
61 LDD_ENV="LD_PRELOAD=${libc}"
/freebsd/tools/tools/shlib-compat/
H A DREADME10 Syscalls in libc are implemented as assembly stubs and thus have no
11 debugging symbols attached. To enable sysfake stubs rebuild libc
14 .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
/freebsd/targets/pseudo/tests/
H A DMakefile.depend134 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 …]
/freebsd/lib/libc/tests/
H A DMakefile.netbsd-tests1 TESTSRC:= ${SRCTOP}/contrib/netbsd-tests/${RELDIR:C/libc\/tests/libc/}
3 TESTSDIR:= ${TESTSBASE}/${RELDIR:C/libc\/tests/libc/}
/freebsd/lib/libdl/
H A DMakefile5 .PATH: ${SRCTOP}/lib/libc/gen
6 CFLAGS+=-I${SRCTOP}/lib/libc/include
15 LDFLAGS+=-Wl,-F,libc.so.7
16 VERSION_DEF=${SRCTOP}/lib/libc/Versions.def
/freebsd/rescue/librescue/
H A DMakefile15 .PATH: ${SRCTOP}/lib/libc/gen \
16 ${SRCTOP}/lib/libc/net \
17 ${SRCTOP}/lib/libc/stdlib \
46 CFLAGS+= -I${SRCTOP}/lib/libc/include
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.probemod.ksh41 for lib in libc libc.so libc.so.1 'lib[c]*'; do
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcassert21 // <assert.h> is not provided by libc++
25 # error "If libc++ starts defining <assert.h>, the __has_include check should move to libc++'s <…
H A Dcsetjmp35 // <setjmp.h> is not provided by libc++
39 # error "If libc++ starts defining <setjmp.h>, the __has_include check should move to libc++'s <…
H A Dcstdarg36 // <stdarg.h> is not provided by libc++
40 # error "If libc++ starts defining <stdarg.h>, the __has_include check should move to libc++'s <…
H A Dcsignal44 // <signal.h> is not provided by libc++
48 # error "If libc++ starts defining <signal.h>, the __has_include check should move to libc++'s <…
H A Dcerrno30 # 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.
/freebsd/libexec/rtld-elf/rtld-libc/
H A DMakefile.inc6 LIBC_SRCTOP=${SRCTOP}/lib/libc
13 CFLAGS+= -I${SRCTOP}/libexec/rtld-elf/rtld-libc
24 .PATH: ${SRCTOP}/libexec/rtld-elf/rtld-libc
92 rtld_libc.a: ${LIBC_NOSSP_PIC} ${SRCTOP}/libexec/rtld-elf/rtld-libc/Makefile.inc
/freebsd/lib/libdevdctl/
H A DMakefile.depend7 lib/libc \
8 lib/libc++ \
/freebsd/lib/libopencsd/
H A DMakefile.depend7 lib/libc \
8 lib/libc++ \
/freebsd/lib/libomp/
H A DMakefile.depend7 lib/libc \
8 lib/libc++ \
/freebsd/usr.bin/rs/
H A DMakefile.depend7 lib/libc \
8 lib/libc++ \
/freebsd/usr.bin/dtc/
H A DMakefile.depend7 lib/libc \
8 lib/libc++ \
/freebsd/libexec/atf/atf-pytest-wrapper/
H A DMakefile.depend7 lib/libc \
8 lib/libc++ \
/freebsd/lib/libiconv_modules/
H A DMakefile.inc1 .PATH: ${SRCTOP}/lib/libc/iconv
4 CFLAGS+= -I${SRCTOP}/lib/libc/iconv
/freebsd/contrib/arm-optimized-routines/math/
H A DREADME.contributors10 into a libc with minimal changes. This e.g. means that internal symbols
13 library archives should be usable to override libc symbols at link time (or
19 and should not conflict with libc headers.
43 https://www.gnu.org/software/libc/manual/html_mono/libc.html#Errors-in-Math-Functions
77 libc calls with slow code. Such slowdown is not acceptable, a faster fallback
/freebsd/contrib/arm-optimized-routines/string/
H A DREADME.contributors9 into a libc with minimal changes. This e.g. means that internal symbols
12 library archives should be usable to override libc symbols at link time (or
18 and should not conflict with libc headers.
/freebsd/usr.sbin/pmccontrol/
H A DMakefile.depend7 lib/libc \
8 lib/libc++ \
/freebsd/lib/libc/tests/stdlib/dynthr_mod/
H A DMakefile7 TESTSDIR:= ${TESTSBASE}/${RELDIR:C/libc\/tests/libc/:H}

12345678910>>...60