Searched refs:manifest (Results 1 - 16 of 16) sorted by relevance

/freebsd-10-stable/tools/tools/makeroot/
H A Dmakeroot.sh37 usage: makeroot.sh [-B byte-order] [-d] [-e <extras manifest>] [-f <filelist>]
68 # Allow duplicate manifest entries when not file list is given because the
126 manifest=${tmpdir}/manifest
128 echo "#mtree 2.0" > ${manifest}
152 # build manifest from root manifest and FILELIST
167 / type=/ { if ($1 == file) {print} }' >> ${manifest}
174 / type=/ { if ($1 != file) {print} }' >> ${manifest}
178 # manifest live
[all...]
/freebsd-10-stable/contrib/openpam/
H A Dmkpkgng.in118 # Generate stub manifest
120 info "Generating the stub manifest."
121 manifest="$tmproot/+MANIFEST"
122 cat >"$manifest" <<EOF
150 [ "$file" = "$manifest" ] && continue
155 )>>"$manifest"
/freebsd-10-stable/usr.sbin/bsdinstall/distextract/
H A Ddistextract.c193 static FILE *manifest = NULL; local
203 if (manifest == NULL) {
205 manifest = fopen(path, "r");
208 if (manifest != NULL) {
209 rewind(manifest);
210 while (fgets(line, sizeof(line), manifest) != NULL) {
217 * We're at the right manifest line. The file count is
232 * Either no manifest, or manifest didn't mention this archive.
/freebsd-10-stable/contrib/libreadline/support/
H A Dmkdist3 # mkdist - make a distribution directory from a master manifest file
5 # usage: mkdist [-m manifest] [-s srcdir] [-r rootname] [-v] version
34 echo usage: mkdist [-m manifest] [-s srcdir] [-r rootname] [-v] version 1>&2
/freebsd-10-stable/contrib/bmake/mk/
H A Dmanifest.mk1 # $Id: manifest.mk,v 1.2 2014/10/31 18:06:17 sjg Exp $
16 # generate mtree style manifest supported by makefs in FreeBSD
61 # this produces the body of the manifest
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtemp_serializer.c496 apr_array_header_t *manifest = in; local
498 *data_len = sizeof(apr_off_t) *manifest->nelts;
500 memcpy(*data, manifest->elts, *data_len);
511 apr_array_header_t *manifest = apr_array_make(pool, 1, sizeof(apr_off_t)); local
513 manifest->nelts = (int) (data_len / sizeof(apr_off_t));
514 manifest->nalloc = (int) (data_len / sizeof(apr_off_t));
515 manifest->elts = (char*)data;
517 *out = manifest;
798 const apr_off_t *manifest = data; local
801 *(apr_off_t *)out = manifest[shard_po
[all...]
H A Drevprops.c185 /* content of the manifest.
187 apr_array_header_t *manifest; member in struct:packed_revprops_t
301 revprops->manifest = apr_array_make(pool, rev_count, sizeof(const char*));
306 /* Read the content of the manifest file */
321 _("Packed revprop manifest for r%ld not "
324 /* Chop (parse) the manifest CONTENT into filenames, one per line.
337 for (filenames = (const char **)revprops->manifest->elts,
363 _("Packed revprop manifest for r%ld "
368 _("Packed revprop manifest for r%ld "
372 revprops->manifest
[all...]
H A Dpack.c1610 apr_array_header_t *manifest; local
1615 /* position of the shard within the manifest */
1618 /* fetch exactly that element into *rev_offset, if the manifest is found
1628 /* Open the manifest file. */
1635 /* While we're here, let's just read the entire manifest file into an array,
1638 manifest = apr_array_make(pool, ffd->max_files_per_dir, sizeof(apr_off_t));
1650 APR_ARRAY_PUSH(manifest, apr_off_t) = (apr_off_t)val;
1654 *rev_offset = APR_ARRAY_IDX(manifest, rev % ffd->max_files_per_dir,
1659 return svn_cache__set(ffd->packed_offset_cache, &shard, manifest, pool);
1698 /* Create the manifest fil
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dtemp_serializer.c483 apr_array_header_t *manifest = in; local
485 *data_len = sizeof(apr_off_t) *manifest->nelts;
487 memcpy(*data, manifest->elts, *data_len);
498 apr_array_header_t *manifest = apr_array_make(pool, 1, sizeof(apr_off_t)); local
500 manifest->nelts = (int) (data_len / sizeof(apr_off_t));
501 manifest->nalloc = (int) (data_len / sizeof(apr_off_t));
502 manifest->elts = (char*)data;
504 *out = manifest;
744 const apr_off_t *manifest = data; local
747 *(apr_off_t *)out = manifest[shard_po
[all...]
H A Drevprops.c652 /* content of the manifest.
654 apr_array_header_t *manifest; member in struct:packed_revprops_t
779 revprops->manifest = apr_array_make(result_pool, rev_count,
785 /* Read the content of the manifest file */
800 _("Packed revprop manifest for r%ld not "
803 /* Chop (parse) the manifest CONTENT into filenames, one per line.
816 for (filenames = (const char **)revprops->manifest->elts,
842 _("Packed revprop manifest for r%ld "
847 _("Packed revprop manifest for r%ld "
851 revprops->manifest
[all...]
H A Dpack.c2019 apr_array_header_t *manifest; local
2024 /* position of the shard within the manifest */
2027 /* fetch exactly that element into *rev_offset, if the manifest is found
2037 /* Open the manifest file. */
2043 /* While we're here, let's just read the entire manifest file into an array,
2046 manifest = apr_array_make(scratch_pool, ffd->max_files_per_dir,
2059 APR_ARRAY_PUSH(manifest, apr_off_t) = (apr_off_t)val;
2063 *rev_offset = APR_ARRAY_IDX(manifest, rev % ffd->max_files_per_dir,
2068 return svn_cache__set(ffd->packed_offset_cache, &shard, manifest,
/freebsd-10-stable/contrib/apr-util/test/
H A DMakefile.win134 @if exist "$@.manifest" \
135 mt.exe -manifest "$@.manifest" -outputresource:$@;1
141 @if exist "$@.manifest" \
142 mt.exe -manifest "$@.manifest" -outputresource:$@;1
/freebsd-10-stable/contrib/ntp/lib/isc/win32/
H A Dlibisc.mak51 # _VC_MANIFEST_EMBED_EXE - command to embed manifest in EXE:
60 if exist $@.manifest mt.exe -manifest $@.manifest -out:$(_VC_MANIFEST_BASENAME).auto.manifest $(MT_SPECIAL_SWITCH) & \
68 if exist $@.manifest mt.exe -manifest $@.manifest -outputresource:$@;1
73 # _VC_MANIFEST_EMBED_DLL - command to embed manifest in DLL:
82 if exist $@.manifest m
[all...]
/freebsd-10-stable/contrib/apr/
H A Dlibapr.mak257 PostBuild_Desc=Embed .manifest
265 if exist .\Release\libapr-1.dll.manifest mt.exe -manifest .\Release\libapr-1.dll.manifest -outputresource:.\Release\libapr-1.dll;2
493 PostBuild_Desc=Embed .manifest
501 if exist .\Debug\libapr-1.dll.manifest mt.exe -manifest .\Debug\libapr-1.dll.manifest -outputresource:.\Debug\libapr-1.dll;2
729 PostBuild_Desc=Embed .manifest
737 if exist .\9x\Release\libapr-1.dll.manifest m
[all...]
/freebsd-10-stable/usr.sbin/makefs/
H A Dmtree.c1101 warnx("%u error(s) and %u warning(s) in mtree manifest",
/freebsd-10-stable/crypto/openssh/
H A Dbuildpkg.sh.in53 SMF_MANIFEST_DIR=/var/svc/manifest/site
95 /var/svc/manifest \
96 /var/svc/manifest/site \
200 # similarly /var/svc/manifest/site for manifests.
335 # NOTE, The manifest disables sshd by default.

Completed in 308 milliseconds