Searched refs:lib (Results 101 - 125 of 3685) sorted by relevance

1234567891011>>

/netbsd-current/crypto/external/bsd/heimdal/dist/tests/db/
H A Dcheck-dbinfo.in46 ../../lib/hdb/test_dbinfo > dbinfo.out || exit 1
48 ../../lib/hdb/test_mkey --mkey-file="${srcdir}/../../lib/hdb/data-mkey.mit.des3.le" || exit 1
49 ../../lib/hdb/test_mkey --mkey-file="${srcdir}/../../lib/hdb/data-mkey.mit.des3.be" || exit 1
/netbsd-current/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan_cxx-m32/
H A DMakefile8 .PATH: ${TOPDIR}/lib/asan
12 .PATH: ${TOPDIR}/lib/ubsan
18 LIBDIR= /usr/lib/clang/${CLANG_VER}/lib/netbsd
28 CPPFLAGS+= -I${TOPDIR}/lib
34 .include <bsd.lib.mk>
/netbsd-current/external/mit/expat/dist/examples/
H A DMakefile.am32 AM_CPPFLAGS = @AM_CPPFLAGS@ -I$(srcdir)/../lib
37 elements_LDADD = ../lib/libexpat.la
40 outline_LDADD = ../lib/libexpat.la
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-libs/
H A Dlibs.exp34 {"-l: test (preparation)" "-r" "" "" {lib-1.s} {} "libtmp/anobject"}
35 {"-l: test" "-r -Ltmpdir/libtmp -l:anobject" "" "" {lib-2.s}
36 {{nm -C lib-2.d}} "lib-2"}
/netbsd-current/external/mit/lua/dist/src/
H A Dlinit.c68 const luaL_Reg *lib; local
70 for (lib = loadedlibs; lib->func; lib++) {
71 luaL_requiref(L, lib->name, lib->func, 1);
72 lua_pop(L, 1); /* remove lib */
/netbsd-current/external/gpl3/gdb/dist/libctf/testsuite/libctf-regression/
H A Dlibctf-repeat-cu.d2 CTF archive member: .*/libctf-repeat-cu-lib.c:
4 CTF archive member: .*/libctf-repeat-cu-lib.c#0:
6 CTF archive member: .*/libctf-repeat-cu-lib.c#1:
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_libignore.cc32 Lib *lib = &libs_[count_++]; local
33 lib->templ = internal_strdup(name_templ);
34 lib->name = nullptr;
35 lib->real_name = nullptr;
36 lib->loaded = false;
46 Lib *lib = &libs_[i]; local
47 if (!lib->loaded && (!lib->real_name) &&
48 TemplateMatch(lib->templ, name))
49 lib
57 Lib *lib = &libs_[i]; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_libignore.cc30 Lib *lib = &libs_[count_++]; local
31 lib->templ = internal_strdup(name_templ);
32 lib->name = nullptr;
33 lib->real_name = nullptr;
34 lib->loaded = false;
44 Lib *lib = &libs_[i]; local
45 if (!lib->loaded && (!lib->real_name) &&
46 TemplateMatch(lib->templ, name))
47 lib
55 Lib *lib = &libs_[i]; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_libignore.cpp31 Lib *lib = &libs_[count_++]; local
32 lib->templ = internal_strdup(name_templ);
33 lib->name = nullptr;
34 lib->real_name = nullptr;
35 lib->loaded = false;
45 Lib *lib = &libs_[i]; local
46 if (!lib->loaded && (!lib->real_name) &&
47 TemplateMatch(lib->templ, name))
48 lib
56 Lib *lib = &libs_[i]; local
[all...]
/netbsd-current/external/bsd/ipf/
H A DMakefile3 SUBDIR+= lib .WAIT bin rules
/netbsd-current/external/bsd/libevent/lib/libevent_pthreads/
H A DMakefile11 pthread ${NETBSDSRCDIR}/lib/libpthread
13 .include <bsd.lib.mk>
/netbsd-current/external/bsd/ntp/
H A DMakefile3 SUBDIR+= lib .WAIT bin html
/netbsd-current/external/gpl2/lvm2/
H A DMakefile5 SUBDIR+= lib .WAIT
/netbsd-current/external/mit/expat/
H A DMakefile3 SUBDIR+= lib .WAIT bin
/netbsd-current/external/mit/lua/
H A DMakefile3 SUBDIR+= lib .WAIT usr.bin
/netbsd-current/sys/arch/atari/stand/bootxxx/
H A Dfilesystem.c34 #include <lib/libsa/stand.h>
35 #include <lib/libsa/ufs.h>
/netbsd-current/sys/arch/ews4800mips/stand/common/
H A Dbinkernel.c32 #include <lib/libsa/stand.h>
33 #include <lib/libkern/libkern.h>
/netbsd-current/sys/arch/news68k/stand/common/
H A Dputchar.c53 #include <lib/libkern/libkern.h>
54 #include <lib/libsa/stand.h>
/netbsd-current/usr.bin/locale/
H A DMakefile8 CPPFLAGS+= -I${NETBSDSRCDIR}/lib/libc/locale
9 CPPFLAGS+= -I${NETBSDSRCDIR}/lib/libc/citrus
/netbsd-current/external/gpl2/diffutils/bin/
H A DMakefile.inc5 PROGDPLIBS+= diffutils ${.CURDIR}/../../lib
/netbsd-current/external/bsd/unbound/
H A DMakefile3 SUBDIR+= lib .WAIT sbin bin etc
/netbsd-current/external/bsd/nsd/
H A DMakefile3 SUBDIR+= lib .WAIT sbin etc
/netbsd-current/external/public-domain/sqlite/
H A DMakefile3 SUBDIR+= lib .WAIT bin man
/netbsd-current/regress/
H A DMakefile3 SUBDIR+= lib libexec sys
/netbsd-current/external/bsd/compiler_rt/lib/clang/
H A DMakefile4 SUBDIR+= lib

Completed in 345 milliseconds

1234567891011>>