Searched refs:tmproot (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/openpam/
H A Dmkpkgng.in104 tmproot=$(mktemp -d "${TMPDIR:-/tmp}/$package-$version.XXXXXX")
105 [ -n "$tmproot" -a -d "$tmproot" ] || \
108 trap "info Deleting the temporary directory. ; rm -rf '$tmproot'" EXIT
112 # Install into tmproot
115 $make install DESTDIR="$tmproot"
121 manifest="$tmproot/+MANIFEST"
149 find -s "$tmproot" -type f | while read file ; do
152 file="${file#$tmproot}"
161 pkg create -r "$tmproot"
[all...]
/freebsd-10-stable/usr.sbin/autofs/
H A Dcommon.c292 struct node *n, *n2, *tmp, *tmp2, *tmproot; local
311 tmproot = node_new_root();
313 parse_master_yyin(tmproot, n->n_key);
315 parse_map_yyin(tmproot, n->n_key, NULL);
325 * Entries to be included are now in tmproot. We need to merge
329 &tmproot->n_children, nodehead, n_next, tmp2) {
334 node_delete(tmproot);

Completed in 157 milliseconds