Home
last modified time | relevance | path

Searched refs:TMP2 (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/scripts/
H A Delfcmp.sh71 TMP2=/tmp/elfcmp.2.$$
104 echo "$SECTIONLIST" >$TMP2
109 NOT_IN_1=$(comm -13 $TMP1 $TMP2)
115 NOT_IN_2=$(comm -23 $TMP1 $TMP2)
124 for s in $(comm -12 $TMP1 $TMP2)
127 dump -s -n $s "$2" | sed '/:/d' >$TMP2
128 if cmp -s $TMP1 $TMP2
140 diff -c $TMP1 $TMP2
155 list_alloc_sections "$2" | sort >$TMP2
156 if cmp -s $TMP1 $TMP2
[all …]
/illumos-gate/usr/src/cmd/print/scripts/
H A Dconv_lpd211 /bin/rm -f ${TMPF1} ${TMP2} ${FILE}
/illumos-gate/usr/src/contrib/ast/src/lib/libast/path/
H A Dpathtemp.c82 #define TMP2 "/usr/tmp" macro
230 …L, NiL)) || eaccess(d, W_OK|X_OK)) && eaccess(d = TMP1, W_OK|X_OK) && eaccess(d = TMP2, W_OK|X_OK)) in pathtemp()
/illumos-gate/usr/src/cmd/tbl/
H A Dt6.c136 # define TMP2 S2 in maktab() macro