/titanic_44/usr/src/cmd/tbl/ |
H A D | t6.c | 70 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 D | t8.c | 323 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 D | t..c | 82 # define TMP 38 macro
|
/titanic_44/usr/src/cmd/bnu/ |
H A D | uudemon.cleanup | 100 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 D | uudemon.admin | 105 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 D | Cvt | 48 TMP=/tmp/CVT
|
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/support/ |
H A D | fake-addrinfo.c | 167 #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_44/usr/src/cmd/netadm/etc/ |
H A D | ttydefs.cleanup.sh | 28 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_44/usr/src/cmd/power/ |
H A D | sysidpm.sh | 40 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_44/usr/src/lib/libc/port/locale/ |
H A D | collate.c | 74 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_44/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | port-sockets.h | 40 #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_44/usr/src/cmd/sendmail/cf/feature/ |
H A D | mtamark.m4 | 19 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 D | dnsbl.m4 | 22 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 D | enhdnsbl.m4 | 21 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_44/usr/src/uts/sun4u/cpu/ |
H A D | cheetah_copy.s | 1315 #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 D | opl_olympus_copy.s | 1267 #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_44/usr/src/test/zfs-tests/tests/functional/acl/ |
H A D | acl.cfg | 59 export TMP_DIR=$TESTDIR/TMP
|
/titanic_44/usr/src/uts/sun4v/ml/ |
H A D | trap_table.s | 1926 #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_44/usr/src/uts/sun4u/ml/ |
H A D | trap_table.s | 2158 #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_44/usr/src/lib/libast/common/comp/ |
H A D | conf.tab | 531 TMP AST CS 1 MU "/tmp"
|
/titanic_44/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 4152 variable C to TMP.
|
/titanic_44/usr/src/cmd/terminfo/ |
H A D | termcap.src | 5264 # SET TMP=//C/TEMP 5266 # Important note: setting the TMP environment variable in POSIX style renders
|
H A D | terminfo.src | 5963 # SET TMP=//C/TEMP 5965 # Important note: setting the TMP environment variable in POSIX style renders
|