/titanic_41/usr/src/cmd/cmd-crypto/pktool/ |
H A D | export.c | 85 char *issuer, char *subject, KMF_BIGINT *serial, in pk_export_file_objects() argument 108 if (subject != NULL) { in pk_export_file_objects() 110 KMF_SUBJECT_NAME_ATTR, subject, in pk_export_file_objects() 111 strlen(subject)); in pk_export_file_objects() 161 char *certlabel, char *issuer, char *subject, in pk_export_pk12_nss() argument 195 if (subject != NULL) { in pk_export_pk12_nss() 197 KMF_SUBJECT_NAME_ATTR, subject, strlen(subject)); in pk_export_pk12_nss() 281 int oclass, char *certlabel, char *issuer, char *subject, in pk_export_nss_objects() argument 316 if (subject != NULL) { in pk_export_nss_objects() 318 KMF_SUBJECT_NAME_ATTR, subject, in pk_export_nss_objects() [all …]
|
H A D | delete.c | 317 KMF_BIGINT *serno, char *issuer, char *subject, in delete_nss_certs() argument 347 if (subject != NULL) { in delete_nss_certs() 349 KMF_SUBJECT_NAME_ATTR, subject, in delete_nss_certs() 350 strlen(subject)); in delete_nss_certs() 381 char *issuer, char *subject) in delete_nss_crl() argument 406 if (subject != NULL) { in delete_nss_crl() 408 subject, strlen(subject)); in delete_nss_crl() 523 KMF_BIGINT *serno, char *issuer, char *subject, in delete_pk11_certs() argument 553 if (subject != NULL) { in delete_pk11_certs() 555 subject, strlen(subject)); in delete_pk11_certs() [all …]
|
H A D | list.c | 46 char *subject, *issuer, *serial, *id, *altname; in pk_show_certs() local 50 subject = NULL; in pk_show_certs() 69 &certs[i].certificate, &subject) == KMF_OK) in pk_show_certs() 71 subject); in pk_show_certs() 106 kmf_free_str(subject); in pk_show_certs() 304 char *objlabel, KMF_BIGINT *serial, char *issuer, char *subject, in list_pk11_objects() argument 475 if (subject != NULL) { in list_pk11_objects() 477 KMF_SUBJECT_NAME_ATTR, subject, in list_pk11_objects() 478 strlen(subject)); in list_pk11_objects() 541 char *issuer, char *subject, in list_file_objects() argument [all …]
|
H A D | signcsr.c | 108 char *issuer, char *subject, in build_cert_from_csr() argument 142 if (subject) { in build_cert_from_csr() 143 if (kmf_dn_parser(subject, &subjectDN) != KMF_OK) { in build_cert_from_csr() 151 signedCert->certificate.subject = csrdata->csr.subject; in build_cert_from_csr() 200 if (subject != NULL) in build_cert_from_csr() 251 char *subject, in pk_signcsr_files() argument 295 issuer, subject, altname, alttype, altcrit, kubits, in pk_signcsr_files() 357 KMF_BIGINT *serial, char *certfile, char *issuer, char *subject, in pk_signcsr_pk11_nss() argument 405 issuer, subject, altname, in pk_signcsr_pk11_nss() 527 char *subject = NULL; in pk_signcsr() local [all …]
|
H A D | gencert.c | 47 char *token, char *subject, char *altname, in gencert_pkcs11() argument 73 if (kmf_dn_parser(subject, &certSubject) != KMF_OK) { in gencert_pkcs11() 80 if (kmf_dn_parser(subject, &certIssuer) != KMF_OK) { in gencert_pkcs11() 248 uint32_t ltime, char *subject, char *altname, in gencert_file() argument 287 if (kmf_dn_parser(subject, &certSubject) != KMF_OK) { in gencert_file() 289 gettext("Subject name cannot be parsed (%s)\n"), subject); in gencert_file() 294 if (kmf_dn_parser(subject, &certIssuer) != KMF_OK) { in gencert_file() 296 gettext("Subject name cannot be parsed (%s)\n"), subject); in gencert_file() 409 char *token, char *subject, char *altname, in gencert_nss() argument 442 if (kmf_dn_parser(subject, &certSubject) != KMF_OK) { in gencert_nss() [all …]
|
H A D | gencsr.c | 47 char *token, char *subject, char *altname, in gencsr_pkcs11() argument 69 if ((kmfrv = kmf_dn_parser(subject, &csrSubject)) != KMF_OK) in gencsr_pkcs11() 171 char *subject, char *altname, KMF_GENERALNAMECHOICES alttype, in gencsr_file() argument 204 if ((kmfrv = kmf_dn_parser(subject, &csrSubject)) != KMF_OK) { in gencsr_file() 262 char *token, char *subject, char *altname, in gencsr_nss() argument 294 if ((kmfrv = kmf_dn_parser(subject, &csrSubject)) != KMF_OK) { in gencsr_nss() 374 char *subject = NULL; in pk_gencsr() local 416 else if (subject) { in pk_gencsr() 431 if (subject) in pk_gencsr() 440 subject = optarg_av; in pk_gencsr() [all …]
|
/titanic_41/usr/src/lib/libast/common/comp/ |
H A D | regexp.c | 94 _re_exec(regexp_t* re, const char* subject, const char* handle, int anchor) in _re_exec() argument 100 if (regexec(&env->re, subject, elementsof(match), match, 0) || anchor && match[0].rm_so) in _re_exec() 102 re->re_loc1 = (char*)subject + match[0].rm_so; in _re_exec() 103 re->re_loc2 = (char*)subject + match[0].rm_eo; in _re_exec() 106 re->re_braslist[n-1] = (char*)subject + match[n].rm_so; in _re_exec() 107 re->re_braelist[n-1] = (char*)subject + match[n].rm_eo; in _re_exec()
|
H A D | regcmp.c | 183 regex(const char* handle, const char* subject, ...) in regex() argument 193 va_start(ap, subject); in regex() 194 if (!(re = (Regex_t*)handle) || !subject) in regex() 199 if (regexec(&re->re, subject, SUB + 1, match, 0)) in regex() 206 strncpy(sub[n], subject + match[i].rm_so, k); in regex() 209 __loc1 = (char*)subject + match[0].rm_so; in regex() 210 return (char*)subject + match[0].rm_eo; in regex()
|
H A D | fnmatch.c | 53 fnmatch(const char* pattern, const char* subject, register int flags) in fnmatch() argument 67 reflags = regexec(&re, subject, 1, &match, 0); in fnmatch() 69 if (!reflags && (reflags = subject[match.rm_eo])) in fnmatch() 75 reflags = regexec(&re, subject, 0, NiL, 0); in fnmatch()
|
H A D | re_comp.c | 70 re_exec(const char* subject) in re_exec() argument 72 if (state.valid && subject) in re_exec() 73 switch (regexec(&state.re, subject, 0, NiL, 0)) in re_exec()
|
/titanic_41/usr/src/cmd/fm/dicts/ |
H A D | FMNOTIFY.po | 6 # The contents of this file are subject to the terms of the 28 # default format for subject of emails generated by the smtp-notify agent 32 msgid "smtp-notify-subject-template" 36 # format for subject of emails generated by the smtp-notify agent 41 msgid "smtp-notify-smf-subject-template" 45 # format for subject of emails generated by the smtp-notify agent 50 msgid "smtp-notify-fm-subject-template"
|
/titanic_41/usr/src/lib/libshell/common/tests/ |
H A D | glob.sh | 77 typeset lineno expected subject pattern got 78 lineno=$1 expected=$2 subject=$3 pattern=$4 80 case $subject in 86 then 'err_exit' $lineno "case $subject in $pattern) -- expected '$expected', got '$got'" 307 x='${subject'$2'}' 310 then 'err_exit' $1 subject="'$subject' $x failed, expected '$3', got '$g'" 354 subject='e' 363 subject='a' 368 subject='aha'
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | mailst.c | 53 char subject[BUFSIZ]; local 63 strncpy(subject, subj, c-subj); 64 subject[c-subj] = NULLCHAR; 65 subj = subject;
|
/titanic_41/usr/src/pkg/license_files/ |
H A D | lic_OSBL_preamble | 1 Some or all of the code in this package is subject to and you are bound 3 you are receiving this package as part of Solaris, the code is subject to 6 License applies, then the code is "Redistributable" subject to its terms.
|
/titanic_41/usr/src/cmd/auditrecord/ |
H A D | audit_record_attr.txt | 9 ## The contents of this file are subject to the terms of the 69 token=subj:subject 106 # where there are no tokens (other than header, subject, return/exit), 173 # subject 181 # subject 188 # subject 195 # subject 206 # subject,tuser10,tuser10,other,tuser10,other,1297,322,255 131585 129.146.89.30 213 # subject,tuser10,tuser10,other,tuser10,other,1433,322,255 131585 129.146.89.30 219 # subject,tuser10,tuser10,other,tuser10,other,1553,322,255 131585 129.146.89.30 [all …]
|
/titanic_41/usr/src/cmd/svc/milestone/ |
H A D | README | 4 # The contents of this file are subject to the terms of the 24 Use is subject to license terms. 25 Use is subject to license terms.
|
/titanic_41/usr/src/cmd/pools/poold/ |
H A D | poold.properties | 3 # Use is subject to license terms. 7 # The contents of this file are subject to the terms of the 28 # edit this file. Its format and contents are subject to change in
|
/titanic_41/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | LICENSE | 1 The code in this package is subject to and you are bound by the terms of 3 this package as part of Solaris, the code is subject to and you are bound 6 then the code is "Redistributable" subject to its terms. 41 Software or Redistributables subject to a license agreement that protects 87 subject to a license agreement that protects Sun's interests consistent 118 the subject of a claim of intellectual property infringement or trade 162 delivered under this Agreement are subject to U.S. export control laws 163 and may be subject to export or import regulations in other countries. 193 its subject matter. It supersedes all prior or contemporaneous oral or 197 its subject matter during the term of this Agreement. No modification
|
/titanic_41/usr/src/lib/libpcidb/common/ |
H A D | llib-lpcidb | 4 * The contents of this file are subject to the terms of the 24 * Use is subject to license terms.
|
/titanic_41/usr/src/lib/libpp/common/ |
H A D | llib-lpp | 4 * The contents of this file are subject to the terms of the 24 * Use is subject to license terms.
|
/titanic_41/usr/src/lib/librstp/common/ |
H A D | llib-lrstp | 4 * The contents of this file are subject to the terms of the 23 * Use is subject to license terms.
|
/titanic_41/usr/src/lib/mpapi/libmpapi/common/ |
H A D | llib-lMPAPI | 4 * The contents of this file are subject to the terms of the 24 * Use is subject to license terms.
|
/titanic_41/usr/src/lib/libstmf/common/ |
H A D | llib-lstmf | 4 * The contents of this file are subject to the terms of the 23 * Use is subject to license terms.
|
/titanic_41/usr/src/lib/libstmfproxy/common/ |
H A D | llib-lstmfproxy | 4 * The contents of this file are subject to the terms of the 23 * Use is subject to license terms.
|
/titanic_41/usr/src/lib/libsum/common/ |
H A D | llib-lsum | 4 * The contents of this file are subject to the terms of the 23 * Use is subject to license terms.
|