Home
last modified time | relevance | path

Searched refs:lib (Results 76 – 100 of 603) sorted by relevance

12345678910>>...25

/dragonfly/usr.bin/tic/
H A DMakefile14 CFLAGS+= -I${.CURDIR}/../../lib/libncurses/include
24 awk -f ${.CURDIR}/../../lib/libncurses/include/MKterm.h.awk ${TERMINFO_CAPS} \
26 sh ${NCURSESDIR}/include/edit_cfg.sh ${.CURDIR}/../../lib/libncurses/include/ncurses_cfg.h \
/dragonfly/contrib/dhcpcd/hooks/
H A D50-ntp.conf47 [ -e /var/lib/ntp ] || mkdir /var/lib/ntp
49 : ${NTP_DHCP_CONF:=/var/lib/ntp/ntp.conf.dhcp}
/dragonfly/crypto/libressl/crypto/err/
H A Derr.c128 static void err_load_strings(int lib, ERR_STRING_DATA *str);
686 err_load_strings(int lib, ERR_STRING_DATA *str) in err_load_strings() argument
689 if (lib) in err_load_strings()
690 str->error |= ERR_PACK(lib, 0, 0); in err_load_strings()
697 ERR_load_strings(int lib, ERR_STRING_DATA *str) in ERR_load_strings() argument
700 err_load_strings(lib, str); in ERR_load_strings()
704 ERR_unload_strings(int lib, ERR_STRING_DATA *str) in ERR_unload_strings() argument
710 if (lib) in ERR_unload_strings()
711 str->error |= ERR_PACK(lib, 0, 0); in ERR_unload_strings()
730 ERR_put_error(int lib, int func, int reason, const char *file, int line) in ERR_put_error() argument
[all …]
/dragonfly/lib/libncurses/libpanelw/
H A DMakefile5 SHLIBDIR?= /lib
12 .include <bsd.lib.mk>
/dragonfly/test/stress/stress2/testcases/
H A DMakefile.inc4 LDADD+= -L../../lib -lstress -lutil
5 DPADD+= ../../lib/libstress.a
/dragonfly/lib/libsbuf/
H A DMakefile4 SHLIBDIR?= /lib
9 .include <bsd.lib.mk>
/dragonfly/lib/libdm/
H A DMakefile2 SHLIBDIR?= /lib
10 .include <bsd.lib.mk>
/dragonfly/lib/libncurses/libncurses/
H A DMakefile5 SHLIBDIR?= /lib
13 .include <bsd.lib.mk>
/dragonfly/lib/libncurses/libpanel/
H A DMakefile5 SHLIBDIR?= /lib
13 .include <bsd.lib.mk>
/dragonfly/stand/boot/efi/boot1/
H A DMakefile17 CFLAGS+= -I${.CURDIR}/../../../lib
58 .if exists(${.OBJDIR}/../../../lib/libstand.a)
59 LIBSTAND= ${.OBJDIR}/../../../lib/libstand.a
/dragonfly/usr.sbin/pwd_mkdb/
H A DMakefile5 .PATH: ${.CURDIR}/../../lib/libc/gen # for pw_scan.c
11 CFLAGS+= -I${.CURDIR}/../../lib/libc/gen # for pw_scan.h
/dragonfly/lib/libkiconv/
H A DMakefile9 SHLIBDIR?= /lib
19 .include <bsd.lib.mk>
/dragonfly/stand/boot/efi/loader/
H A DMakefile41 CFLAGS+= -I${.CURDIR}/../../../lib
46 .if exists(${.OBJDIR}/../../../lib/libstand.a)
47 LIBSTAND= ${.OBJDIR}/../../../lib/libstand.a
/dragonfly/gnu/usr.bin/cvs/cvs/
H A DMakefile6 .PATH: ${CVSDIR}/lib
26 CFLAGS+= -I${.CURDIR} -I../lib -DHAVE_CONFIG_H \
27 -I${CVSDIR}/src -I${CVSDIR}/lib -I${CVSDIR}/diff -I.
/dragonfly/contrib/cryptsetup/tests/
H A DMakefile.am6 api_test_LDADD = ../lib/libcryptsetup.la
8 api_test_CFLAGS = -g -Wall -O0 -I$(top_srcdir)/lib/
/dragonfly/lib/libncurses/libncursesw/
H A DMakefile5 SHLIBDIR?= /lib
19 .include <bsd.lib.mk>
/dragonfly/contrib/bmake/
H A Darch.c253 FStr lib; /* Library-part of specification */ in Arch_ParseArchive() local
260 lib = FStr_InitRefer(spec); in Arch_ParseArchive()
263 for (cp = lib.str; *cp != '(' && *cp != '\0';) { in Arch_ParseArchive()
288 Var_Expand(&lib, scope, VARE_UNDEFERR); in Arch_ParseArchive()
373 fullName = FullName(lib.str, mem.str); in Arch_ParseArchive()
402 char *fullname = FullName(lib.str, member); in Arch_ParseArchive()
414 char *fullname = FullName(lib.str, mem.str); in Arch_ParseArchive()
433 FStr_Done(&lib); in Arch_ParseArchive()
/dragonfly/share/installer/
H A Dsources.conf6 /lib
15 /usr/lib
/dragonfly/lib/libusb/
H A Dlibusb-0.1.pc1 # $FreeBSD: head/lib/libusb/libusb-0.1.pc 253637 2013-07-25 03:54:08Z rpaulo $
4 libdir=${exec_prefix}/lib
H A Dlibusb-1.0.pc1 # $FreeBSD: head/lib/libusb/libusb-1.0.pc 267110 2014-06-05 14:19:32Z emaste $
4 libdir=${exec_prefix}/lib
H A Dlibusb-2.0.pc1 # $FreeBSD: head/lib/libusb/libusb-2.0.pc 253637 2013-07-25 03:54:08Z rpaulo $
4 libdir=${exec_prefix}/lib
/dragonfly/usr.sbin/sysvipcd/
H A DMakefile4 .PATH: ${.CURDIR}/../../lib/libc/sysvipc
7 HEADERSDIR=${.CURDIR}/../../lib/libc/sysvipc
/dragonfly/lib/libkcore/
H A DMakefile1 .PATH: ${.CURDIR}/../../sys/kern ${.CURDIR}/../../lib/libkinfo
15 .include <bsd.lib.mk>
/dragonfly/usr.bin/ssh-keyscan/
H A DMakefile7 CFLAGS+= -I${.CURDIR}/../../lib/libssh -I${.CURDIR}/../../crypto/openssh
11 LDFLAGS+= -rpath /usr/lib/priv ${PRIVATELIB_LDFLAGS}
/dragonfly/usr.bin/mkcsmapper/
H A DMakefile9 CITRUSDIR= ${.CURDIR}/../../lib/libc/citrus
12 CFLAGS+= -I${.CURDIR}/../../lib/i18n_module/mapper_std

12345678910>>...25