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

/illumos-gate/usr/src/tools/scripts/
H A Delfcmp.sh73 TMP2=/tmp/elfcmp.2.$$
74 trap "rm -f $TMP1 $TMP2" EXIT HUP INT QUIT PIPE TERM
103 list_sections "$2" | $FILTER | sort >$TMP2
106 echo "$SECTIONLIST" >$TMP2
111 NOT_IN_1=$(comm -13 $TMP1 $TMP2)
117 NOT_IN_2=$(comm -23 $TMP1 $TMP2)
126 for s in $(comm -12 $TMP1 $TMP2)
129 dump -s -n $s "$2" | sed '/:/d' >$TMP2
130 if cmp -s $TMP1 $TMP2
141 dump -sv -n $s "$2" | sed '/:/d' >$TMP2
[all...]
/illumos-gate/usr/src/cmd/print/scripts/
H A Dconv_lpd211 /bin/rm -f ${TMPF1} ${TMP2} ${FILE}
/illumos-gate/usr/src/lib/libast/common/path/
H A Dpathtemp.c82 #define TMP2 "/usr/tmp" macro
230 if (!d && (!*(d = astconf("TMP", NiL, NiL)) || eaccess(d, W_OK|X_OK)) && eaccess(d = TMP1, W_OK|X_OK) && eaccess(d = TMP2, W_OK|X_OK))
/illumos-gate/usr/src/cmd/tbl/
H A Dt6.c136 # define TMP2 S2 macro

Completed in 46 milliseconds