Home
last modified time | relevance | path

Searched refs:TMP1 (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/tools/scripts/
H A Delfcmp.sh72 TMP1=/tmp/elfcmp.1.$$
74 trap "rm -f $TMP1 $TMP2" EXIT HUP INT QUIT PIPE TERM
102 list_sections "$1" | $FILTER | sort >$TMP1
105 echo "$SECTIONLIST" >$TMP1
111 NOT_IN_1=$(comm -13 $TMP1 $TMP2)
117 NOT_IN_2=$(comm -23 $TMP1 $TMP2)
126 for s in $(comm -12 $TMP1 $TMP2)
128 dump -s -n $s "$1" | sed '/:/d' >$TMP1
130 if cmp -s $TMP1 $TMP2
140 dump -sv -n $s "$1" | sed '/:/d' >$TMP1
[all …]
/titanic_50/usr/src/lib/libast/common/path/
H A Dpathtemp.c81 #define TMP1 "/tmp" macro
230 …if (!d && (!*(d = astconf("TMP", NiL, NiL)) || eaccess(d, W_OK|X_OK)) && eaccess(d = TMP1, W_OK|X_… in pathtemp()
/titanic_50/usr/src/cmd/tbl/
H A Dt6.c135 # define TMP1 S1 in maktab() macro