Home
last modified time | relevance | path

Searched refs:TMP (Results 1 – 23 of 23) sorted by relevance

/titanic_41/usr/src/cmd/tbl/
H A Dt6.c70 fprintf(tabout, ".nr %d ", TMP); in maktab()
72 fprintf(tabout, ".if \\n(%d<\\n(%d .nr %d \\n(%d\n", S1, TMP, S1, TMP); in maktab()
76 fprintf(tabout, ".nr %d \\w%c%s%c\n",TMP, F1, s, F1); in maktab()
77 fprintf(tabout, ".if \\n(%d<\\n(%d .nr %d \\n(%d\n",S2,TMP,S2,TMP); in maktab()
87 fprintf(tabout, ".nr %d ", TMP); in maktab()
89 fprintf(tabout, ".if \\n(%d<\\n(%d .nr %d \\n(%d\n", icol+CRIGHT, TMP, icol+CRIGHT, TMP); in maktab()
101 fprintf(tabout, ".nr %d \\n(%d+\\n(%d\n",TMP,icol+CMID,S2); in maktab()
102 fprintf(tabout, ".if \\n(%d>\\n(%d .nr %d \\n(%d\n",TMP,icol+CRIGHT,icol+CRIGHT,TMP); in maktab()
103 …tabout, ".if \\n(%d<\\n(%d .nr %d +(\\n(%d-\\n(%d)/2\n",TMP,icol+CRIGHT,icol+CMID,icol+CRIGHT,TMP); in maktab()
107 fprintf(tabout, ".nr %d %sn\n", TMP, cll[icol]); in maktab()
[all …]
H A Dt8.c323 fprintf(tabout, ".nr %d \\n(#-u-\\n(^%c-\\n(%c|+1v\n",TMP, 'a'+c, s); in funnies()
324 fprintf(tabout, ".if \\n(%d>0 .sp \\n(%du/2u\n", TMP, TMP); in funnies()
H A Dt..c82 # define TMP 38 macro
/titanic_41/usr/src/cmd/bnu/
H A Duudemon.cleanup100 TMP=/tmp/uu$$
273 find $SPOOL -name core -print > $TMP
274 if [ -s $TMP ]
276 (echo "Subject: cores"; echo; cat $TMP) | mail $MAILTO
296 grep passwd ${O_LOGS}-1 > $TMP
297 grep "REQUEST.*/" ${O_LOGS}-1 >> $TMP
298 if [ -s $TMP ]
300 (echo "Subject: uucp requests"; echo; cat $TMP) | mail $MAILTO
305 {prev = $0}' ${O_LOGS}-1 > $TMP
306 if [ -s $TMP ]
[all …]
H A Duudemon.admin105 TMP=/tmp/uu$$
107 (uustat -p; uustat -q) > $TMP
108 if [ -s $TMP ]
110 (echo "Subject: uu-status"; echo; cat $TMP) | mail $MAILTO
112 grep passwd $ULOG/* > $TMP 2> /dev/null
113 if [ -s $TMP ]
115 (echo "Subject: passwd check"; echo; cat $TMP) | mail $MAILTO
117 rm $TMP
H A DCvt48 TMP=/tmp/CVT
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dfake-addrinfo.c167 #define GET_HOST_BY_NAME(NAME, HP, ERR, TMP) \ argument
168 { TMP = gethostbyname (NAME); (ERR) = h_errno; (HP) = TMP; }
169 #define GET_HOST_BY_ADDR(ADDR, ADDRLEN, FAMILY, HP, ERR, TMP) \ argument
170 { TMP = gethostbyaddr ((ADDR), (ADDRLEN), (FAMILY)); (ERR) = h_errno; (HP) = TMP; }
177 #define GET_HOST_BY_NAME(NAME, HP, ERR, TMP) \ argument
179 (HP) = (gethostbyname_r((NAME), &TMP.ent, &TMP.data) \
181 : &TMP.ent); \
202 #define GET_HOST_BY_NAME(NAME, HP, ERR, TMP) \ argument
206 my_ret = gethostbyname_r((NAME), &TMP.ent, \
207 TMP.buf, sizeof (TMP.buf), &my_hp, \
[all …]
/titanic_41/usr/src/cmd/netadm/etc/
H A Dttydefs.cleanup.sh28 TMP=${FLASH_ROOT}/tmp/SUNWcsr.ttydefs.$$
39 }" ${TTYDEFS_FILE} > ${TMP}
41 cp ${TMP} ${TTYDEFS_FILE}
42 rm -f ${TMP}
52 }" ${TTYDEFS_FILE} > ${TMP}
54 cp ${TMP} ${TTYDEFS_FILE}
55 rm -f ${TMP}
/titanic_41/usr/src/cmd/power/
H A Dsysidpm.sh40 TMP=/var/run/tmp1.$$
151 grep -v "# Auto-Shutdown[ ]" $PWR_CONF | grep -v "$SHUTDOWN_PATTERN" > $TMP
152 echo $SHUTDOWN_COMMENT >> $TMP
154 $TMP
155 cp $TMP $PWR_CONF
156 rm $TMP
247 grep -v statefile $PWR_CONF > $TMP
248 cp $TMP $PWR_CONF
249 rm $TMP
/titanic_41/usr/src/lib/libc/port/locale/
H A Dcollate.c74 char *TMP; in __lc_collate_load() local
105 if ((TMP = map) == NULL) { in __lc_collate_load()
110 if (strncmp(TMP, COLLATE_VERSION, COLLATE_STR_LEN) != 0) { in __lc_collate_load()
115 TMP += COLLATE_STR_LEN; in __lc_collate_load()
117 info = (void *)TMP; in __lc_collate_load()
118 TMP += sizeof (*info); in __lc_collate_load()
134 if (i != (sbuf.st_size - (TMP - map))) { in __lc_collate_load()
160 lcc->lc_char_table = (void *)TMP; in __lc_collate_load()
161 TMP += sizeof (collate_char_t) * (UCHAR_MAX + 1); in __lc_collate_load()
166 lcc->lc_subst_table[z] = (void *)TMP; in __lc_collate_load()
[all …]
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dport-sockets.h40 #define SOCKET_WRITEV(FD, SG, LEN, TMP) \ argument
41 (WSASend((FD), (SG), (LEN), &(TMP), 0, 0, 0) ? -1 : (TMP))
157 #define SOCKET_WRITEV(FD, SG, LEN, TMP) \ argument
158 ((TMP) = writev((FD), (SG), (LEN)), (TMP))
/titanic_41/usr/src/cmd/sendmail/cf/feature/
H A Dmtamark.m419 Kmtamark dns -R TXT -a. -T<TMP> -r`'ifdef(`MTAMARK_TO',`MTAMARK_TO',`5')
32 `R<?>$+<TMP> $: TMPOK',
33 `R<?>$+<TMP> $#error $@ 4.4.3 $: _MTAMARK_MSG_TMP_')
H A Ddnsbl.m422 Kdnsbl DNSBL_MAP -T<TMP>ifdef(`DNSBL_MAP_OPT',` DNSBL_MAP_OPT')')
33 `R<?>$+<TMP> $: TMPOK',
34 `R<?>$+<TMP> $#error $@ 4.4.3 $: _DNSBL_MSG_TMP_')
H A Denhdnsbl.m421 Kednsbl dns -R A -a. -T<TMP> -r`'ifdef(`EDNSBL_TO',`EDNSBL_TO',`5')
41 `R<?>$+<TMP> $: TMPOK',
42 `R<?>$+<TMP> $#error $@ 4.4.3 $: _EDNSBL_MSG_TMP_')
/titanic_41/usr/src/uts/sun4u/cpu/
H A Dcheetah_copy.s1315 #define TMP %i5 macro
1317 andcc DST, VIS_BLOCKSIZE - 1, TMP
1319 neg TMP
1320 add TMP, VIS_BLOCKSIZE, TMP
1322 ! TMP = bytes required to align DST on FP_BLOCK boundary
1324 cmp TMP, 3
1326 sub CNT,TMP,CNT ! adjust main count
1327 sub TMP, 3, TMP ! adjust for end of loop test
1331 subcc TMP, 4, TMP
1342 addcc TMP, 3, TMP ! restore count adjustment
[all …]
H A Dopl_olympus_copy.s1267 #define TMP %i5 macro
1269 andcc DST, VIS_BLOCKSIZE - 1, TMP
1271 neg TMP
1272 add TMP, VIS_BLOCKSIZE, TMP
1274 ! TMP = bytes required to align DST on FP_BLOCK boundary
1276 cmp TMP, 3
1278 sub CNT,TMP,CNT ! adjust main count
1279 sub TMP, 3, TMP ! adjust for end of loop test
1283 subcc TMP, 4, TMP
1294 addcc TMP, 3, TMP ! restore count adjustment
[all …]
/titanic_41/usr/src/test/zfs-tests/tests/functional/acl/
H A Dacl.cfg59 export TMP_DIR=$TESTDIR/TMP
/titanic_41/usr/src/uts/sun4v/ml/
H A Dtrap_table.s1926 #define STDF_REG(REG, ADDR, TMP) \ argument
1928 mark1: set start1, TMP ;\
1929 jmp REG + TMP ;\
1997 #define LDDF_REG(REG, ADDR, TMP) \ argument
1999 mark2: set start2, TMP ;\
2000 jmp REG + TMP ;\
/titanic_41/usr/src/uts/sun4u/ml/
H A Dtrap_table.s2158 #define STDF_REG(REG, ADDR, TMP) \ argument
2160 mark1: set start1, TMP ;\
2161 jmp REG + TMP ;\
2229 #define LDDF_REG(REG, ADDR, TMP) \ argument
2231 mark2: set start2, TMP ;\
2232 jmp REG + TMP ;\
/titanic_41/usr/src/lib/libast/common/comp/
H A Dconf.tab531 TMP AST CS 1 MU "/tmp"
/titanic_41/usr/src/grub/grub-0.97/
H A DChangeLog4152 variable C to TMP.
/titanic_41/usr/src/cmd/terminfo/
H A Dtermcap.src5264 # SET TMP=//C/TEMP
5266 # Important note: setting the TMP environment variable in POSIX style renders
H A Dterminfo.src5963 # SET TMP=//C/TEMP
5965 # Important note: setting the TMP environment variable in POSIX style renders