Searched refs:subject (Results 1 - 25 of 386) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/smtpd/clients/
H A Dmail-test.php8 $subject = "Testing from PHP"; variable
19 mail($rcpt, $subject, $body, $hdrs);
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/ocspTool/
H A DfindOcspUrl.h7 * as defined in and that are subject to the Apple Public Source License
39 CertParser &subject,
/macosx-10.10/OpenSSL098-52/src/tools/
H A Dc_info3 # print the subject
8 n=`openssl x509 -subject -issuer -enddate -noout -in $i`
H A Dc_name3 # print the subject
8 n=`openssl x509 -subject -noout -in $i`
/macosx-10.10/ruby-106/ruby/sample/webrick/
H A Dhttpsd.rb5 subject = [["O", "ruby-lang.org"], ["OU", "sample"], ["CN", hostname]]
19 :SSLCertName => subject,
/macosx-10.10/CPANInternal-159.1/Log-Dispatch-2.34/t/
H A Demail-exit-helper.pl15 subject => 'Log this',
/macosx-10.10/security_certificates-55040/
H A DverifyRoots26 openssl x509 -inform DER -in roots/$root -noout -fingerprint -subject -nameopt oneline -dates
/macosx-10.10/Security-57031.1.35/Security/regressions/test/
H A Dtestcert.h7 * as defined in and that are subject to the Apple Public Source License
35 test_cert_create_root_certificate(CFStringRef subject,
40 SecKeyRef public_key, CFStringRef subject,
44 CFArrayRef test_cert_string_to_subject(CFStringRef subject);
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecCertificateRequest.h7 * as defined in and that are subject to the Apple Public Source License
87 @abstract Return a newly generated CSR for subject and keypair.
88 @param subject RDNs in the subject
95 Example for subject:
101 CFDataRef SecGenerateCertificateRequestWithParameters(SecRDN *subject,
104 CFDataRef SecGenerateCertificateRequest(CFArrayRef subject,
112 @param subject (optional/out) encoded subject RDNs
116 CFStringRef *challenge, CFDataRef *subject, CFDataRe
[all...]
/macosx-10.10/pcre-7/pcre/
H A Dpcredemo.c51 char *subject; local
78 and the subject string. */
82 printf("Two arguments required: a regex and a subject string\n");
87 subject = argv[i+1];
88 subject_length = (int)strlen(subject);
114 * pattern match against the subject string. This does just ONE match. If *
121 subject, /* the subject string */
122 subject_length, /* the length of the subject */
123 0, /* start at offset 0 in the subject */
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Dre_comp.c70 re_exec(const char* subject) argument
72 if (state.valid && subject)
73 switch (regexec(&state.re, subject, 0, NiL, 0))
H A Dregexp.c94 _re_exec(regexp_t* re, const char* subject, const char* handle, int anchor) argument
100 if (regexec(&env->re, subject, elementsof(match), match, 0) || anchor && match[0].rm_so)
102 re->re_loc1 = (char*)subject + match[0].rm_so;
103 re->re_loc2 = (char*)subject + match[0].rm_eo;
106 re->re_braslist[n-1] = (char*)subject + match[n].rm_so;
107 re->re_braelist[n-1] = (char*)subject + match[n].rm_eo;
H A Dfnmatch.c53 fnmatch(const char* pattern, const char* subject, register int flags) argument
67 reflags = regexec(&re, subject, 1, &match, 0);
69 if (!reflags && (reflags = subject[match.rm_eo]))
75 reflags = regexec(&re, subject, 0, NiL, 0);
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_client/
H A Dkeychainacl.cpp5 * subject to the Apple Public Source License Version 1.2 (the 'License').
121 void KeychainAclFactory::comment(TypedList &subject) argument
123 subject.insert(new(allocator) ListElement(CSSM_ACL_SUBJECT_TYPE_COMMENT),
124 subject.first());
127 void KeychainAclFactory::uncomment(TypedList &subject) argument
129 ListElement *first = subject.first();
131 subject -= first;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_client/lib/
H A Dkeychainacl.cpp5 * subject to the Apple Public Source License Version 1.2 (the 'License').
121 void KeychainAclFactory::comment(TypedList &subject) argument
123 subject.insert(new(allocator) ListElement(CSSM_ACL_SUBJECT_TYPE_COMMENT),
124 subject.first());
127 void KeychainAclFactory::uncomment(TypedList &subject) argument
129 ListElement *first = subject.first();
131 subject -= first;
/macosx-10.10/emacs-93/emacs/lisp/mh-e/
H A Dmh-limit.el49 (defun mh-delete-subject ()
50 "Delete messages with same subject\\<mh-folder-mode-map>.
53 the messages with the same subject as the current message. This
54 command puts these messages in a sequence named \"subject\". You
56 and then specifying the \"subject\" sequence."
58 (let ((count (mh-subject-to-sequence nil)))
60 ((not count) ; No subject line, delete msg anyway
65 (t ; We have a subject sequence.
67 (mh-delete-msg 'subject)))))
70 (defun mh-delete-subject
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/hx509/
H A Dtest_req.in52 --subject="CN=Love,DC=it,DC=su,DC=se" \
60 --subject="CN=Love,DC=it,DC=su,DC=se" \
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_x509_tp/lib/
H A DTPNetwork.h5 * subject to the Apple Public Source License Version 1.2 (the 'License').
47 * with a URI. If non-NULL cert is returned, it has passed subject/issuer
55 TPCertInfo &subject,
/macosx-10.10/tcl-105/tcl_ext/tclsoap/tclsoap/samples/
H A Dsoap-methods-server.tcl97 <subject>test memo one</subject>
101 <subject>test memo two</subject>
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dobjectacl.h7 * as defined in and that are subject to the Apple Public Source License
45 // register makers for the ACL subject types you want to use.
97 void cssmSetInitial(const AclSubjectPointer &subject);
116 AclSubjectPointer subject; // subject representation member in class:Security::ObjectAcl::Entry
131 exportSubject(subject, pub, priv); // subject itself (polymorphic)
138 void init(const AclSubjectPointer &subject, bool delegate = false);
139 void init(const TypedList &subject, bool delegate = false) { init(make(subject), delegat argument
144 Entry(const AclSubjectPointer &subject) argument
200 exportSubject(AclSubject *subject, Action &pub, Action &priv) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dobjectacl.h7 * as defined in and that are subject to the Apple Public Source License
45 // register makers for the ACL subject types you want to use.
97 void cssmSetInitial(const AclSubjectPointer &subject);
116 AclSubjectPointer subject; // subject representation member in class:Security::ObjectAcl::Entry
131 exportSubject(subject, pub, priv); // subject itself (polymorphic)
138 void init(const AclSubjectPointer &subject, bool delegate = false);
139 void init(const TypedList &subject, bool delegate = false) { init(make(subject), delegat argument
144 Entry(const AclSubjectPointer &subject) argument
200 exportSubject(AclSubject *subject, Action &pub, Action &priv) argument
[all...]
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dquoting.sh305 subject='some/other/words'
307 [[ ${subject/${re}/\3} != words ]] && err_exit 'string replacement with \3 not working'
308 [[ ${subject/${re}/'\3'} != '\3' ]] && err_exit 'string replacement with '"'\3'"' not working'
309 [[ ${subject/${re}/"\\3"} != '\3' ]] && err_exit 'string replacement with "\\3" not working'
310 [[ ${subject/${re}/"\3"} != '\3' ]] && err_exit 'string replacement with "\3" not working'
312 [[ ${subject/${re}/${string}} != words ]] && err_exit 'string replacement with $string not working with string=\3'
313 [[ $(print -r "${subject/${re}/${string}}") != words ]] && err_exit 'string replacement with $string not working with string=\3 using print'
314 [[ ${subject/${re}/"${string}"} != '\3' ]] && err_exit 'string replacement with "$string" not working with string=\3'
315 [[ $(print -r "${subject/${re}/"${string}"}") != '\3' ]] && err_exit 'string replacement with "$string" not working with string=\3 using print'
317 [[ ${subject/
[all...]
/macosx-10.10/Security-57031.1.35/securityd/tests/
H A Dtestacls.cpp7 * as defined in and that are subject to the Apple Public Source License
55 assert(owner.subject().type() == CSSM_ACL_SUBJECT_TYPE_PASSWORD);
56 assert(owner.subject().length() == 1);
65 const TypedList &subject1 = acl1.proto().subject();
89 TypedList subject = TypedList(alloc, CSSM_ACL_SUBJECT_TYPE_THRESHOLD, local
91 subject += new(alloc) ListElement(TypedList(alloc, CSSM_ACL_SUBJECT_TYPE_PASSWORD,
93 subject += new(alloc) ListElement(TypedList(alloc, CSSM_ACL_SUBJECT_TYPE_PASSWORD,
95 subject += new(alloc) ListElement(TypedList(alloc, CSSM_ACL_SUBJECT_TYPE_PASSWORD,
97 newAcl.TypedSubject = subject;
156 TypedList subject local
[all...]
/macosx-10.10/ruby-106/ruby/test/openssl/
H A Dtest_pkcs7.rb50 assert_equal(@ee1_cert.subject.to_s, certs[0].subject.to_s)
51 assert_equal(@ca_cert.subject.to_s, certs[1].subject.to_s)
69 assert_equal(@ee1_cert.subject.to_s, certs[0].subject.to_s)
70 assert_equal(@ca_cert.subject.to_s, certs[1].subject.to_s)
117 assert_equal(@ee1_cert.subject.to_s, certs[0].subject
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DACL.cpp7 * as defined in and that are subject to the Apple Public Source License
63 // parse the subject
64 parse(info.proto().subject());
79 // parse subject
80 parse(owner.subject());
140 // release subject form (if any)
221 // carefully copy the subject
224 proto = AclEntryPrototype(*mSubjectForm, mDelegate); // shares subject
226 walk(w, proto.subject()); // copy subject i
325 parse(const TypedList &subject) argument
378 parsePrompt(const TypedList &subject) argument
[all...]

Completed in 198 milliseconds

1234567891011>>