/illumos-gate/usr/src/lib/libast/common/comp/ |
H A D | re_comp.c | 70 re_exec(const char* subject) argument 72 if (state.valid && subject) 73 switch (regexec(&state.re, subject, 0, NiL, 0))
|
H A D | regexp.c | 94 _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 D | fnmatch.c | 53 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);
|
H A D | regcmp.c | 183 regex(const char* handle, const char* subject, ...) argument 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;
|
/illumos-gate/usr/src/lib/libshell/common/tests/ |
H A D | 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/ [all...] |
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'" 317 subject='A regular expressions test' 354 subject='e' 363 subject [all...] |
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/ |
H A D | readme.txt | 4 * The contents of this file are subject to the terms of the 23 # Use is subject to license terms.
|
/illumos-gate/usr/src/uts/common/sys/ib/clients/rds/ |
H A D | readme.txt | 4 * The contents of this file are subject to the terms of the 23 # Use is subject to license terms.
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | 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;
|
/illumos-gate/usr/src/lib/fm/libfmevent/common/ |
H A D | 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.
|
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | 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.
|
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/ |
H A D | export.c | 4 * The contents of this file are subject to the terms of the 85 char *issuer, char *subject, KMF_BIGINT *serial, 108 if (subject != NULL) { 110 KMF_SUBJECT_NAME_ATTR, subject, 111 strlen(subject)); 161 char *certlabel, char *issuer, char *subject, 195 if (subject != NULL) { 197 KMF_SUBJECT_NAME_ATTR, subject, strlen(subject)); 281 int oclass, char *certlabel, char *issuer, char *subject, 84 pk_export_file_objects(KMF_HANDLE_T kmfhandle, int oclass, char *issuer, char *subject, KMF_BIGINT *serial, char *infile, char *filename) argument 159 pk_export_pk12_nss(KMF_HANDLE_T kmfhandle, char *token_spec, char *dir, char *prefix, char *certlabel, char *issuer, char *subject, KMF_BIGINT *serial, KMF_CREDENTIAL *tokencred, char *filename) argument 280 pk_export_nss_objects(KMF_HANDLE_T kmfhandle, char *token_spec, int oclass, char *certlabel, char *issuer, char *subject, KMF_BIGINT *serial, KMF_ENCODE_FORMAT kfmt, char *dir, char *prefix, char *filename) argument 370 pk_export_pk12_pk11(KMF_HANDLE_T kmfhandle, char *token_spec, char *certlabel, char *issuer, char *subject, KMF_BIGINT *serial, KMF_CREDENTIAL *tokencred, char *filename) argument 587 pk_export_pk11_objects(KMF_HANDLE_T kmfhandle, char *token_spec, KMF_CREDENTIAL *cred, char *certlabel, char *issuer, char *subject, KMF_BIGINT *serial, KMF_ENCODE_FORMAT kfmt, char *filename) argument 684 char *subject = NULL; local [all...] |
H A D | signcsr.c | 4 * The contents of this file are subject to the terms of the 108 char *issuer, char *subject, 142 if (subject) { 143 if (kmf_dn_parser(subject, &subjectDN) != KMF_OK) { 151 signedCert->certificate.subject = csrdata->csr.subject; 200 if (subject != NULL) 251 char *subject, 295 issuer, subject, altname, alttype, altcrit, kubits, 357 KMF_BIGINT *serial, char *certfile, char *issuer, char *subject, 104 build_cert_from_csr(KMF_CSR_DATA *csrdata, KMF_X509_CERTIFICATE *signedCert, KMF_BIGINT *serial, uint32_t ltime, char *issuer, char *subject, char *altname, KMF_GENERALNAMECHOICES alttype, int altcrit, uint16_t kubits, int kucrit, EKU_LIST *ekulist) argument 245 pk_signcsr_files(KMF_HANDLE_T handle, char *signkey, char *csrfile, KMF_BIGINT *serial, char *certfile, char *issuer, char *subject, char *altname, KMF_GENERALNAMECHOICES alttype, int altcrit, uint16_t kubits, int kucrit, EKU_LIST *ekulist, uint32_t ltime, KMF_ENCODE_FORMAT fmt) argument 352 pk_signcsr_pk11_nss(KMF_HANDLE_T handle, KMF_KEYSTORE_TYPE kstype, char *dir, char *prefix, char *token, KMF_CREDENTIAL *cred, char *signkey, char *csrfile, KMF_BIGINT *serial, char *certfile, char *issuer, char *subject, char *altname, KMF_GENERALNAMECHOICES alttype, int altcrit, uint16_t kubits, int kucrit, EKU_LIST *ekulist, uint32_t ltime, KMF_ENCODE_FORMAT fmt, int store, char *outlabel) argument 527 char *subject = NULL; local [all...] |
H A D | list.c | 4 * The contents of this file are subject to the terms of the 46 char *subject, *issuer, *serial, *id, *altname; local 50 subject = NULL; 69 &certs[i].certificate, &subject) == KMF_OK) 71 subject); 106 kmf_free_str(subject); 304 char *objlabel, KMF_BIGINT *serial, char *issuer, char *subject, 475 if (subject != NULL) { 477 KMF_SUBJECT_NAME_ATTR, subject, 478 strlen(subject)); 303 list_pk11_objects(KMF_HANDLE_T kmfhandle, char *token, int oclass, char *objlabel, KMF_BIGINT *serial, char *issuer, char *subject, char *dir, char *filename, KMF_CREDENTIAL *tokencred, KMF_CERT_VALIDITY find_criteria_flag) argument 539 list_file_objects(KMF_HANDLE_T kmfhandle, int oclass, char *dir, char *filename, KMF_BIGINT *serial, char *issuer, char *subject, KMF_CERT_VALIDITY find_criteria_flag) argument 701 list_nss_objects(KMF_HANDLE_T kmfhandle, int oclass, char *token_spec, char *dir, char *prefix, char *nickname, KMF_BIGINT *serial, char *issuer, char *subject, KMF_CREDENTIAL *tokencred, KMF_CERT_VALIDITY find_criteria_flag) argument 904 char *subject = NULL; local [all...] |
H A D | delete.c | 4 * The contents of this file are subject to the terms of the 23 * Use is subject to license terms. 317 KMF_BIGINT *serno, char *issuer, char *subject, 347 if (subject != NULL) { 349 KMF_SUBJECT_NAME_ATTR, subject, 350 strlen(subject)); 381 char *issuer, char *subject) 406 if (subject != NULL) { 408 subject, strlen(subject)); 314 delete_nss_certs(KMF_HANDLE_T kmfhandle, char *dir, char *prefix, char *token, char *objlabel, KMF_BIGINT *serno, char *issuer, char *subject, KMF_CERT_VALIDITY find_criteria_flag) argument 379 delete_nss_crl(void *kmfhandle, char *dir, char *prefix, char *token, char *issuer, char *subject) argument 521 delete_pk11_certs(KMF_HANDLE_T kmfhandle, char *token, char *objlabel, KMF_BIGINT *serno, char *issuer, char *subject, KMF_CERT_VALIDITY find_criteria_flag) argument 575 delete_file_certs(KMF_HANDLE_T kmfhandle, char *dir, char *filename, KMF_BIGINT *serial, char *issuer, char *subject, KMF_CERT_VALIDITY find_criteria_flag) argument 723 char *subject = NULL; local [all...] |
H A D | gencsr.c | 4 * The contents of this file are subject to the terms of the 47 char *token, char *subject, char *altname, 68 /* If the subject name cannot be parsed, flag it now and exit */ 69 if ((kmfrv = kmf_dn_parser(subject, &csrSubject)) != KMF_OK) 88 SET_VALUE(kmf_set_csr_subject(&csr, &csrSubject), "subject name"); 171 char *subject, char *altname, KMF_GENERALNAMECHOICES alttype, 203 /* If the subject name cannot be parsed, flag it now and exit */ 204 if ((kmfrv = kmf_dn_parser(subject, &csrSubject)) != KMF_OK) { 262 char *token, char *subject, char *altname, 293 /* If the subject nam 46 gencsr_pkcs11(KMF_HANDLE_T kmfhandle, char *token, char *subject, char *altname, KMF_GENERALNAMECHOICES alttype, int altcrit, char *certlabel, KMF_KEY_ALG keyAlg, int keylen, uint16_t kubits, int kucrit, KMF_ENCODE_FORMAT fmt, char *csrfile, KMF_CREDENTIAL *tokencred, EKU_LIST *ekulist, KMF_ALGORITHM_INDEX sigAlg, KMF_OID *curveoid) argument 168 gencsr_file(KMF_HANDLE_T kmfhandle, KMF_KEY_ALG keyAlg, int keylen, KMF_ENCODE_FORMAT fmt, char *subject, char *altname, KMF_GENERALNAMECHOICES alttype, int altcrit, uint16_t kubits, int kucrit, char *outcsr, char *outkey, EKU_LIST *ekulist, KMF_ALGORITHM_INDEX sigAlg) argument 261 gencsr_nss(KMF_HANDLE_T kmfhandle, char *token, char *subject, char *altname, KMF_GENERALNAMECHOICES alttype, int altcrit, char *nickname, char *dir, char *prefix, KMF_KEY_ALG keyAlg, int keylen, uint16_t kubits, int kucrit, KMF_ENCODE_FORMAT fmt, char *csrfile, KMF_CREDENTIAL *tokencred, EKU_LIST *ekulist, KMF_ALGORITHM_INDEX sigAlg, KMF_OID *curveoid) argument 374 char *subject = NULL; local [all...] |
/illumos-gate/usr/src/lib/libbc/libc/crt/sparc/ |
H A D | start_float.s | 5 ! Use is subject to license terms. 9 ! The contents of this file are subject to the terms of the
|
/illumos-gate/usr/src/lib/libbc/libc/sys/common/sparc/ |
H A D | getppid.s | 5 ! Use is subject to license terms. 9 ! The contents of this file are subject to the terms of the
|
H A D | pipe.s | 4 ! Use is subject to license terms. 8 ! The contents of this file are subject to the terms of the
|
/illumos-gate/usr/src/lib/libc/i386/fp/ |
H A D | __xgetRD.s | 4 / Use is subject to license terms. 8 / The contents of this file are subject to the terms of the
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/ |
H A D | err.chillbadarg.ksh | 4 * The contents of this file are subject to the terms of the 24 * Use is subject to license terms.
|
H A D | err.copyoutbadaddr.ksh | 4 * The contents of this file are subject to the terms of the 24 * Use is subject to license terms.
|
H A D | err.copyoutstrbadaddr.ksh | 4 * The contents of this file are subject to the terms of the 24 * Use is subject to license terms.
|
/illumos-gate/usr/src/lib/libtnfctl/ |
H A D | sparc_assm.s | 3 ! Use is subject to license terms. 7 ! The contents of this file are subject to the terms of the
|
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | _Q_get_rp_rd.S | 5 ! Use is subject to license terms. 9 ! The contents of this file are subject to the terms of the
|