HomeSort by relevance Sort by last modified time
    Searched refs:subject (Results 1 - 25 of 129) sorted by null

1 2 3 4 5 6

  /onnv/onnv-gate/usr/src/lib/libldap4/misc/
ldapfilter.conf 4 * Use is subject to license terms.
ldapsearchprefs.conf 4 * Use is subject to license terms.
  /onnv/onnv-gate/usr/src/lib/libast/common/comp/
re_comp.c 70 re_exec(const char* subject)
72 if (state.valid && subject)
73 switch (regexec(&state.re, subject, 0, NiL, 0))
regexp.c 94 _re_exec(regexp_t* re, const char* subject, const char* handle, int anchor)
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;
fnmatch.c 53 fnmatch(const char* pattern, const char* subject, register int flags)
67 reflags = regexec(&re, subject, 1, &match, 0);
69 if (!reflags && (reflags = subject[match.rm_eo]))
75 reflags = regexec(&re, subject, 0, NiL, 0);
regcmp.c 183 regex(const char* handle, const char* subject, ...)
193 va_start(ap, subject);
194 if (!(re = (Regex_t*)handle) || !subject)
199 if (regexec(&re->re, subject, SUB + 1, match, 0))
206 strncpy(sub[n], subject + match[i].rm_so, k);
209 __loc1 = (char*)subject + match[0].rm_so;
210 return (char*)subject + match[0].rm_eo;
  /onnv/onnv-gate/usr/src/lib/libshell/common/tests/
quoting.sh 304 subject='some/other/words'
306 [[ ${subject/${re}/\3} != words ]] && err_exit 'string replacement with \3 not working'
307 [[ ${subject/${re}/'\3'} != '\3' ]] && 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'
311 [[ ${subject/${re}/${string}} != words ]] && err_exit 'string replacement with $string not working with string=\3'
312 [[ $(print -r "${subject/${re}/${string}}") != words ]] && err_exit 'string replacement with $string not working with string=\3 using print'
313 [[ ${subject/${re}/"${string}"} != '\3' ]] && err_exit 'string replacement with "$string" not working with string=\3'
314 [[ $(print -r "${subject/${re}/"${string}"}") != '\3' ]] && err_exit 'string replacement with "$string" not working with string=\3 using print'
316 [[ ${subject/${re}/${string}} != '\3' ]] && err_exit 'string replacement with $string not working with string=\ (…)
    [all...]
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'"
317 subject='A regular expressions test'
354 subject='e'
363 subject='a
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/ib/clients/rds/
readme.txt 4 * The contents of this file are subject to the terms of the
23 # Use is subject to license terms.
  /onnv/onnv-gate/usr/src/uts/common/sys/ib/clients/rds/
readme.txt 4 * The contents of this file are subject to the terms of the
23 # Use is subject to license terms.
  /onnv/onnv-gate/usr/src/cmd/bnu/
mailst.c 4 * The contents of this file are subject to the terms of the
42 * subj -> subject for the mail
53 char subject[BUFSIZ]; local
61 /* limit subject to one line */
63 strncpy(subject, subj, c-subj);
64 subject[c-subj] = NULLCHAR;
65 subj = subject;
  /onnv/onnv-gate/usr/src/cmd/svc/milestone/
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.
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
regexp.t 59 ($pat, $subject, $result, $repl, $expect, $reason) = split(/\t/,$_,6);
60 $input = join(':',$pat,$subject,$result,$repl,$expect);
66 $subject =~ s/(\$\{\w+\})/$1/eeg;
67 $subject =~ s/\\n/\n/g;
74 for $study ('', 'study \$subject') {
76 eval "$study; \$match = (\$subject =~ m$pat) while \$c--; \$got = \"$repl\";";
  /onnv/onnv-gate/usr/src/common/openssl/crypto/x509/
x509rset.c 75 return(X509_NAME_set(&x->req_info->subject,name));
  /onnv/onnv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
pm_gen_copyright 5 # The contents of this file are subject to the terms of the
27 # Use is subject to license terms.
46 * Use is subject to license terms.
  /onnv/onnv-gate/usr/src/tools/codereview/
README 4 # The contents of this file are subject to the terms of the
23 Use is subject to license terms.
  /onnv/onnv-gate/usr/src/lib/fm/libfmevent/common/
mkerror.sh 5 # The contents of this file are subject to the terms of the
24 # Use is subject to license terms.
30 * Use is subject to license terms.
  /onnv/onnv-gate/usr/src/cmd/cmd-crypto/pktool/
export.c 4 * The contents of this file are subject to the terms of the
23 * Use is subject to license terms.
86 char *issuer, char *subject, KMF_BIGINT *serial,
109 if (subject != NULL) {
111 KMF_SUBJECT_NAME_ATTR, subject,
112 strlen(subject));
162 char *certlabel, char *issuer, char *subject,
196 if (subject != NULL) {
198 KMF_SUBJECT_NAME_ATTR, subject, strlen(subject));
685 char *subject = NULL; local
    [all...]
signcsr.c 4 * The contents of this file are subject to the terms of the
23 * Use is subject to license terms.
110 char *issuer, char *subject,
144 if (subject) {
145 if (kmf_dn_parser(subject, &subjectDN) != KMF_OK) {
147 gettext("Subject name cannot be parsed\n"));
151 "Subject Name");
153 signedCert->certificate.subject = csrdata->csr.subject;
202 if (subject != NULL
523 char *subject = NULL; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/
perlbug.PL 144 $subject, $from, $verbose, $ed, $outfile, $Is_MacOS, $category, $severity,
248 # Subject of bug-report message
249 $subject = $::opt_s || "";
302 $::opt_s = 1; # we have a subject line
303 $subject = ($::opt_n ? 'Not ' : '')
305 ." $::Config{'archname'} $::Config{'osvers'} $subject";
364 # Prompt for subject of message, if needed
366 if (TrivialSubject($subject)) {
367 $subject = '';
370 unless ($subject) {
    [all...]
  /onnv/onnv-gate/usr/src/common/openssl/crypto/asn1/
x_req.c 95 ASN1_SIMPLE(X509_REQ_INFO, subject, X509_NAME),
  /onnv/onnv-gate/usr/src/common/openssl/crypto/ocsp/
ocsp_lib.c 75 OCSP_CERTID *OCSP_cert_to_id(const EVP_MD *dgst, X509 *subject, X509 *issuer)
83 if (subject)
85 iname = X509_get_issuer_name(subject);
86 serial = X509_get_serialNumber(subject);
  /onnv/onnv-gate/usr/src/lib/libbc/libc/crt/sparc/
start_float.s 5 ! Use is subject to license terms.
9 ! The contents of this file are subject to the terms of the
  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/common/sparc/
getppid.s 5 ! Use is subject to license terms.
9 ! The contents of this file are subject to the terms of the
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWcsd/
postinstall 5 # The contents of this file are subject to the terms of the
24 # Use is subject to license terms.
156 Use is subject to license terms.
165 below this directory is an implementation artifact and subject to

Completed in 1619 milliseconds

1 2 3 4 5 6