Home
last modified time | relevance | path

Searched refs:mk (Results 1 – 25 of 1872) sorted by relevance

12345678910>>...75

/dragonfly/contrib/bmake/mk/
H A DFILES12 dep.mk
13 doc.mk
14 dpadd.mk
15 files.mk
19 inc.mk
20 init.mk
22 java.mk
24 lib.mk
28 man.mk
32 nls.mk
[all …]
H A DChangeLog512 * lib.mk: : works better with whats.mk
681 * scripts.mk (SCRIPTSGROUPS): make this more like files.mk and inc.mk
915 * sys.mk sys/*.mk lib.mk prog.mk: use CXX_SUFFIXES to handle the
992 * meta.sys.mk: include sys.dependfile.mk
1284 * libs.mk: update to match progs.mk
1406 * FILES: add srctop.mk and options.mk
1407 * own.mk: convert to using options.mk
1535 * meta.autodep.mk: remove dependency of gendirdeps.mk on auto.obj.mk
1641 * init.mk, final.mk: include local.*.mk to simplify customization
1676 we do this as meta.sys.mk, meta.autodep.mk and meta.subdir.mk
[all …]
H A Dmk-files.txt1 mk-files
4 The term ``mk-files`` refers to a collection of ``*.mk`` files.
66 mk-files
72 sys.mk
177 lib.mk
297 prog.mk
313 obj.mk
385 dep.mk
427 own.mk
442 man.mk
[all …]
H A Dinstall-mk3 # install-mk - install mk files
6 # install-mk [options] [var=val] [dest]
16 # -f use -f when copying sys,mk.
45 # If set, we will skip making bsd.*.mk links to *.mk
47 # sys.mk:
50 # mk dir - '/usr/share/mk') we install our own 'sys.mk' which
126 SYS_MK_DIR=${SYS_MK_DIR:-/usr/share/mk}
127 SYS_MK=${SYS_MK:-$SYS_MK_DIR/sys.mk}
169 mk_files=`grep '^[a-z].*\.mk' FILES | $egrep -v '(examples/|^sys\.mk|sys/)'`
187 b=bsd.$f.mk
[all …]
H A Dsys.mk19 .include <sys.debug.mk>
28 .include <sys.vars.mk>
34 .-include <sys.env.mk>
38 .include <host-target.mk>
41 .-include <local.sys.env.mk>
54 .-include <sys/$x.mk>
62 .-include <$x.sys.mk>
85 .-include <options.mk>
89 .-include <meta.sys.mk>
98 .include <auto.obj.mk>
[all …]
H A Dprog.mk6 .include <init.mk>
47 .-include <libnames.mk>
50 .include <dpadd.mk>
115 .include <ldorder.mk>
189 .include <links.mk>
221 .include <files.mk>
225 .include <man.mk>
229 .include <nls.mk>
232 .include <obj.mk>
233 .include <dep.mk>
[all …]
H A DREADME3 This directory contains some macro's derrived from the NetBSD bsd.*.mk
13 source tree. The files are installed in /usr/share/mk, and are, by
14 convention, named with the suffix ".mk".
16 Note, this file is not intended to replace reading through the .mk
25 used instead of the hash mark, i.e. ".include <bsd.prog.mk>".
186 bsd.own.mk):
325 if it exists, as well as the include file <bsd.man.mk>.
333 .include <bsd.prog.mk>
359 The include file <bsd.sys.mk> is used by <bsd.prog.mk> and
360 <bsd.lib.mk>. It contains overrides that are used when building
[all …]
H A Dlibnames.mk19 .-include <local.libnames.mk>
20 .-include <sjg.libnames.mk>
21 .-include <fwall.libnames.mk>
22 .-include <host.libnames.mk>
H A Dsrctop.mk32 .for rd in share/mk build/mk mk
42 _SRCTOP_TEST_?= [ -f ../.sandbox-env -o -d share/mk ]
/dragonfly/contrib/bmake/
H A DFILES16 bsd.after-import.mk
78 unit-tests/archive.mk
92 unit-tests/cmdline.mk
94 unit-tests/comment.mk
148 unit-tests/cond-op.mk
188 unit-tests/dep.mk
228 unit-tests/depsrc.mk
294 unit-tests/dir.mk
426 unit-tests/lint.mk
552 unit-tests/opt.mk
[all …]
H A DMakefile42 DEFAULT_SYS_PATH?= ${prefix}/share/mk
119 .include <own.mk>
166 .include <prog.mk>
193 .include <autoconf.mk>
195 SHARE_MK ?= ${SHAREDIR}/mk
196 MKSRC = ${srcdir}/mk
200 install: install-mk
207 install-mk:
208 .if exists(${MKSRC}/install-mk)
210 sh ${MKSRC}/install-mk -v -m 644 ${DESTDIR}${SHARE_MK}
[all …]
H A Dboot-strap54 # Where to put man pages and mk files.
59 # Indicate where the mk files can be found.
60 # Default is $Mydir/mk
75 # Skip installing mk files.
76 # By default they will be installed to $prefix/share/mk
116 # will look for sys.mk and friends.
198 mksrc=$Mydir/mk
342 mksrc=$Mydir/mk
345 mksrc=`FindHereOrAbove -C "$Mydir" -s "$mksrc/sys.mk"`
350 mksrc=`GetDir /mk sys.mk "$mksrc" "$3" ./mk* "$srcdir"/mk* "$srcdir"/../mk*`
[all …]
/dragonfly/share/mk/
H A DMakefile5 FILES+= bsd.cpu.mk bsd.cpu.gcc47.mk bsd.cpu.custom.mk
6 FILES+= bsd.cpu.gcc80.mk
8 FILES+= bsd.dep.mk bsd.files.mk
9 FILES+= bsd.incs.mk bsd.init.mk
10 FILES+= bsd.kmod.mk bsd.hostlib.mk
11 FILES+= bsd.lib.mk bsd.libnames.mk bsd.links.mk bsd.man.mk bsd.nls.mk
12 FILES+= bsd.obj.mk bsd.own.mk
13 FILES+= bsd.hostprog.mk bsd.prog.mk bsd.subdir.mk bsd.sys.mk
14 FILES+= bsd.port.mk
19 FILES+= bsd.symver.mk
[all …]
H A Dbsd.README13 usable make include files, such as bsd.prog.mk and bsd.lib.mk. The other is
14 the internal make include files, such as bsd.files.mk and bsd.man.mk, which
17 bsd.lib.mk.
22 bsd.cpu.mk - handle CPU flags & variables
24 bsd.dep.mk - handle Makefile dependencies
28 bsd.incs.mk - install of include files
32 bsd.libnames.mk - define library names
33 bsd.links.mk - install of links (sym/hard)
37 bsd.own.mk - define common variables
41 sys.mk - default rules for all makes
[all …]
H A Dbsd.prog.mk4 .include <bsd.init.mk>
153 .include <bsd.nls.mk>
154 .include <bsd.files.mk>
155 .include <bsd.incs.mk>
156 .include <bsd.links.mk>
173 .include <bsd.man.mk>
177 .include <bsd.libnames.mk>
180 .include <bsd.dep.mk>
186 .include <bsd.obj.mk>
188 .include <bsd.sys.mk>
H A Dbsd.init.mk7 .if !target(__<bsd.init.mk>__)
8 __<bsd.init.mk>__:
13 .include <bsd.cpu.mk>
15 .include <bsd.own.mk>
H A Dbsd.lib.mk5 .include <bsd.init.mk>
30 .include <bsd.libnames.mk>
124 .include <bsd.symver.mk>
260 .include <bsd.nls.mk>
261 .include <bsd.files.mk>
262 .include <bsd.incs.mk>
263 .include <bsd.links.mk>
273 .include <bsd.man.mk>
276 .include <bsd.dep.mk>
323 .include <bsd.obj.mk>
[all …]
H A Dbsd.hostprog.mk1 .include <bsd.init.mk>
57 .include <bsd.dep.mk>
63 .include <bsd.obj.mk>
65 .include <bsd.sys.mk>
/dragonfly/contrib/cryptsetup/luks/
H A Dkeymanage.c51 struct luks_masterkey *mk=malloc(sizeof(*mk) + keylength); in LUKS_alloc_masterkey() local
52 if(NULL == mk) return NULL; in LUKS_alloc_masterkey()
53 mk->keyLength=keylength; in LUKS_alloc_masterkey()
56 return mk; in LUKS_alloc_masterkey()
61 if(NULL != mk) { in LUKS_dealloc_masterkey()
62 memset(mk->key,0,mk->keyLength); in LUKS_dealloc_masterkey()
63 mk->keyLength=0; in LUKS_dealloc_masterkey()
64 free(mk); in LUKS_dealloc_masterkey()
78 return mk; in LUKS_generate_masterkey()
474 r = PBKDF2_HMAC(header->hashSpec,mk->key,mk->keyLength, in LUKS_generate_phdr()
[all …]
H A Dluks.h80 void LUKS_dealloc_masterkey(struct luks_masterkey *mk);
83 const struct luks_masterkey *mk);
87 const struct luks_masterkey *mk,
135 struct luks_masterkey *mk,
146 struct luks_masterkey **mk,
/dragonfly/contrib/cryptsetup/lib/
H A Dsetup.c418 size, 0, offset, mk->keyLength, mk->key, in open_from_hdr_and_mk()
476 *mk = NULL; in volume_key_by_terminal_passphrase()
478 if (*mk) in volume_key_by_terminal_passphrase()
480 *mk = NULL; in volume_key_by_terminal_passphrase()
497 *mk = NULL; in volume_key_by_terminal_passphrase()
1344 r = dm_resume_and_reinstate_key(name, mk->keyLength, mk->key); in crypt_resume_by_passphrase()
1401 r = dm_resume_and_reinstate_key(name, mk->keyLength, mk->key); in crypt_resume_by_keyfile()
1588 if (!mk) in crypt_keyslot_add_by_volume_key()
1790 if (!mk) in crypt_activate_by_volume_key()
1876 memcpy(volume_key, mk->key, mk->keyLength); in crypt_volume_key_get()
[all …]
/dragonfly/bin/date/
H A Dvary.c129 adjyear(struct tm *t, char type, long val, int mk) in adjyear() argument
146 return !mk || domktime(t, type) != -1; in adjyear()
205 return !mk || domktime(t, type) != -1; in adjmon()
209 adjday(struct tm *t, char type, long val, int mk) in adjday() argument
249 return !mk || domktime(t, type) != -1; in adjday()
267 return !val || adjday(t, '+', val, mk); in adjwday()
276 return !val || adjday(t, '-', val, mk); in adjwday()
330 return !mk || domktime(t, type) != -1; in adjhour()
334 adjmin(struct tm *t, char type, long val, int mk) in adjmin() argument
371 return !mk || domktime(t, type) != -1; in adjmin()
[all …]
/dragonfly/contrib/wpa_supplicant/src/eap_common/
H A Deap_pax_common.c130 u8 *mk, u8 *ck, u8 *ick, u8 *mid) in eap_pax_initial_key_derivation() argument
134 e, 2 * EAP_PAX_RAND_LEN, EAP_PAX_MK_LEN, mk) || in eap_pax_initial_key_derivation()
135 eap_pax_kdf(mac_id, mk, EAP_PAX_MK_LEN, "Confirmation Key", in eap_pax_initial_key_derivation()
137 eap_pax_kdf(mac_id, mk, EAP_PAX_MK_LEN, "Integrity Check Key", in eap_pax_initial_key_derivation()
139 eap_pax_kdf(mac_id, mk, EAP_PAX_MK_LEN, "Method ID", in eap_pax_initial_key_derivation()
144 wpa_hexdump_key(MSG_MSGDUMP, "EAP-PAX: MK", mk, EAP_PAX_MK_LEN); in eap_pax_initial_key_derivation()
/dragonfly/sys/kern/
H A DMakefile12 ${.CURDIR}/../sys/syscall.mk ${.CURDIR}/../sys/sysproto.h \
17 -mv -f ${.CURDIR}/../sys/syscall.mk ${.CURDIR}/../sys/syscall.mk.bak
24 .include <bsd.subdir.mk>
/dragonfly/contrib/ncurses/
H A DREADME.DELETED21 dist.mk
56 mk-0th.awk
57 mk-1st.awk
58 mk-2nd.awk
59 mk-hdr.awk

12345678910>>...75