Home
last modified time | relevance | path

Searched refs:S1 (Results 1 – 25 of 28) sorted by relevance

12

/onnv-gate/usr/src/cmd/ssh/doc/
H A Dnchan2.ms12 S1: ellipse "INPUT" "OPEN"
19 arrow from S1.e to S4.n
22 arrow from S1.s to S2.n
25 arrow "start" "" from S1.w+(-0.5,0) to S1.w
30 S1: ellipse "OUTPUT" "OPEN"
37 arrow from S1.e to S4.n
40 arrow from S1.s to S2.n
43 arrow "start" "" from S1.w+(-0.5,0) to S1.w
/onnv-gate/usr/src/cmd/tbl/
H A Dt6.c57 fprintf(tabout, ".nr %d 0\n.nr %d 0\n",S1,S2); in maktab()
65 fprintf(tabout, ".nr %d 0\n.nr %d 0\n", S1, S2); in maktab()
72 fprintf(tabout, ".if \\n(%d<\\n(%d .nr %d \\n(%d\n", S1, TMP, S1, TMP); in maktab()
100 fprintf(tabout, ".nr %d \\n(%d\n", icol+CMID, S1); in maktab()
135 # define TMP1 S1 in maktab()
H A Dt8.c118 fprintf(tabout, ".nr %2d \\n(.f\n", S1); in putline()
276 if (*fn>0) fprintf(tabout, "\\f\\n(%2d", S1); in puttext()
288 fprintf(tabout, ".nr %d \\n(##\n", S1); /* bottom position */ in funnies()
331 fprintf(tabout, ".if \\n(%d>\\n(%d .nr %d \\n(%d\n", S2, S1, S1, S2); in funnies()
333 fprintf(tabout, ".sp |\\n(%du\n", S1); in funnies()
H A Dtg.c39 if (fn && *fn) fprintf(tabout, ".nr %d \\n(.f\n.ft %s\n", S1, fn); in get_text()
65 if (fn && *fn) fprintf(tabout, ".ft \\n(%d\n", S1); in get_text()
H A Dt..c80 # define S1 31 macro
/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Dfinger.c1018 S1, /* in a word */ enumerator
1028 {S0, S4, S3, S1, S1, S0, S1, S2, S4, S0}, /* S0 */
1029 {S2, S4, S3, S1, S1, S2, S1, S2, S4, S2}, /* S1 */
1030 {S2, S4, S3, S1, S1, S2, S2, S2, S4, S2}, /* S2 */
1031 {S2, S4, S2, S1, S1, S2, S1, S2, S4, S2}, /* S3 */
1092 case S1: in matchcmp()
1098 if (kstate == S1 || kstate == S3) { in matchcmp()
/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dmain.c528 goto S1; in slurpstring()
531 S1: in slurpstring()
552 goto S1; in slurpstring()
568 goto S1; in slurpstring()
578 sb++; goto S1; in slurpstring()
/onnv-gate/usr/src/lib/libdtrace/common/
H A Ddt_lex.l66 %s S0 S1 S2 S3 S4
553 <S1>"/*" yyerror("/* encountered inside a comment\n");
554 <S1>"*/" BEGIN(yypcb->pcb_cstate);
555 <S1>.|\n ; /* discard */
/onnv-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSSL.c145 uchar_t *S1, *S2; in soft_tls_prf() local
154 S1 = NULL; in soft_tls_prf()
162 S1 = secret; in soft_tls_prf()
171 MD5Update(&md5_ctx, S1, L_S); in soft_tls_prf()
173 S1 = md5_digested_key; in soft_tls_prf()
190 P_MD5(S1, L_S1, label, labellen, rand1, rand1len, rand2, rand2len, in soft_tls_prf()
/onnv-gate/usr/src/common/openssl/crypto/cast/asm/
H A Dcast-586.pl20 $S1="CAST_S_table0";
161 &mov( $tmp1, &DWP($S1,"",$tmp1,4));
/onnv-gate/usr/src/cmd/lp/filter/postscript/font/devpost/
H A DS132 name S1
H A DMakefile35 NR NX PA PB PI PX S1 VB \
H A DDESC.big29 fonts 10 R I B BI CW H HB HX S1 S
H A DDESC38 fonts 10 R I B BI CW H HB HX S1 S
H A DDESC.small33 fonts 10 R I B BI CW H HB HX S1 S
/onnv-gate/usr/src/uts/sun4u/sys/
H A Denvctrl_ue450.h54 #define S1 &unitp->bus_ctl_regs->s1 macro
H A Denvctrl.h57 #define S1 &unitp->bus_ctl_regs->s1 macro
/onnv-gate/usr/src/common/openssl/ssl/
H A Dt1_enc.c173 const unsigned char *S1,*S2; in tls1_PRF() local
176 S1=sec; in tls1_PRF()
181 tls1_P_hash(md5 ,S1,len,label,label_len,out1,olen); in tls1_PRF()
/onnv-gate/usr/src/cmd/bnu/
H A DDialers75 # S1 - UP S2 - UP S3 - DOWN S4 - UP
168 # For normal operation dip switch S1 switch 2 should be OPEN.
189 # For normal operation, dip switch S1 switch 3 should be UP.
229 # For normal operation, dip switch S1 switch 3 should be RIGHT.
/onnv-gate/usr/src/uts/common/inet/kssl/
H A Dksslrec.c1157 crypto_key_t S1, S2; in kssl_tls_PRF() local
1172 S1.ck_data = secret; in kssl_tls_PRF()
1173 S1.ck_length = slen * 8; /* bits */ in kssl_tls_PRF()
1174 S1.ck_format = CRYPTO_KEY_RAW; in kssl_tls_PRF()
1180 rv = kssl_tls_P_hash(&hmac_md5_mech, &S1, MD5_HASH_LEN, in kssl_tls_PRF()
/onnv-gate/usr/src/pkg/manifests/
H A Dtext-doctools.mf187 file path=usr/lib/font/devpost/S1 group=lp mode=0444
188 file path=usr/lib/font/devpost/S1.name group=lp mode=0444
189 file path=usr/lib/font/devpost/S1.out group=lp mode=0444
/onnv-gate/usr/src/lib/libcurses/screen/
H A Dcaps537 display_pc_char, "dispc" "S1" Display PC character
/onnv-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcaps519 display_pc_char dispc S1 str Display PC character
/onnv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps519 display_pc_char dispc S1 str Display PC character
/onnv-gate/usr/src/cmd/hwdata/
H A Dusb.ids603 c8bc Alpermann+Velte Rubidium S1
2962 309c PowerShot S1 IS
9087 0b0c Elf / Touch / P3450 / T-Mobile MDA Touch / O2 Xda Nova / Dopod S1
11477 0804 WP-S1 Phone

12