Home
last modified time | relevance | path

Searched refs:matched (Results 1 – 25 of 80) sorted by relevance

1234

/titanic_44/usr/src/cmd/vgrind/
H A Dregexp.c320 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_44/usr/src/grub/grub-0.97/docs/
H A Dhelp2man353 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_44/usr/src/lib/libadm/common/
H A Dgetdev.c961 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_44/usr/src/cmd/luxadm/
H A Dx86_adm.c264 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 Dfchba.c693 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_44/usr/src/lib/libadutils/common/
H A Dadutils_threadfuncs.c53 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_44/usr/src/lib/sun_fc/common/
H A DHBAList.cc306 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_44/usr/src/lib/libldap5/sources/ldap/common/
H A Dsetoption.c54 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 Dopen.c209 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 Derror.c344 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_44/usr/src/lib/pam_modules/list/
H A Dlist.c80 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_44/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dan_to_ln.c291 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_44/usr/src/cmd/tnf/prex/
H A Dexpr.c70 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_44/usr/src/lib/libfru/libfruraw/
H A Draw_access.c379 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_44/usr/src/cmd/fm/schemes/mem/
H A Dmem_unum.c188 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_44/usr/src/lib/libtecla/common/
H A Dexpand.c932 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 Dhistory.c2758 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_44/usr/src/lib/libdladm/common/
H A Dflowattr.c197 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 Dflowprop.c445 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_44/usr/src/tools/cscope-fast/
H A Dfind.c187 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_44/usr/src/cmd/cmd-inet/usr.sbin/
H A Dndd.c184 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_44/usr/src/lib/libsldap/common/
H A Dns_connmgmt.c229 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_44/usr/src/cmd/dtrace/test/tst/i386/pid/
H A Dtst.retlist.ksh46 echo wrong number of matched probes: $match
/titanic_44/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-threads.c137 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_44/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access.c605 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 …]

1234