/illumos-gate/usr/src/cmd/tbl/ |
H A D | t6.c | 69 fprintf(tabout, ".nr %d ", TMP); in maktab() 71 fprintf(tabout, ".if \\n(%d<\\n(%d .nr %d \\n(%d\n", S1, TMP, S1, TMP); in maktab() 75 fprintf(tabout, ".nr %d \\w%c%s%c\n",TMP, F1, s, F1); in maktab() 76 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 | 322 fprintf(tabout, ".nr %d \\n(#-u-\\n(^%c-\\n(%c|+1v\n",TMP, 'a'+c, s); in funnies() 323 fprintf(tabout, ".if \\n(%d>0 .sp \\n(%du/2u\n", TMP, TMP); in funnies()
|
H A D | t..c | 80 # define TMP 38 macro
|
/illumos-gate/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
|
/illumos-gate/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 …]
|
/illumos-gate/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}
|
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | collate.c | 79 char *TMP; in __lc_collate_load() local 110 if ((TMP = map) == NULL) { in __lc_collate_load() 115 if (strncmp(TMP, COLLATE_VERSION, COLLATE_STR_LEN) != 0) { in __lc_collate_load() 120 TMP += COLLATE_STR_LEN; in __lc_collate_load() 122 info = (void *)TMP; in __lc_collate_load() 123 TMP += sizeof (*info); in __lc_collate_load() 139 if (i != (sbuf.st_size - (TMP - map))) { in __lc_collate_load() 165 lcc->lc_char_table = (void *)TMP; in __lc_collate_load() 166 TMP += sizeof (collate_char_t) * (UCHAR_MAX + 1); in __lc_collate_load() 171 lcc->lc_subst_table[z] = (void *)TMP; in __lc_collate_load() [all …]
|
/illumos-gate/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))
|
/illumos-gate/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_')
|
/illumos-gate/usr/src/lib/iconv_modules/utf-8/ |
H A D | Makefile.com | 46 TMP=`echo $$f | $(TR) "+" "%"` ; \ 47 echo installing $$TMP to $(ICONV_DIR) ; \ 48 $(RM) $(ICONV_DIR)/$$TMP ; \ 49 $(CP) $$f $(ICONV_DIR)/$$TMP ; \ 50 $(CHMOD) 755 $(ICONV_DIR)/$$TMP ; \
|
/illumos-gate/usr/src/uts/sun4u/cpu/ |
H A D | cheetah_copy.S | 1291 #define TMP %i5 macro 1293 andcc DST, VIS_BLOCKSIZE - 1, TMP 1295 neg TMP 1296 add TMP, VIS_BLOCKSIZE, TMP 1298 ! TMP = bytes required to align DST on FP_BLOCK boundary 1300 cmp TMP, 3 1302 sub CNT,TMP,CNT ! adjust main count 1303 sub TMP, 3, TMP ! adjust for end of loop test 1307 subcc TMP, 4, TMP 1318 addcc TMP, 3, TMP ! restore count adjustment [all …]
|
H A D | opl_olympus_copy.S | 1245 #define TMP %i5 macro 1247 andcc DST, VIS_BLOCKSIZE - 1, TMP 1249 neg TMP 1250 add TMP, VIS_BLOCKSIZE, TMP 1252 ! TMP = bytes required to align DST on FP_BLOCK boundary 1254 cmp TMP, 3 1256 sub CNT,TMP,CNT ! adjust main count 1257 sub TMP, 3, TMP ! adjust for end of loop test 1261 subcc TMP, 4, TMP 1272 addcc TMP, 3, TMP ! restore count adjustment [all …]
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/ |
H A D | acl.cfg | 59 export TMP_DIR=$TESTDIR/TMP
|
/illumos-gate/usr/src/uts/sun4v/ml/ |
H A D | trap_table.S | 1905 #define STDF_REG(REG, ADDR, TMP) \ argument 1907 mark1: set start1, TMP ;\ 1908 jmp REG + TMP ;\ 1976 #define LDDF_REG(REG, ADDR, TMP) \ argument 1978 mark2: set start2, TMP ;\ 1979 jmp REG + TMP ;\
|
/illumos-gate/usr/src/uts/sun4u/ml/ |
H A D | trap_table.S | 2138 #define STDF_REG(REG, ADDR, TMP) \ argument 2140 mark1: set start1, TMP ;\ 2141 jmp REG + TMP ;\ 2209 #define LDDF_REG(REG, ADDR, TMP) \ argument 2211 mark2: set start2, TMP ;\ 2212 jmp REG + TMP ;\
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | conf.tab | 545 TMP AST CS 1 MU "/tmp"
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | RELEASE | 346 04-07-01 regress.sh: TMP => TWD
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 4152 variable C to TMP.
|
/illumos-gate/usr/src/data/hwdata/ |
H A D | pci.ids | 28168 1286 WPBSNM8-2TMP 28169 1287 WPBSNM8-1TMP 28171 1662 WPBSN4M8-1TMP 28172 1663 WPBSN4M8-2TMP
|
/illumos-gate/usr/src/data/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 | 5965 # SET TMP=//C/TEMP 5967 # Important note: setting the TMP environment variable in POSIX style renders
|