/illumos-gate/usr/src/cmd/sendmail/cf/m4/ |
H A D | proto.m4 | 185 # Hosts for which relaying is permitted ($=R) 218 # ($R has precedence for unqualified names if `FEATURE(stickyhost)' is used) 746 R$@ $@ <@> 749 R$* $: $1 <@> mark addresses 750 R$* < $* > $* <@> $: $1 < $2 > $3 unmark <addr> 751 R@ $* <@> $: @ $1 unmark @host:... 752 R$* [ IPv6 : $+ ] <@> $: $1 [ IPv6 : $2 ] unmark IPv6 addr 753 R$* :: $* <@> $: $1 :: $2 unmark node::addr 754 R:`include': $* <@> $: :`include': $1 unmark :`include':... 755 R$* : $* [ $* ] $: $1 : $2 [ $3 ] <@> remark if leading colon [all …]
|
/illumos-gate/usr/src/common/crypto/skein/ |
H A D | skein_block.c | 117 #define I256(R) \ in Skein_256_Process_Block() argument 118 X0 += ks[((R) + 1) % 5]; /* inject the key schedule value */ \ in Skein_256_Process_Block() 119 X1 += ks[((R) + 2) % 5] + ts[((R) + 1) % 3]; \ in Skein_256_Process_Block() 120 X2 += ks[((R) + 3) % 5] + ts[((R) + 2) % 3]; \ in Skein_256_Process_Block() 121 X3 += ks[((R) + 4) % 5] + (R) + 1; \ in Skein_256_Process_Block() 128 #define I256(R) \ in Skein_256_Process_Block() argument 129 X0 += ks[r + (R) + 0]; /* inject the key schedule value */ \ in Skein_256_Process_Block() 130 X1 += ks[r + (R) + 1] + ts[r + (R) + 0]; \ in Skein_256_Process_Block() 131 X2 += ks[r + (R) + 2] + ts[r + (R) + 1]; \ in Skein_256_Process_Block() 132 X3 += ks[r + (R) + 3] + r + (R); \ in Skein_256_Process_Block() [all …]
|
/illumos-gate/usr/src/cmd/sendmail/cf/mailer/ |
H A D | uucp.m4 | 36 R<@> $n errors to mailer-daemon 39 R:; <@> $@ 41 R$* < @ $* . > $* $1 < @ $2 > $3 strip trailing dots 42 R$* < @ $=w > $1 strip local name 43 R<@ $- . UUCP > : $+ $1 ! $2 convert to UUCP format 44 R<@ $+ > : $+ $1 ! $2 convert to UUCP format 45 R$* < @ $- . UUCP > $2 ! $1 convert to UUCP format 46 R$* < @ $+ > $2 ! $1 convert to UUCP format 47 R$&h ! $+ ! $+ $@ $1 ! $2 $h!...!user => ...!user 48 R$&h ! $+ $@ $&h ! $1 $h!user => $h!user [all …]
|
H A D | smtp.m4 | 39 R$* < @ $* > $* $@ $1 < @ $2 > $3 already fully qualified 40 R$+ $@ $1 < @ *LOCAL* > add local qualification 48 R< @ $+ > $* $@ < @ $1 > $2 resolve <route-addr> 52 `R$+ <@ $+ .BITNET. > $: $1 % $2 .BITNET < @ $B > user@host.BITNET 53 R$+.BITNET <@ $~[ $*:$+ > $: $1 .BITNET < @ $4 > strip mailer: part', 57 R$+ < @ $+ .UUCP. > $: < $2 ! > $1 convert to UUCP form 58 R$+ < @ $* > $* $@ $1 < @ $2 > $3 not UUCP form 61 R< $&h ! > $- ! $+ $@ $2 < @ $1 .UUCP. > 62 R< $&h ! > $-.$+ ! $+ $@ $3 < @ $1.$2 > 63 R< $&h ! > $+ $@ $1 < @ $&h .UUCP. > [all …]
|
H A D | local.m4 | 26 `S=EnvFromSMTP/HdrFromL, R=EnvToL/HdrToL', 27 `S=EnvFromL/HdrFromL, R=EnvToL/HdrToL')') 42 R<@> $n errors to mailer-daemon 43 R@ <@ $*> $n temporarily bypass Sun bogosity 44 R$+ $: $>AddDomain $1 add local domain if needed 46 R$* $: $>MasqEnv $1 do masquerading') 52 R$+ < @ $* > $: $1 strip host part 54 R$+ + $* $: < $&{addr_type} > $1 + $2 mark with addr type 55 R<e s> $+ + $* $: $1 remove +detail for sender 56 R< $* > $+ $: $2 else remove mark') [all …]
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | conv_princ.c | 80 #define R(NAME) { NAME, NAME, DO_REALM_CONVERSION, sizeof(NAME)-1 } macro 86 R("discuss"), 87 R("rvdsrv"), 88 R("sample"), 89 R("olc"), 90 R("pop"), 91 R("sis"), 92 R("rfs"), 93 R("imap"), 94 R("ftp"), [all …]
|
/illumos-gate/usr/src/lib/libc/sparc/gen/ |
H A D | lshiftl.S | 65 sll %o3,%o5,%o2 ! R.h = R.l << (cnt - 32) 67 or %g0,%g0,%o3 ! R.l = 0 70 srl %o3,%o4,%o5 ! temp = R.l >> (31 - cnt) 71 sll %o3,%o1,%o3 ! R.l = R.l << cnt 72 sll %o2,%o1,%o2 ! R.h = R.h << cnt 74 or %o2,%o5,%o2 ! R.h = R.h | temp 81 srl %o2,%o5,%o3 ! R.l = R.h >> (cnt - 32) 83 or %g0,%g0,%o2 ! R.h = 0 86 sll %o2,%o1,%o5 ! temp = R.h << (31 - cnt) 87 srl %o3,%o4,%o3 ! R.l = R.l >> cnt [all …]
|
/illumos-gate/usr/src/cmd/sendmail/cf/feature/ |
H A D | greet_pause.m4 | 33 R$* $: <$1><?> $| $>"Local_greet_pause" $1 34 R<$*><?> $| $#$* $#$2 35 R<$*><?> $| $* $: $1 37 R$+ $| $+ $: $>D < $1 > <?> <! GreetPause> < $2 > 38 R $| $+ $: $>A < $1 > <?> <! GreetPause> <> empty client_name 39 R<?> <$+> $: $>A < $1 > <?> <! GreetPause> <> no: another lookup 41 `R<?> <$*> $@', 42 `R<?> <$*> $# _ARG_') 43 R<$* <TMPF>> <$*> $@ 44 R<$+> <$*> $# $1',`dnl [all …]
|
H A D | enhdnsbl.m4 | 21 Kednsbl dns -R A -a. -T<TMP> -r`'ifdef(`EDNSBL_TO',`EDNSBL_TO',`5') 37 R$* $: $&{client_addr} 38 R$-.$-.$-.$- $: <?> $(ednsbl $4.$3.$2.$1._EDNSBL_SRV_. $: OK $) 39 R<?>OK $: OKSOFAR 41 `R<?>$+<TMP> $: TMPOK', 42 `R<?>$+<TMP> $#error $@ 4.4.3 $: _EDNSBL_MSG_TMP_') 43 R<?>_EDNSBL_MATCH_ _EDNSBL_ACTION_ $: _EDNSBL_MSG_ 45 `R<?>_ARG5_ _EDNSBL_ACTION_ $: _EDNSBL_MSG_') 47 `R<?>_ARG6_ _EDNSBL_ACTION_ $: _EDNSBL_MSG_') 49 `R<?>_ARG7_ _EDNSBL_ACTION_ $: _EDNSBL_MSG_') [all …]
|
H A D | dnsbl.m4 | 13 ifdef(`DNSBL_MAP', `', `define(`DNSBL_MAP', `dns -R A')') 29 R$* $: $&{client_addr} 30 R$-.$-.$-.$- $: <?> $(dnsbl $4.$3.$2.$1._DNSBL_SRV_. $: OK $) 31 R<?>OK $: OKSOFAR 33 `R<?>$+<TMP> $: TMPOK', 34 `R<?>$+<TMP> $#error $@ 4.4.3 $: _DNSBL_MSG_TMP_') 36 `R<?>$+ $#error $@ quarantine $: _DNSBL_SRV_', 38 `R<?>$+ $#discard $: _DNSBL_SRV_', 39 `R<?>$+ $#error $@ 5.7.1 $: _DNSBL_MSG_')
|
H A D | compat_check.m4 | 23 R< $+ > $| $+ $: $1 $| $2 24 R$+ $| < $+ > $: $1 $| $2 25 R$+ $| $+ $: <$(access Compat:$1<@>$2 $:OK $)> 26 R$* $| $* $@ ok 31 R< DISCARD:$* > $#discard $: $1 " - discarded by check_compat" 32 R< DISCARD $* > $#discard $: $1 " - discarded by check_compat" 33 R< TEMP:$* > $#error $@ TEMPFAIL $: $1 " error from check_compat. Try again later" 34 R< ERROR:$* > $#error $@ UNAVAILABLE $: $1 " error from check_compat"
|
H A D | mtamark.m4 | 19 Kmtamark dns -R TXT -a. -T<TMP> -r`'ifdef(`MTAMARK_TO',`MTAMARK_TO',`5') 27 R$* $: $&{client_addr} 28 R$-.$-.$-.$- $: <?> $(mtamark _MTAMARK_RR_.$4.$3.$2.$1.in-addr.arpa. $: OK $) 29 R<?>1. $: OKSOFAR 30 R<?>0. $#error $@ 5.7.1 $: _MTAMARK_MSG_ 32 `R<?>$+<TMP> $: TMPOK', 33 `R<?>$+<TMP> $#error $@ 4.4.3 $: _MTAMARK_MSG_TMP_')
|
/illumos-gate/usr/src/lib/libm/ |
H A D | Makefile.com | 559 ../common/R/__tanf.c \ 560 ../common/R/isnanf.c \ 561 ../common/R/__cosf.c \ 562 ../common/R/__sincosf.c \ 563 ../common/R/__sinf.c \ 564 ../common/R/acosf.c \ 565 ../common/R/asinf.c \ 566 ../common/R/atan2f.c \ 567 ../common/R/copysignf.c \ 568 ../common/R/exp10f.c \ [all …]
|
/illumos-gate/usr/src/lib/fm/topo/maps/SMCI,SSG-2028R-ACR24L/ |
H A D | Makefile | 46 SSG-2028R-ACR24L-hc-topology.xml \ 47 SSG-2028R-ACR24L-chassis-hc-topology.xml \ 48 SSG-2028R-ACR24L-disk-hc-topology.xml \ 49 SSG-2028R-ACR24L-slot-hc-topology.xml \ 50 SSG-2028R-ACR24L-usb.usbtopo 52 SRCDIR = ../SMCI,SSG-2028R-ACR24L 54 PLATFORM = SSG-2028R-ACR24L 56 CLOBBERFILES += $(ROOTJOYENTMAPS) SSG-2028R-ACR24L-disk-hc-topology.xml 67 $(ROOTJOYENTMAPS): SSG-2028R-ACR24L-hc-topology.xml 71 $(ROOTJOYENTUSB): SSG-2028R-ACR24L-usb.usbtopo
|
/illumos-gate/usr/src/cmd/lp/lib/lp/ |
H A D | set_pitch.c | 109 ixpi = R(xpi = 10); 112 ixpi = R(xpi = 12); 134 (p = tparm(change_res, R(*output_res_inch_p / xpi))) 140 ixpi = R(xpi); 166 ixpi = R(xpi); 173 && R(*output_res_inch_p / (double)*output_res_p) == ixpi 187 *output_res_inch_p = R(*output_res_p * xpi); 190 *output_res_p = R(*output_res_inch_p / xpi); 197 && (p = tparm(change_res, R(*output_res_inch_p / xpi))) 204 *output_res_p = R(*output_res_inch_p / xpi);
|
/illumos-gate/usr/src/cmd/sendmail/db/include/ |
H A D | hash.h | 109 #define GET_META(D, I, R) { \ argument 113 (R) = lock_get((D)->dbenv->lk_info, (I)->dbc->locker, \ 115 (R) = (R) < 0 ? EAGAIN : (R); \ 117 if ((R) == 0 && \ 118 ((R) = __ham_get_page(D, 0, (PAGE **)&((I)->hdr))) != 0 && \ 137 #define DIRTY_META(D, I, R) { \ argument 142 if (((R) = lock_get((D)->dbenv->lk_info, \ 145 (R) = lock_put((D)->dbenv->lk_info, (I)->hlock);\ 146 else if ((R) < 0) \ 147 (R) = EAGAIN; \
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | locale-ru-extra.p5m | 42 dir path=usr/lib/locale/ru_RU.KOI8-R 43 dir path=usr/lib/locale/ru_RU.KOI8-R/LC_COLLATE 44 file path=usr/lib/locale/ru_RU.KOI8-R/LC_COLLATE/LCL_DATA mode=0444 45 dir path=usr/lib/locale/ru_RU.KOI8-R/LC_CTYPE 46 file path=usr/lib/locale/ru_RU.KOI8-R/LC_CTYPE/LCL_DATA mode=0444 47 dir path=usr/lib/locale/ru_RU.KOI8-R/LC_MESSAGES 48 file path=usr/lib/locale/ru_RU.KOI8-R/LC_MESSAGES/LCL_DATA mode=0444 49 dir path=usr/lib/locale/ru_RU.KOI8-R/LC_MONETARY 50 file path=usr/lib/locale/ru_RU.KOI8-R/LC_MONETARY/LCL_DATA mode=0444 51 dir path=usr/lib/locale/ru_RU.KOI8-R/LC_NUMERIC [all …]
|
H A D | media-cdrw.p5m | 28 value="utility for writing to CD-R/RW and DVD{+-}R/RW disks" 30 value="utility for writing to CD-R/RW and DVD{+-}R/RW disks" 45 desc="utility for writing to CD-R/RW and DVD{+-}R/RW disks" \ 46 name="utility for writing to CD-R/RW and DVD{+-}R/RW disks"
|
/illumos-gate/usr/src/cmd/smbsrv/testoplock/ |
H A D | case06.txt | 7 # both 1,2 should have R 9 # write 1 should leave 1:R 2:none 12 # upgrade 2 back to R 16 # ind_break will "move" the lease to h2 (1:R 2:R) 19 # write 2 should leave 1:none 2:R
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/ |
H A D | erf.c | 272 double R,S,P,Q,ax,s,y,z,r,fabs(),exp(); variable 310 R = rc0+s*(rc1+s*(rc2+s*(rc3+s*(rc4+s*(rc5+ 314 R = rb0+s*(rb1+s*(rb2+s*(rb3+s*(rb4+s*(rb5+ 318 y = (R/S -.5*s) - lsqrtPI_hi; 330 double R,S,P,Q,s,ax,y,z,r,fabs(),__exp__D(); variable 376 R = s*(rd1+s*(rd2+s*(rd3+s*(rd4+s*(rd5+ 381 R = rb0+s*(rb1+s*(rb2+s*(rb3+s*(rb4+s*(rb5+ 384 y += R/S; 385 R = -.5*s; 387 R = rc0+s*(rc1+s*(rc2+s*(rc3+s*(rc4+s*(rc5+ [all …]
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | cmdtab.c | 70 "mail", C sendm, R|M|I|STRLIST, 0, 0, 71 "Mail", C Sendm, R|M|I|STRLIST, 0, 0, 97 "followup", C followup, R|I|MSGLIST, 0, MMNDEL, 98 "Followup", C Followup, R|I|MSGLIST, 0, MMNDEL, 107 "Reply", C Respond, R|I|MSGLIST, 0, MMNDEL, 108 "Respond", C Respond, R|I|MSGLIST, 0, MMNDEL, 109 "reply", C respond, R|I|MSGLIST, 0, MMNDEL, 110 "respond", C respond, R|I|MSGLIST, 0, MMNDEL, 111 "replyall", C replyall, R|I|MSGLIST, 0, MMNDEL, 112 "replysender", C replysender, R|I|MSGLIST, 0, MMNDEL,
|
/illumos-gate/usr/src/lib/libm/common/C/ |
H A D | log1p.c | 126 double hfsq, f, c = 0.0, s, z, R, u; in log1p() local 191 R = hfsq * (1.0 - 0.66666666666666666 * f); in log1p() 193 return (f - R); in log1p() 194 return (k * ln2_hi - ((R - (k * ln2_lo + c)) - f)); in log1p() 198 R = z * (Lp1 + z * (Lp2 + z * (Lp3 + z * (Lp4 + z * (Lp5 + in log1p() 201 return (f - (hfsq - s * (hfsq + R))); in log1p() 202 return (k * ln2_hi - ((hfsq - (s * (hfsq + R) + in log1p()
|
/illumos-gate/usr/src/lib/libcrypt/common/ |
H A D | des_decrypt.c | 36 _des_decrypt1(char *block, char *L, char *IP, char *R, char *preS, char *E, char KS[][48], char S[]… in _des_decrypt1() argument 57 tempL[j] = R[j]; in _des_decrypt1() 63 preS[j] = R[E[j]-1] ^ KS[i][j]; in _des_decrypt1() 94 R[j] = L[j] ^ f[P[j]-1]; in _des_decrypt1() 107 L[j] = R[j]; in _des_decrypt1() 108 R[j] = t2; in _des_decrypt1()
|
H A D | des_encrypt.c | 35 des_encrypt1(char *block, char *L, char *IP, char *R, char *preS, char *E, in des_encrypt1() argument 56 tempL[j] = R[j]; in des_encrypt1() 62 preS[j] = R[E[j]-1] ^ KS[i][j]; in des_encrypt1() 93 R[j] = L[j] ^ f[P[j]-1]; in des_encrypt1() 106 L[j] = R[j]; in des_encrypt1() 107 R[j] = t2; in des_encrypt1()
|
/illumos-gate/usr/src/uts/common/io/e1000api/ |
H A D | README.new | 47 NOTE: The Intel(R) 82562v 10/100 Network Connection only provides 10/100 199 The adapters with this limitation are based on the Intel(R) 82571EB, 202 Intel(R) PRO/1000 PT Server Adapter 203 Intel(R) PRO/1000 PT Desktop Adapter 204 Intel(R) PRO/1000 PT Network Connection 205 Intel(R) PRO/1000 PT Dual Port Server Adapter 206 Intel(R) PRO/1000 PT Dual Port Network Connection 207 Intel(R) PRO/1000 PT Quad Port Server Adapter 208 Intel(R) PRO/1000 PF Quad Port Server Adapter 209 Intel(R) PRO/1000 PF Server Adapter [all …]
|