Home
last modified time | relevance | path

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

1234

/illumos-gate/usr/src/cmd/vgrind/
H A Dregexp.c361 if (matched) in expmatch()
377 matched = 1; in expmatch()
382 matched = 0; in expmatch()
480 matched = 1; in expmatch()
485 matched = 1; in expmatch()
490 matched = 0; in expmatch()
495 matched = 1; in expmatch()
509 matched = 1; in expmatch()
514 matched = 0; in expmatch()
519 matched = 1; in expmatch()
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_macros.c25 int matched = 0; in match_inside() local
28 matched++; in match_inside()
30 matched++; in match_inside()
31 if (matched != 1) in match_inside()
42 int matched = 0; in match_one_side() local
47 matched++; in match_one_side()
49 matched++; in match_one_side()
50 if (matched != 1) in match_one_side()
H A Dsmatch_recurse.c141 int matched = 0; in has_var_helper() local
155 matched = 1; in has_var_helper()
158 return matched; in has_var_helper()
/illumos-gate/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)
/illumos-gate/usr/src/lib/libadm/common/
H A Dgetdev.c960 int matched; /* FLAG: TRUE if record matched */ in matchanycriteria() local
967 matched = FALSE; in matchanycriteria()
979 matched = matches(ent->alias, p->cmp, p->fcn); in matchanycriteria()
999 matched = matches(q->val, p->cmp, p->fcn); in matchanycriteria()
1006 matched = FALSE; in matchanycriteria()
1008 matched = FALSE; in matchanycriteria()
1010 matched = FALSE; in matchanycriteria()
1013 matched = TRUE; in matchanycriteria()
1014 while (matched && q) { in matchanycriteria()
1016 matched = FALSE; in matchanycriteria()
[all …]
/illumos-gate/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.c767 matched = 0; in fchba_inquiry()
774 matched = 1; in fchba_inquiry()
783 matched = 1; in fchba_inquiry()
896 int matched; in fchba_dump_map() local
984 matched = 1; in fchba_dump_map()
1103 int matched; in fchba_display_link_status() local
1184 matched = 1; in fchba_display_link_status()
1614 matched = 0; in fchba_display_config()
1620 matched = 1; in fchba_display_config()
1628 matched = 1; in fchba_display_config()
[all …]
/illumos-gate/usr/src/lib/libadutils/common/
H A Dadutils_threadfuncs.c54 static void adutils_set_lderrno(int err, char *matched, char *errmsg,
56 static int adutils_get_lderrno(char **matched, char **errmsg, void *dummy);
222 adutils_set_lderrno(int err, char *matched, char *errmsg, void *dummy) in adutils_set_lderrno() argument
232 le->le_matched = matched; in adutils_set_lderrno()
244 adutils_get_lderrno(char **matched, char **errmsg, void *dummy) in adutils_get_lderrno() argument
254 if (matched != NULL) in adutils_get_lderrno()
255 *matched = le->le_matched; in adutils_get_lderrno()
/illumos-gate/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()
/illumos-gate/usr/src/lib/pam_modules/list/
H A Dlist.c83 boolean_t matched = B_FALSE; in pam_sm_acct_mgmt() local
256 matched = B_TRUE; in pam_sm_acct_mgmt()
318 matched = B_TRUE; in pam_sm_acct_mgmt()
335 matched = B_TRUE; in pam_sm_acct_mgmt()
352 matched = B_TRUE; in pam_sm_acct_mgmt()
364 matched = B_TRUE; in pam_sm_acct_mgmt()
385 "pam_list: %s for %s", matched ? "matched" : "no match", in pam_sm_acct_mgmt()
389 if (matched) { in pam_sm_acct_mgmt()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsetoption.c52 char *matched, *errstr; in ldap_set_option() local
296 LDAP_GET_LDERRNO(ld, &matched, &errstr); in ldap_set_option()
297 matched = nsldapi_strdup(matched); in ldap_set_option()
299 LDAP_SET_LDERRNO(ld, *((int *)optdata), matched, errstr); in ldap_set_option()
303 rc = LDAP_GET_LDERRNO(ld, &matched, NULL); in ldap_set_option()
304 matched = nsldapi_strdup(matched); in ldap_set_option()
305 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.c342 char *matched, *errmsg, *separator; in ldap_perror() local
367 err = LDAP_GET_LDERRNO( ld, &matched, &errmsg ); in ldap_perror()
379 if ( matched != NULL && *matched != '\0' ) { in ldap_perror()
382 s, separator, matched ); in ldap_perror()
/illumos-gate/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()
/illumos-gate/usr/src/boot/common/
H A Dcommands.c133 int hfd, matched, doindex; in command_help() local
164 matched = doindex; in command_help()
176 if (matched) { in command_help()
182 matched = 1; in command_help()
210 if (!matched) { in command_help()
/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Draw_access.c389 *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()
465 token = tokenizer(token, ",", &item, &matched); in get_container_info()
[all …]
/illumos-gate/usr/src/cmd/fm/schemes/mem/
H A Dmem_unum.c190 int replace, start, matched; in mem_unum_burst_pattern() local
193 replace = start = matched = -1; in mem_unum_burst_pattern()
194 (void) sscanf(pat, bd->bd_pat, &replace, &start, &matched); in mem_unum_burst_pattern()
195 if (matched == -1) in mem_unum_burst_pattern()
/illumos-gate/usr/src/lib/libtecla/common/
H A Dexpand.c931 int matched = 0; /* True if the character matched the pattern */ in ef_matches_range() local
949 matched = 1; in ef_matches_range()
965 matched = 1; in ef_matches_range()
974 while(!matched && *pptr && *pptr != ']') { in ef_matches_range()
982 matched = 1; in ef_matches_range()
989 matched = 1; in ef_matches_range()
1002 return matched ? !invert : invert; in ef_matches_range()
/illumos-gate/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.c440 boolean_t matched; in flow_proplist_check() local
443 matched = B_FALSE; in flow_proplist_check()
447 matched = B_TRUE; in flow_proplist_check()
449 if (!matched) in flow_proplist_check()
/illumos-gate/usr/src/tools/cscope-fast/
H A Dfind.c185 goto matched; in findsymbol()
190 goto matched; in findsymbol()
210 goto matched; in findsymbol()
222 matched: in findsymbol()
336 goto matched; in finddef()
340 matched: in finddef()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connmgmt.c256 le->le_matched = matched; in set_ld_error()
294 if (matched != NULL) { in get_ld_error()
295 *matched = le->le_matched; in get_ld_error()
1325 matched = B_TRUE; in match_conn_mt()
1330 matched = B_TRUE; in match_conn_mt()
1334 matched = B_FALSE; in match_conn_mt()
1340 matched = B_FALSE; in match_conn_mt()
1342 if (matched != B_FALSE) { in match_conn_mt()
1368 matched = B_FALSE; in match_conn_mt()
1371 if (matched == B_FALSE) in match_conn_mt()
[all …]
/illumos-gate/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()
/illumos-gate/usr/src/cmd/dtrace/test/tst/i386/pid/
H A Dtst.retlist.ksh46 echo wrong number of matched probes: $match
/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-threads.c134 static void prldap_set_ld_error( int err, char *matched, char *errmsg,
300 prldap_set_ld_error( int err, char *matched, char *errmsg, void *errorarg ) in prldap_set_ld_error() argument
331 eip->plei_matched = matched; in prldap_set_ld_error()

1234