Home
last modified time | relevance | path

Searched refs:manifest (Results 1 – 25 of 70) sorted by relevance

123

/freebsd/tools/tools/makeroot/
H A Dmakeroot.sh36 usage: makeroot.sh [-B byte-order] [-d] [-e <extras manifest>] [-f <filelist>]
126 manifest=${tmpdir}/manifest
128 echo "#mtree 2.0" > ${manifest}
167 / type=/ { if ($1 == file) {print} }' >> ${manifest}
174 / type=/ { if ($1 != file) {print} }' >> ${manifest}
176 sort -u ${BSDROOT}/METALOG >> ${manifest}
199 sed -e "s|contents=\./|contents=${extradir}/|" >> ${manifest}
213 "contents=${tmpdir}/rcorder.start" >> ${manifest}
228 echo ".${userdir}/.ssh type=dir mode=700 uname=${user} gname=${group}" >> ${manifest}
229 … type=file mode=600 uname=${user} gname=${group} contents=${tmpdir}/authorized_keys" >> ${manifest}
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dgentoo10 >0 use gentoo-manifest
12 >0 use gentoo-manifest
14 >0 use gentoo-manifest
16 >0 use gentoo-manifest
18 >0 use gentoo-manifest
24 >>>&0 use gentoo-manifest
26 >>>&0 use gentoo-manifest
28 >>>&0 use gentoo-manifest
30 >>>&0 use gentoo-manifest
32 >>>&0 use gentoo-manifest
[all …]
/freebsd/contrib/sqlite3/tea/
H A DMakefile.in316 $(srcdir)/manifest.uuid:
317 printf "git-" >$(srcdir)/manifest.uuid
318 (cd $(srcdir); git rev-parse HEAD >>$(srcdir)/manifest.uuid || \
319 (printf "svn-r" >$(srcdir)/manifest.uuid ; \
320 svn info --show-item last-changed-revision >>$(srcdir)/manifest.uuid) || \
321 printf "unknown" >$(srcdir)/manifest.uuid)
323 sampleUuid.h: $(srcdir)/manifest.uuid
325 cat $(srcdir)/manifest.uuid >>$@
344 dist: dist-clean $(srcdir)/manifest.uuid
355 $(srcdir)/manifest.uuid \
/freebsd/contrib/libfido2/examples/
H A DCMakeLists.txt19 set_source_files_properties(assert.c cred.c info.c manifest.c reset.c
24 # manifest
25 add_executable(manifest manifest.c ${COMPAT_SOURCES}) target
26 target_link_libraries(manifest ${_FIDO2_LIBRARY})
/freebsd/sbin/veriexec/
H A Dveriexec.c67 veriexec_load(const char *manifest) in veriexec_load() argument
72 content = verify_signed(manifest, VEF_VERBOSE); in veriexec_load()
74 errx(EX_USAGE, "cannot verify %s", manifest); in veriexec_load()
75 if (manifest_open(manifest, (const char *)content)) { in veriexec_load()
78 err(EX_NOINPUT, "cannot load %s", manifest); in veriexec_load()
/freebsd/usr.sbin/bsdinstall/distextract/
H A Ddistextract.c177 static FILE *manifest = NULL; in count_files() local
188 if (manifest == NULL) { in count_files()
190 manifest = fopen(path, "r"); in count_files()
193 if (manifest != NULL) { in count_files()
194 rewind(manifest); in count_files()
195 while (fgets(line, sizeof(line), manifest) != NULL) { in count_files()
/freebsd/release/scripts/
H A Dmake-oci-image.sh116 …t\":\"sha256:${root_hash}\",\"size\":${root_size}}],\"annotations\":{}}" > ${workdir}/manifest.json
117 local manifest_hash=$(sha256 -q < ${workdir}/manifest.json)
118 local manifest_size=$(stat -f %z ${workdir}/manifest.json)
125 ln ${workdir}/manifest.json ${workdir}/oci/blobs/sha256/${manifest_hash}
H A Dmake-pkg-package.sh17 stage create-manifest
/freebsd/tools/build/options/
H A DWITH_LOADER_VERIEXEC_PASS_MANIFEST3 with support to pass a verified manifest to the kernel.
4 The kernel has to be built with a module to parse the manifest.
/freebsd/lib/libsecureboot/
H A DMakefile.libsa.inc36 # that we need to verify) used to find a signed manifest.
39 VE_MANIFEST_LIST?= manifest ../manifest
H A DREADME.rst81 gpg -a --detach-sign manifest
83 should produce the expected signature in ``manifest.asc``
108 ``.esig`` so the signature for ``manifest`` would be ``manifest.esig``
/freebsd/contrib/llvm-project/lld/COFF/
H A DOptions.td117 def manifest : F<"manifest">, HelpText<"Create .manifest file">;
119 "manifest",
120 "NO disables manifest output; EMBED[,ID=#] embeds manifest as resource in the image">;
122 def manifestfile : P<"manifestfile", "Manifest output path, with /manifest">;
125 "Attributes for <dependency> element in manifest file; implies /manifest">;
128 "Additional manifest inputs; only valid with /manifest:embed">;
H A DDriverUtils.cpp288 ctx.config.manifest = Configuration::No; in parseManifest()
293 ctx.config.manifest = Configuration::Embed; in parseManifest()
432 std::unique_ptr<MemoryBuffer> manifest = in createManifestXmlWithInternalMt() local
435 if (auto e = merger.merge(takeBuffer(std::move(manifest)))) in createManifestXmlWithInternalMt()
537 std::string manifest = createManifestXml(); in createManifestRes() local
540 createMemoryBufferForManifestRes(manifest.size()); in createManifestRes()
544 writeResEntryHeader(buf, manifest.size(), ctx.config.manifestID); in createManifestRes()
547 std::copy(manifest.begin(), manifest.end(), buf); in createManifestRes()
/freebsd/contrib/sqlite3/tea/win/
H A Drules.vc85 # Since MSVC8 we must deal with manifest resources.
87 _VC_MANIFEST_EMBED_EXE=if exist $@.manifest mt -nologo -manifest $@.manifest -outputresource:$@;1
88 _VC_MANIFEST_EMBED_DLL=if exist $@.manifest mt -nologo -manifest $@.manifest -outputresource:$@;2
/freebsd/crypto/openssl/Configurations/
H A Dwindows-makefile.tmpl476 -del /Q /S /F *.d *.obj *.pdb *.ilk *.manifest
921 IF EXIST $full.manifest DEL /F /Q $full.manifest
926 IF EXIST $dll.manifest \\
927 \$(MT) \$(MTFLAGS) \$(MTINFLAG)$dll.manifest \$(MTOUTFLAG)$dll
958 IF EXIST $dso.manifest DEL /F /Q $dso.manifest
962 IF EXIST $dso.manifest \\
963 \$(MT) \$(MTFLAGS) \$(MTINFLAG)$dso.manifest \$(MTOUTFLAG)$dso
995 IF EXIST $bin.manifest DEL /F /Q $bin.manifest
999 IF EXIST $bin.manifest \\
1000 \$(MT) \$(MTFLAGS) \$(MTINFLAG)$bin.manifest \$(MTOUTFLAG)$bin
/freebsd/contrib/libfido2/fuzz/
H A Dfuzz_hid.c176 manifest(const struct param *p) in manifest() function
223 manifest(p); in test()
/freebsd/contrib/tcpdump/
H A Dcmake_uninstall.cmake.in2 …message(FATAL_ERROR "Cannot find install manifest: @CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt…
/freebsd/contrib/libpcap/
H A Dcmake_uninstall.cmake.in2 …message(FATAL_ERROR "Cannot find install manifest: @CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt…
/freebsd/contrib/ntp/sntp/libevent/cmake/
H A DUninstall.cmake.in4 message(FATAL_ERROR "Cannot find install manifest: @CMAKE_BINARY_DIR@/install_manifest.txt")
/freebsd/contrib/libevent/cmake/
H A DUninstall.cmake.in4 message(FATAL_ERROR "Cannot find install manifest: @CMAKE_BINARY_DIR@/install_manifest.txt")
/freebsd/sys/netinet/libalias/
H A DHISTORY65 Hole could _not_ manifest in ppp+pktAlias, but
66 could potentially manifest in other applications
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp371 ChangeStatus manifest(Attributor &A) override { in manifest() function
526 ChangeStatus manifest(Attributor &A) override { in manifest() function
781 ChangeStatus manifest(Attributor &A) override { in manifest() function
889 ChangeStatus manifest(Attributor &A) override { in manifest() function
989 ChangeStatus manifest(Attributor &A) override { in manifest() function
/freebsd/contrib/bmake/mk/
H A DFILES33 manifest.mk
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1077 ChangeStatus manifest(Attributor &A) override { in manifest() function
1078 return AAPointerInfo::manifest(A); in manifest()
2410 ChangeStatus manifest(Attributor &A) override { in manifest() function
2891 ChangeStatus manifest(Attributor &A) override { in manifest() function
3147 ChangeStatus manifest(Attributor &A) override { in manifest() function
4256 ChangeStatus manifest(Attributor &A) override { in manifest() function
4305 ChangeStatus manifest(Attributor &A) override { in manifest() function
4349 ChangeStatus manifest(Attributor &A) override { in manifest() function
4441 ChangeStatus manifest(Attributor &A) override { in manifest() function
4491 ChangeStatus manifest(Attributor &A) override { in manifest() function
[all …]
/freebsd/contrib/libfido2/src/
H A Ddev.c245 const char *type, int (*manifest)(fido_dev_info_t *, size_t, size_t *)) in run_manifest()
254 if ((r = manifest(devlist + *olen, ilen - *olen, &ndevs)) != FIDO_OK) in run_manifest()

123