OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TEMPDIR
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/ntp/dist/scripts/build/
genver
42
# Create intermediate files in $
TEMPDIR
defaulting it to /tmp
46
TEMPDIR
=${
TEMPDIR
=/tmp}
50
echo "m4_define([VERSION_NUMBER],[${dversion}])" > "${
TEMPDIR
}/version.m4+"
51
cmp -s "${
TEMPDIR
}/version.m4+" m4/version.m4
55
rm -f "${
TEMPDIR
}/version.m4+"
58
mv "${
TEMPDIR
}/version.m4+" m4/version.m4
66
echo "version = '${dversion}';" > "${
TEMPDIR
}/version.def+"
67
cmp -s "${
TEMPDIR
}/version.def+" include/version.def
71
rm -f "${
TEMPDIR
}/version.def+
[
all
...]
/src/crypto/external/bsd/openssl/dist/util/
check-format-commit.sh
27
#
TEMPDIR
is used to hold any files this script creates
29
TEMPDIR
=$(mktemp -d /tmp/checkformat.XXXXXX)
39
rm -rf $
TEMPDIR
79
' > $
TEMPDIR
/ranges.txt
90
grep "$i " $
TEMPDIR
/ranges.txt >> $
TEMPDIR
/ranges.filter || true
93
REMAINING_FILES=$(wc -l <$
TEMPDIR
/ranges.filter)
106
# relative to $
TEMPDIR
/check-format.
108
# with line numbers matching the ranges in the $
TEMPDIR
/ranges.filter file
109
for j in $(awk '{print $1}' $
TEMPDIR
/ranges.filter | sort -u
[
all
...]
/src/external/gpl2/lvm2/dist/scripts/
fsadm.sh
62
TEMPDIR
="${TMPDIR:-/tmp}/${TOOL}_${RANDOM}$$/m"
120
test "$MOUNTPOINT" = "$
TEMPDIR
" && MOUNTPOINT="" temp_umount
203
dry $MKDIR -p -m 0000 "$
TEMPDIR
" || error "Failed to create $
TEMPDIR
"
204
dry $MOUNT "$VOLUME" "$
TEMPDIR
" || error "Failed to mount $
TEMPDIR
"
208
dry $UMOUNT "$
TEMPDIR
" || error "Failed to umount $
TEMPDIR
"
209
dry $RMDIR "${
TEMPDIR
}" || error "Failed to remove $
TEMPDIR
"
[
all
...]
/src/external/bsd/ntp/dist/sntp/
Makefile.am
195
TEMPDIR
=`pwd` && export
TEMPDIR
&& cd $(srcdir) && \
199
TEMPDIR
=`pwd` && export
TEMPDIR
&& cd $(srcdir) && \
203
TEMPDIR
=`pwd` && export
TEMPDIR
&& cd $(srcdir) && \
/src/external/bsd/openldap/dist/build/
shtool
435
elif [ ".$
TEMPDIR
" != . ]; then
436
tmpdir="$
TEMPDIR
"
/src/external/gpl2/groff/dist/contrib/groffer/
groffer2.sh
4154
"${
TEMPDIR
}" "${HOME}"'/tmp' '/tmp' "${HOME}" '.'
Completed in 107 milliseconds
Indexes created Fri Sep 04 00:26:01 UTC 2026