/titanic_41/usr/src/cmd/vgrind/ |
H A D | regexp.c | 320 boolean matched; /* a temporary boolean */ in expmatch() local 326 matched = FALSE; in expmatch() 334 matched = !STRNCMP (s, SSTR(cs), SCNT(cs)); in expmatch() 335 if (matched) { in expmatch() 348 matched = 1; /* indicate a successful match */ in expmatch() 362 if (matched) in expmatch() 378 matched = 1; in expmatch() 383 matched = 0; in expmatch() 387 matched = 1; /* indicate a successful match */ in expmatch() 481 matched = 1; in expmatch() [all …]
|
/titanic_41/usr/src/grub/grub-0.97/docs/ |
H A D | help2man | 353 my $matched = ''; 359 $matched .= $& if %append; 369 $matched .= $& if %append; 382 $matched .= $& if %append; 390 $matched .= $& if %append; 398 $matched .= $& if %append; 407 $matched .= $& if %append; 415 $matched .= $& if %append; 438 if ($matched =~ $pat)
|
/titanic_41/usr/src/lib/libadm/common/ |
H A D | getdev.c | 961 int matched; /* FLAG: TRUE if record matched */ in matchanycriteria() local 968 matched = FALSE; in matchanycriteria() 969 for (p = criteria; !matched && (p->fcn != ENDLIST); p++) { in matchanycriteria() 980 matched = matches(ent->alias, p->cmp, p->fcn); in matchanycriteria() 984 matched = matches(ent->cdevice, p->cmp, p->fcn); in matchanycriteria() 988 matched = matches(ent->bdevice, p->cmp, p->fcn); in matchanycriteria() 992 matched = matches(ent->pathname, p->cmp, p->fcn); in matchanycriteria() 1000 matched = matches(q->val, p->cmp, p->fcn); in matchanycriteria() 1005 if (strcmp(p->name, DTAB_ALIAS) == 0) matched = FALSE; in matchanycriteria() 1007 matched = FALSE; in matchanycriteria() [all …]
|
/titanic_41/usr/src/cmd/luxadm/ |
H A D | x86_adm.c | 264 int matched, ret = 0, wwnCompare = 0, ntries; in adm_forcelip() local 294 matched = 0; in adm_forcelip() 321 matched = 0; in adm_forcelip() 327 matched = 1; in adm_forcelip() 339 matched = 1; in adm_forcelip() 345 if (!matched) { in adm_forcelip() 353 matched = 1; in adm_forcelip() 360 if (matched) { in adm_forcelip() 418 if (matched) in adm_forcelip() 421 if (matched) /* HBA adapter for loop */ in adm_forcelip() [all …]
|
H A D | fchba.c | 693 int matched = 0, wwnCompare = 0; in fchba_inquiry() local 767 matched = 0; in fchba_inquiry() 774 matched = 1; in fchba_inquiry() 783 matched = 1; in fchba_inquiry() 788 if (matched) { in fchba_inquiry() 896 int matched; in fchba_dump_map() local 958 matched = 0; in fchba_dump_map() 964 matched = 1; in fchba_dump_map() 984 matched = 1; in fchba_dump_map() 1000 matched = 1; in fchba_dump_map() [all …]
|
/titanic_41/usr/src/lib/libadutils/common/ |
H A D | adutils_threadfuncs.c | 53 static void adutils_set_lderrno(int err, char *matched, char *errmsg, 55 static int adutils_get_lderrno(char **matched, char **errmsg, void *dummy); 216 adutils_set_lderrno(int err, char *matched, char *errmsg, void *dummy) in adutils_set_lderrno() argument 226 le->le_matched = matched; in adutils_set_lderrno() 238 adutils_get_lderrno(char **matched, char **errmsg, void *dummy) in adutils_get_lderrno() argument 248 if (matched != NULL) in adutils_get_lderrno() 249 *matched = le->le_matched; in adutils_get_lderrno()
|
/titanic_41/usr/src/lib/sun_fc/common/ |
H A D | HBAList.cc | 306 bool matched; in getNumberofAdapters() local 308 matched = false; in getNumberofAdapters() 311 matched = true; in getNumberofAdapters() 315 if (matched) { in getNumberofAdapters() 361 bool matched; in getNumberofTgtAdapters() local 363 matched = false; in getNumberofTgtAdapters() 366 matched = true; in getNumberofTgtAdapters() 370 if (matched) { in getNumberofTgtAdapters()
|
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | setoption.c | 54 char *matched, *errstr; in ldap_set_option() local 298 LDAP_GET_LDERRNO(ld, &matched, &errstr); in ldap_set_option() 299 matched = nsldapi_strdup(matched); in ldap_set_option() 301 LDAP_SET_LDERRNO(ld, *((int *)optdata), matched, errstr); in ldap_set_option() 305 rc = LDAP_GET_LDERRNO(ld, &matched, NULL); in ldap_set_option() 306 matched = nsldapi_strdup(matched); in ldap_set_option() 307 LDAP_SET_LDERRNO(ld, rc, matched, in ldap_set_option()
|
H A D | open.c | 209 set_ld_error( int err, char *matched, char *errmsg, void *dummy ) in set_ld_error() argument 233 le->le_matched = matched; in set_ld_error() 242 get_ld_error( char **matched, char **errmsg, void *dummy ) in get_ld_error() argument 248 if ( matched != NULL ) { in get_ld_error() 249 *matched = le->le_matched; in get_ld_error() 256 if ( matched != NULL ) in get_ld_error() 257 *matched = NULL; in get_ld_error()
|
H A D | error.c | 344 char *matched, *errmsg, *separator; in ldap_perror() local 369 err = LDAP_GET_LDERRNO( ld, &matched, &errmsg ); in ldap_perror() 381 if ( matched != NULL && *matched != '\0' ) { in ldap_perror() 384 s, separator, matched ); in ldap_perror()
|
/titanic_41/usr/src/lib/pam_modules/list/ |
H A D | list.c | 80 boolean_t matched = B_FALSE; in pam_sm_acct_mgmt() local 234 matched = B_TRUE; in pam_sm_acct_mgmt() 293 matched = B_TRUE; in pam_sm_acct_mgmt() 310 matched = B_TRUE; in pam_sm_acct_mgmt() 317 matched = B_TRUE; in pam_sm_acct_mgmt() 337 "pam_list: %s for %s", matched ? "matched" : "no match", in pam_sm_acct_mgmt() 341 if (matched) { in pam_sm_acct_mgmt()
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | an_to_ln.c | 291 int matched; in do_replacement() local 298 matched = 0; in do_replacement() 314 matched = 1; in do_replacement() 319 matched = 0; in do_replacement() 321 } while (doall && matched); in do_replacement() 325 int matched; in do_replacement() local 336 matched = 0; in do_replacement() 354 matched = 1; in do_replacement() 359 matched = 0; in do_replacement() 361 } while (doall && matched); in do_replacement()
|
/titanic_41/usr/src/cmd/tnf/prex/ |
H A D | expr.c | 70 static void matched(spec_t * spec_p, char *valstr, void *calldatap); 247 spec_valtrav(args_p->spec_p, valstr, matched, calldatap); in matchvals() 254 matched(spec_t * spec_p, in matched() function
|
/titanic_41/usr/src/lib/libfru/libfruraw/ |
H A D | raw_access.c | 379 tokenizer(char *buf, char *separator, char **nextBuf, char *matched) in tokenizer() argument 389 *matched = separator[j]; in tokenizer() 396 *matched = '\0'; in tokenizer() 421 char matched; in get_container_info() local 433 token = tokenizer(buf, "#", &field, &matched); in get_container_info() 435 token = tokenizer(buf, ":", &field, &matched); in get_container_info() 437 token = tokenizer(token, "|", &item, &matched); in get_container_info() 443 token = tokenizer(item, "|", &item, &matched); in get_container_info() 456 token = tokenizer(field, ":", &field, &matched); in get_container_info() 463 token = tokenizer(field, ":\n", &field, &matched); in get_container_info() [all …]
|
/titanic_41/usr/src/cmd/fm/schemes/mem/ |
H A D | mem_unum.c | 188 int replace, start, matched; in mem_unum_burst_pattern() local 191 replace = start = matched = -1; in mem_unum_burst_pattern() 192 (void) sscanf(pat, bd->bd_pat, &replace, &start, &matched); in mem_unum_burst_pattern() 193 if (matched == -1) in mem_unum_burst_pattern()
|
/titanic_41/usr/src/lib/libtecla/common/ |
H A D | expand.c | 932 int matched = 0; /* True if the character matched the pattern */ in ef_matches_range() local 950 matched = 1; in ef_matches_range() 966 matched = 1; in ef_matches_range() 975 while(!matched && *pptr && *pptr != ']') { in ef_matches_range() 983 matched = 1; in ef_matches_range() 990 matched = 1; in ef_matches_range() 1003 return matched ? !invert : invert; in ef_matches_range()
|
H A D | history.c | 2758 int matched = 0; /* True if the character matched the pattern */ in glh_matches_range() local 2776 matched = 1; in glh_matches_range() 2790 matched = 1; in glh_matches_range() 2798 while(!matched && pstr->c && pstr->c != ']') { in glh_matches_range() 2807 matched = 1; in glh_matches_range() 2813 matched = 1; in glh_matches_range() 2839 matched = !matched; in glh_matches_range() 2845 matched = 0; in glh_matches_range() 2847 return matched; in glh_matches_range()
|
/titanic_41/usr/src/lib/libdladm/common/ |
H A D | flowattr.c | 197 boolean_t matched; in flow_attrlist_check() local 203 matched = B_FALSE; in flow_attrlist_check() 211 matched = B_TRUE; in flow_attrlist_check() 218 if (!matched) in flow_attrlist_check()
|
H A D | flowprop.c | 445 boolean_t matched; in flow_proplist_check() local 448 matched = B_FALSE; in flow_proplist_check() 452 matched = B_TRUE; in flow_proplist_check() 454 if (!matched) in flow_proplist_check()
|
/titanic_41/usr/src/tools/cscope-fast/ |
H A D | find.c | 187 goto matched; in findsymbol() 192 goto matched; in findsymbol() 212 goto matched; in findsymbol() 224 matched: in findsymbol() 338 goto matched; in finddef() 342 matched: in finddef()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | ndd.c | 184 boolean_t matched; in print_ipadm2ndd() local 200 matched = B_FALSE; in print_ipadm2ndd() 206 matched = B_TRUE; in print_ipadm2ndd() 217 if (!matched && pname[0] == '_') { in print_ipadm2ndd()
|
/titanic_41/usr/src/lib/libsldap/common/ |
H A D | ns_connmgmt.c | 229 set_ld_error(int err, char *matched, char *errmsg, void *dummy) in set_ld_error() argument 254 le->le_matched = matched; in set_ld_error() 276 get_ld_error(char **matched, char **errmsg, void *dummy) in get_ld_error() argument 292 if (matched != NULL) { in get_ld_error() 293 *matched = le->le_matched; in get_ld_error() 1271 boolean_t matched = B_FALSE; in match_conn_mt() local 1316 matched = B_TRUE; in match_conn_mt() 1321 matched = B_TRUE; in match_conn_mt() 1325 matched = B_FALSE; in match_conn_mt() 1329 if (matched == B_TRUE && ((server != NULL || cred != NULL) && in match_conn_mt() [all …]
|
/titanic_41/usr/src/cmd/dtrace/test/tst/i386/pid/ |
H A D | tst.retlist.ksh | 46 echo wrong number of matched probes: $match
|
/titanic_41/usr/src/lib/libldap5/sources/ldap/prldap/ |
H A D | ldappr-threads.c | 137 static void prldap_set_ld_error( int err, char *matched, char *errmsg, 303 prldap_set_ld_error( int err, char *matched, char *errmsg, void *errorarg ) in prldap_set_ld_error() argument 334 eip->plei_matched = matched; in prldap_set_ld_error()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/ |
H A D | fru_access.c | 605 tokenizer(char *buf, char *separator, char **nextBuf, char *matched) in tokenizer() argument 615 *matched = separator[j]; in tokenizer() 622 *matched = '\0'; in tokenizer() 633 char matched; in get_container_info() local 645 token = tokenizer(buf, "#", &field, &matched); in get_container_info() 647 token = tokenizer(buf, ":", &field, &matched); in get_container_info() 649 token = tokenizer(token, "|", &item, &matched); in get_container_info() 655 token = tokenizer(item, "|", &item, &matched); in get_container_info() 668 token = tokenizer(field, ":", &field, &matched); in get_container_info() 675 token = tokenizer(field, ":\n", &field, &matched); in get_container_info() [all …]
|