Home
last modified time | relevance | path

Searched refs:tmp1 (Results 1 – 25 of 67) sorted by path

123

/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A DAppcertUtil.pm1005 my ($tmp1, $tmp2);
1007 $tmp1 = $file;
1009 while ($tmp2 = readlink($tmp1)) {
1012 $tmp2 = dirname($tmp1) . "/" . $tmp2;
1015 $tmp1 = $tmp2; #
1016 $tmp1 =~ s,/+,/,g; # get rid of ////
1017 $tmp1 =~ s,^\./,,g; # remove leading ./
1018 $tmp1 =~ s,/\./,/,g; # remove /./
1019 $tmp1 =~ s,/+,/,g; # get rid of //// again
1020 $tmp1 =~ s,/[^/]+/\.\./,/,g; # remove "abc/.."
[all …]
H A Dsymreport.pl709 my ($tmp1, $tmp2, $tmp3);
711 $tmp1 = gettext("ABI SYMBOL USAGE SUMMARY REPORT");
712 $tmp2 = '*' x length($tmp1);
714 print $summary_fh "$tmp2\n$tmp1\n$tmp2\n\n";
722 $tmp1 = gettext("References to shared objects in the Solaris ABI");
723 $tmp2 = '*' x length($tmp1);
725 print $summary_fh "$tmp2\n$tmp1\n$tmp2\n\n";
766 $tmp1 = gettext("Symbol usage statistics (summary by shared object)");
767 $tmp2 = '*' x length($tmp1);
769 print $summary_fh "$tmp2\n$tmp1\n$tmp2\n\n";
[all …]
/illumos-gate/usr/src/cmd/chmod/
H A Dcommon.c100 o_mode_t tmp1, tmp2; in newmode() local
102 return (newmode_common(ms, new_mode, umsk, file, path, &tmp1, &tmp2)); in newmode()
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c1514 struct tm *tm, ref_tm, tmp, tmp1, tmp2; in tz_next_time() local
1577 tmp1 = tmp; in tz_next_time()
1578 if ((t1 = xmktime(&tmp1)) == (time_t)-1) { in tz_next_time()
1581 if (daylight && tmp.tm_isdst != tmp1.tm_isdst) { in tz_next_time()
1596 tmp2.tm_isdst = tmp1.tm_isdst; in tz_next_time()
1600 if (tmp1.tm_isdst == tmp2.tm_isdst && in tz_next_time()
1616 if (tmp1.tm_isdst != tmp2.tm_isdst) { in tz_next_time()
1617 t = get_switching_time(tmp1.tm_isdst, in tz_next_time()
1621 t = get_switching_time(tmp1.tm_isdst, in tz_next_time()
1630 if (tm_cmp(&tmp, &tmp1)) { in tz_next_time()
[all …]
/illumos-gate/usr/src/cmd/format/
H A Dctlr_scsi.c659 int tmp1, tmp2; in scsi_ms_page1() local
729 tmp1 = page1->read_retry_count; in scsi_ms_page1()
752 page1->read_retry_count, tmp1, in scsi_ms_page1()
952 int tmp1, tmp2, tmp3; in scsi_ms_page3() local
1022 tmp1 = page3->track_skew; in scsi_ms_page3()
1067 page3->track_skew, tmp1, page3->cylinder_skew, tmp2); in scsi_ms_page3()
1143 int tmp1, tmp2; in scsi_ms_page4() local
1211 tmp1 = (page4->cyl_ub << 16) + (page4->cyl_mb << 8) + page4->cyl_lb; in scsi_ms_page4()
1224 tmp1, page4->heads, tmp2); in scsi_ms_page4()
1436 int tmp1, tmp2, tmp3, tmp4; in scsi_ms_page38() local
[all …]
/illumos-gate/usr/src/cmd/prtfru/
H A Dprtfru.c455 char tmp[128], tmp1[128], tmp2[128]; in check_utf_char() local
459 (void) sprintf(tmp1, "%2.2X", field[i]); in check_utf_char()
460 (void) strcat(tmp2, tmp1); in check_utf_char()
463 (void) sprintf(tmp1, " : 0x%2.2X", field[i]); in check_utf_char()
464 (void) strcat(tmp, tmp1); in check_utf_char()
468 (void) sprintf(tmp1, ")"); in check_utf_char()
469 (void) strcat(tmp, tmp1); in check_utf_char()
/illumos-gate/usr/src/cmd/sysdef/
H A Dsysdef.c676 char *tmp1 = strtok(line, " "); in modules() local
689 tmp1, pathptr, tmp); in modules()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vmain.c614 unsigned char tmp1; local
659 tmp1 = mbuf[tmp+1];
660 if (isupper((unsigned char)tmp1))
661 mbuf[tmp+1] = tolower((unsigned char)tmp1);
663 mbuf[tmp+1] = toupper((unsigned char)tmp1);
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv_net_secure.c68 struct seclist *tmp1, *tmp2; in get_secure_nets() local
71 tmp1 = (struct seclist *) malloc(sizeof (struct seclist)); in get_secure_nets()
72 slist = tmp2 = tmp1; in get_secure_nets()
114 tmp1->af = netaf; in get_secure_nets()
115 tmp1->mask = maskin; in get_secure_nets()
116 tmp1->net = netin; in get_secure_nets()
117 tmp1->next = (struct seclist *) in get_secure_nets()
119 tmp2 = tmp1; in get_secure_nets()
120 tmp1 = tmp1->next; in get_secure_nets()
/illumos-gate/usr/src/common/atomic/sparcv9/
H A Datomic.S66 #define DELAY_SPIN(label, tmp1, tmp2) \ argument
76 sethi %hi(cpu_atomic_delay), tmp1 ; \
77 or tmp1, %lo(cpu_atomic_delay), tmp1 ; \
79 brz,pn tmp1, label##1 ; \
81 jmpl tmp1, %o7 /* call CPU specific delay routine */ ; \
117 #define DELAY_SPIN(label, tmp1, tmp2) \ argument
/illumos-gate/usr/src/common/bignum/
H A Dbignumimpl.c1026 BIGNUM bbhigh, bblow, tresult, tmp1, tmp2; in big_div_pos() local
1070 if ((err = big_init1(&tmp1, alen + 2, in big_div_pos()
1108 big_shiftleft(&tmp1, aa, offs); in big_div_pos()
1109 rlen = tmp1.len - bblow.len + 1; in big_div_pos()
1112 tmp1.len++; in big_div_pos()
1113 tlen = tmp1.len; in big_div_pos()
1114 tmp1.value[tmp1.len - 1] = 0; in big_div_pos()
1116 higha = (tmp1.value[tlen - 1] << (BIG_CHUNK_SIZE / 2)) + in big_div_pos()
1117 (tmp1.value[tlen - 2] >> (BIG_CHUNK_SIZE / 2)); in big_div_pos()
1120 big_sub_pos_high(&tmp1, &tmp1, &tmp2); in big_div_pos()
[all …]
H A Dmont_mulf.c75 double tmp, tmp1, x, x1; in cleanup() local
77 tmp = tmp1 = Zero; in cleanup()
83 dt[i + 1] = lower32(x1, Zero) + tmp1; in cleanup()
85 tmp1 = upper32(x1); in cleanup()
/illumos-gate/usr/src/common/bignum/sun4u/
H A Dmont_mulf_kernel_v9.S169 ! 59 ! double tmp, tmp1, x, x1;
170 ! 61 ! tmp = tmp1 = Zero;
200 ! 67 ! dt[i + 1] = lower32(x1, Zero) + tmp1;
202 ! 69 ! tmp1 = upper32(x1);
H A Dmont_mulf_v8plus.s128 ! 38 ! double tmp,tmp1,x,x1;
129 ! 40 ! tmp=tmp1=Zero;
147 ! 58 ! dt[i+1]=lower32(x1,Zero)+tmp1;
149 ! 60 ! tmp1=upper32(x1);
H A Dmont_mulf_v9.s147 ! 59 ! double tmp, tmp1, x, x1;
148 ! 61 ! tmp = tmp1 = Zero;
171 ! 67 ! dt[i + 1] = lower32(x1, Zero) + tmp1;
173 ! 69 ! tmp1 = upper32(x1);
/illumos-gate/usr/src/common/crypto/arcfour/sun4v/
H A Darcfour_crypt.c67 unsigned int tmp0, tmp1, i_accum, shift = 0, i1; in arcfour_crypt() local
115 tmp1 = base[j]; in arcfour_crypt()
116 base[i] = (uchar_t)tmp1; in arcfour_crypt()
118 tmp0 += tmp1; in arcfour_crypt()
139 tmp1 = base[j]; in arcfour_crypt()
141 base[i] = (uchar_t)tmp1; in arcfour_crypt()
144 tmp0 += tmp1; in arcfour_crypt()
184 tmp1 = base[j]; in arcfour_crypt()
188 i_accum = tmp1; in arcfour_crypt()
191 tmp0 += tmp1; in arcfour_crypt()
[all …]
/illumos-gate/usr/src/common/crypto/dsa/
H A Ddsa_impl.c259 BIGNUM msg, tmp, tmp1; in dsa_sign() local
328 if ((brv = big_init(&tmp1, 2 * BIG_CHUNKS_FOR_160BITS + 1)) != BIG_OK) { in dsa_sign()
377 if ((brv = big_mul(&tmp1, &(dsakey.x), &(dsakey.r))) != BIG_OK) { in dsa_sign()
382 if ((brv = big_add(&tmp1, &tmp1, &msg)) != BIG_OK) { in dsa_sign()
387 if ((brv = big_mul(&tmp, &tmp1, &tmp)) != BIG_OK) { in dsa_sign()
406 big_finish(&tmp1); in dsa_sign()
426 BIGNUM msg, tmp1, tmp2, tmp3; in dsa_verify() local
508 if (big_init(&tmp1, 2 * CHARLEN2BIGNUMLEN(prime_bytes)) != BIG_OK) { in dsa_verify()
536 if (big_mul(&tmp1, &msg, &tmp2) != BIG_OK) { in dsa_verify()
541 if (big_div_pos(NULL, &tmp1, &tmp1, &(dsakey.q)) != BIG_OK) { in dsa_verify()
[all …]
/illumos-gate/usr/src/common/mpi/
H A Dmpi.c2355 mp_int C2, tmp1, tmp2; in s_mp_invmod_even_m() local
2369 MP_DIGITS(&tmp1) = 0; in s_mp_invmod_even_m()
2377 MP_CHECKOK( mp_init(&tmp1, FLAG(m)) ); in s_mp_invmod_even_m()
2398 MP_CHECKOK( mp_sub(&evenPart, &oddPart, &tmp1) ); in s_mp_invmod_even_m()
2399 MP_CHECKOK( mp_mul(&tmp1, &C2, &tmp2) ); in s_mp_invmod_even_m()
2417 mp_clear(&tmp1); in s_mp_invmod_even_m()
/illumos-gate/usr/src/common/util/i386/
H A Dmuldiv.S556 movl %esi, 24(%esp) / tmp1,
618 movl %edi, %eax / tmp1,
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dfunctions.sh1015 tmp1=$tmp/job.1
1017 cat > $tmp1 << +++
1021 chmod +x $tmp1
1025 $tmp1 > $tmp2 & pid=$!
H A Dreadcsv.sh34 tmp1=$tmp/tmp1.csv
36 cat > $tmp1 <<- \EOF
65 done < $tmp1 > $tmp2
67 diff "$tmp1" "$tmp2" >/dev/null 2>&1 || err_exit "files $tmp1 and $tmp2 differ"
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_page.c1074 int32_t tmp1, tmp2; local
1195 tmp1 = bit;
1216 addr, tmp1, tmp2);
/illumos-gate/usr/src/lib/libc/i386/gen/
H A D_div64.S510 movl %esi, 24(%esp) / tmp1,
572 movl %edi, %eax / tmp1,
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo.c568 struct node_list *tmp, *tmp1; in insert_node_list() local
591 tmp1 = tmp->next; in insert_node_list()
593 append_node_list(headp, tmp1); in insert_node_list()
/illumos-gate/usr/src/lib/libm/sparc/src/
H A Dlibm_inlines.h177 uint32_t tmp1, tmp2; in __swapEX() local
192 : "=r" (ret), "=m" (fsr), "=r" (tmp1), "=r" (tmp2) in __swapEX()
215 uint32_t tmp1, tmp2, tmp3; in __swapRD() local
231 : "=r" (ret), "=m" (fsr), "=r" (tmp1), "=r" (tmp2), "=r" (tmp3) in __swapRD()
242 uint32_t fsr, tmp1, tmp2; in __swapTE() local
259 : "=r" (ret), "=m" (fsr), "=r" (tmp1), "=r" (tmp2) in __swapTE()

123