Searched refs:libc (Results 1 - 25 of 150) sorted by relevance

123456

/openbsd-current/libexec/ld.so/arm/
H A DMakefile.inc6 CPPFLAGS += -I${.CURDIR}/../../lib/libc/arch/arm -I${.CURDIR}/../../lib/libc/arch
8 LIBCSRCDIR=${.CURDIR}/../../lib/libc
/openbsd-current/regress/lib/libc/sprintf/
H A DMakefile5 CPPFLAGS = -I${.CURDIR}/../../../../lib/libc
/openbsd-current/usr.bin/mklocale/
H A DMakefile8 CPPFLAGS+= -I. -I${.CURDIR} -I${.CURDIR}/../../lib/libc -I${.CURDIR}/../../lib/libc/include
/openbsd-current/regress/lib/libc/orientation/
H A DMakefile5 CPPFLAGS+=-I${.CURDIR}/../../../../lib/libc
/openbsd-current/usr.sbin/zic/
H A DMakefile7 CFLAGS+=-I${.CURDIR}/../../lib/libc/time -Wall
/openbsd-current/libexec/ld.so/alpha/
H A DMakefile.inc4 LIBCSRCDIR=${.CURDIR}/../../lib/libc
/openbsd-current/distrib/special/libstubs/
H A DMakefile40 LIBCSRCDIR=${.CURDIR}/../../../lib/libc
42 .PATH: ${.CURDIR}/../../../lib/libc/hash
43 .PATH: ${.CURDIR}/../../../lib/libc/gen
44 .PATH: ${.CURDIR}/../../../lib/libc/asr
45 .PATH: ${.CURDIR}/../../../lib/libc/net
46 .PATH: ${.CURDIR}/../../../lib/libc/stdio
47 .PATH: ${.CURDIR}/../../../lib/libc/stdlib
/openbsd-current/gnu/usr.bin/perl/hints/
H A Dgnu.sh38 case "$libc" in
45 # libc-2.0.6 and libc-2.0.7.
48 for trylib in libc.so.0.3 libc.so
51 libc=`ls -l $p/$trylib | awk '{print $NF}'`
52 if $test "X$libc" != X; then
57 if $test "X$libc" != X; then
112 # The following routines are only available as stubs in GNU libc.
113 # XXX remove this once metaconf detects the GNU libc stub
[all...]
H A Dhaiku.sh13 libc="$(finddir B_SYSTEM_LIB_DIRECTORY)/libroot.so"
H A Dcygwin.sh17 plibpth=`gcc -print-file-name=libc.a`
30 test -z "$libc" && libc='/usr/lib/libcygwin.a'
H A Depix.sh30 libc='/svr4/usr/lib/libc.a'
/openbsd-current/usr.bin/passwd/
H A DMakefile8 .PATH: ${.CURDIR}/../../lib/libc/gen
13 CFLAGS+=-I${.CURDIR}/../../lib/libc/include
20 ${.CURDIR}/../../lib/libc/gen/getpwent.c
/openbsd-current/usr.bin/chpass/
H A DMakefile9 .PATH: ${.CURDIR}/../../lib/libc/gen
11 CFLAGS+=-I${.CURDIR}/../../lib/libc/include -DFORCE_DBOPEN
19 ${.CURDIR}/../../lib/libc/gen/getpwent.c
/openbsd-current/libexec/ld.so/aarch64/
H A DMakefile.inc6 CPPFLAGS += -I${.CURDIR}/../../lib/libc/arch/aarch64
/openbsd-current/libexec/ld.so/riscv64/
H A DMakefile.inc7 CPPFLAGS += -I${.CURDIR}/../../lib/libc/arch/riscv64
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A D20000529-1.c11 #elif SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)
/openbsd-current/regress/lib/libc/regex/
H A DMakefile6 .PATH: ${.CURDIR}/../../../../lib/libc/regex
9 CFLAGS+= -I${.CURDIR}/../../../../lib/libc/regex -DREDEBUG -DPOSIX_MISTAKE
/openbsd-current/regress/gnu/lib/libexecinfo/
H A DMakefile11 .PATH: ${SRCDIR} ${BSDSRCDIR}/regress/lib/libc/sys/
18 CFLAGS+= -I${BSDSRCDIR}/regress/lib/libc/sys/
/openbsd-current/gnu/usr.bin/perl/plan9/
H A Dmyconfig.plan934 libc=$libc, so=$so
/openbsd-current/regress/lib/libc/sleep/
H A DMakefile5 CPPFLAGS+=-I${.CURDIR}/../../../../lib/libc
/openbsd-current/regress/lib/libc/strerror/
H A DMakefile5 CPPFLAGS+=-I${.CURDIR}/../../../../lib/libc
/openbsd-current/lib/
H A DMakefile4 SUBDIR= csu libagentx libarch libc libcbor libcrypto libcurses \
/openbsd-current/gnu/lib/libstdc++/libstdc++/libio/
H A Diofclose.c46 #if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)
94 versioned_symbol (libc, _IO_new_fclose, _IO_fclose, GLIBC_2_1);
96 versioned_symbol (libc, __new_fclose, fclose, GLIBC_2_1);
H A Diofopen.c76 versioned_symbol (libc, _IO_new_fopen, _IO_fopen, GLIBC_2_1);
77 versioned_symbol (libc, __new_fopen, fopen, GLIBC_2_1);
/openbsd-current/gnu/usr.bin/perl/amigaos4/
H A Dconfig.sh12 libc='/SDK/newlib/lib/libc.a'
15 libsfound=' /SDK/newlib/lib/libsocket.a /SDK/newlib/lib/libm.a /SDK/newlib/lib/libc.a'

Completed in 187 milliseconds

123456