Home
last modified time | relevance | path

Searched refs:p7 (Results 1 – 22 of 22) sorted by relevance

/titanic_44/usr/src/lib/libm/common/Q/
H A Datanl.c91 p7 = -6.666666666660213835187713228363717388266e-0002L, variable
142 z * (p5 + z * (p6 + z * (p7 + z * (p8 + z * (p9 + in atanl()
156 z * (p4 + z * (p5 + z * (p6 + z * (p7 + in atanl()
H A D__sinl.c89 p7 = -7.647162722800685516901456114270824622699e-0013L, variable
122 z * (p6 + z * (p7 + z * p8))))))); in __k_sinl()
H A D__sincosl.c67 p7 = -7.647162722800685516901456114270824622699e-0013L, variable
119 z * (p6 + z * (p7 + z * p8))))))); in __k_sincosl()
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dtparm.c124 tparm(string, p1, p2, p3, p4, p5, p6, p7, p8, p9) in tparm()
126 long p1, p2, p3, p4, p5, p6, p7, p8, p9;
159 parm[6] = p7;
/titanic_44/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c854 PKCS7 *p7 = NULL, *inner_p7 = NULL; in cms_signeddata_create() local
884 if ((p7 = PKCS7_new()) == NULL) in cms_signeddata_create()
886 p7->type = OBJ_nid2obj(NID_pkcs7_signed); in cms_signeddata_create()
890 p7->d.sign = p7s; in cms_signeddata_create()
1093 if (!PKCS7_add_signer(p7, p7si)) in cms_signeddata_create()
1121 *signed_data_len = i2d_PKCS7(p7, NULL); in cms_signeddata_create()
1135 retval = i2d_PKCS7(p7, &p); in cms_signeddata_create()
1181 if (p7 != NULL) in cms_signeddata_create()
1182 PKCS7_free(p7); in cms_signeddata_create()
1204 PKCS7 *p7 = NULL; in cms_signeddata_verify() local
[all …]
H A Dpkinit_crypto_openssl.h203 PKCS7 *p7, BIO *bio);
207 PKCS7 *p7);
/titanic_44/usr/src/lib/libm/common/LD/
H A D__sinl.c91 p7 = -7.647162722800685516901456114270824622699e-0013L, variable
122 (p6 + z * (p7 + z * p8))))))); in __k_sinl()
H A D__sincosl.c69 p7 = -7.647162722800685516901456114270824622699e-0013L, variable
123 z * (p6 + z * (p7 + z * p8))))))); in __k_sincosl()
/titanic_44/usr/src/common/net/wanboot/
H A Dp12auxpars.c559 PKCS7 *p7; in parse_outer() local
565 p7 = sk_PKCS7_value(asafes, i); in parse_outer()
566 bagnid = OBJ_obj2nid(p7->type); in parse_outer()
568 bags = M_PKCS12_unpack_p7data(p7); in parse_outer()
574 bags = M_PKCS12_unpack_p7encdata(p7, pass, -1); in parse_outer()
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dvid_puts.c75 long p1, p2, p3, p4, p5, p6, p7, p8, p9; in vid_puts() local
88 p7 = (long) ISATTR(attr, WA_INVIS); in vid_puts()
93 p1, p2, p3, p4, p5, p6, p7, p8, p9), in vid_puts()
H A Dtparm.c130 long p6, long p7, long p8, long p9) in tparm() argument
148 parm[6] = p7; in tparm()
/titanic_44/usr/src/lib/libpkg/common/
H A Dpkgweb.c529 PKCS7 *p7 = NULL; in get_signature() local
586 if ((p7 = PEM_read_bio_PKCS7(sig_in, in get_signature()
593 *result = p7; in get_signature()
594 p7 = NULL; in get_signature()
604 if (p7) in get_signature()
605 (void) PKCS7_free(p7); in get_signature()
765 char *ids_name, PKCS7 *p7, STACK_OF(X509) *cas, in ds_validate_signature() argument
772 if (!PKCS7_type_is_signed(p7)) { in ds_validate_signature()
780 if (!PKCS7_get_detached(p7)) { in ds_validate_signature()
788 if ((p7_bio = PKCS7_dataInit(p7, NULL)) == NULL) { in ds_validate_signature()
[all …]
H A Dp12lib.c1717 PKCS7 *p7; in parse_outer() local
1723 p7 = sk_PKCS7_value(asafes, i); in parse_outer()
1724 bagnid = OBJ_obj2nid(p7->type); in parse_outer()
1726 bags = M_PKCS12_unpack_p7data(p7); in parse_outer()
1732 bags = M_PKCS12_unpack_p7encdata(p7, pass, -1); in parse_outer()
/titanic_44/usr/src/lib/libast/common/uwin/
H A Derf.c184 p7 = -1.492214100762529635365672665955239554276e-0005, variable
288 y*(p6+y*(p7+y*(p8+y*(p9+y*p10)))))))));
346 y*(p6+y*(p7+y*(p8+y*(p9+y*p10)))))))));
/titanic_44/usr/src/lib/libm/common/C/
H A D__lgamma.c50 p7 = 4.945235359296727046734888e0, variable
237 p = p0+y*(p1+y*(p2+y*(p3+y*(p4+y*(p5+y*(p6+y*p7)))))); in __k_lgamma()
/titanic_44/usr/src/lib/libcurses/screen/
H A Dtparm.c248 long p5, long p6, long p7, long p8, long p9) in tparm() argument
520 push(&stk, p7); in tparm()
H A Dllib-lcurses1052 long p6, long p7, long p8, long p9);
/titanic_44/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c3936 PKCS7 *p7; in openssl_pkcs12_parse() local
3959 p7 = sk_PKCS7_value(asafes, i); in openssl_pkcs12_parse()
3960 bagnid = OBJ_obj2nid(p7->type); in openssl_pkcs12_parse()
3963 bags = PKCS12_unpack_p7data(p7); in openssl_pkcs12_parse()
3965 bags = PKCS12_unpack_p7encdata(p7, pin, in openssl_pkcs12_parse()
/titanic_44/usr/src/cmd/terminfo/
H A Dterminfo.src365 sgr=\E[0%?%p3%t;7%;%?%p4%t;5%;%?%p7%t;8%;m,
373 sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m,
377 sgr=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p5%t2;%;%?%p7%t8;%;m,
408 sgr=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;11%;m,
418 sgr=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;12%;m,
910 …sgr=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;11…
947 …sgr=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p6%t;1%;%?%p7%t;8%;m%?%p9%t\0…
1122 sgr=\E[0%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;11%;m,
1200 sgr=\E[0%?%p1%p3%|%t;7%;%?%p2%t;4%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;12%;m,
1234 …sgr=\E[10m\E[0%?%p1%p3%|%t;7%;%?%p2%t;4%;%?%p4%t;5%;%?%p5%t;2%;%?%p6%t;1%;%?%p9%t;12%e;10%;%?%p7%t…
[all …]
H A Dtermcap.src9107 # Alternate sgr: :sa=\E[%?%p1%t2;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p7%t;8%;m%?%p8%t…
11035 # %p7 (invisible) = not displayable;
11052 # %?%p7 IF invisible
13270 # p7 - Prism-7.
13332 # p7: Prism-7
13340 prism7|p7|P7|MDC Prism-7:\
13346 # Similar definition to p7. Uses ANSI cursor motion to avoid network problems.
14440 # :ti=\037lea p1/b/\037lea p2/j/\037lea p3/n/\037lea p4/h/\037lea p5/ /\037lea p6/l/\037lea p7/y/\0…
14441 # :te=\037lea p1\037lea p2\037lea p3\037lea p4\037lea pt\037lea p5\037lea p6\037lea p7\037lea p8\03…
/titanic_44/usr/src/cmd/ls/
H A Dls.c2824 long int p5, long int p6, long int p7, long int p8, long int p9) in ls_tprint() argument
2831 s = tparm(str, p1, p2, p3, p4, p5, p6, p7, p8, p9); in ls_tprint()
/titanic_44/usr/src/pkg/manifests/
H A Dsystem-data-terminfo.mf2339 hardlink path=usr/share/lib/terminfo/p/p7 target=../p/prism7