Home
last modified time | relevance | path

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

1234

/illumos-gate/usr/src/cmd/vgrind/
H A Dregexp.c319 boolean matched; /* a temporary boolean */ in expmatch() local
325 matched = FALSE; in expmatch()
333 matched = !STRNCMP (s, SSTR(cs), SCNT(cs)); in expmatch()
334 if (matched) { in expmatch()
347 matched = 1; /* indicate a successful match */ in expmatch()
361 if (matched) in expmatch()
377 matched = 1; in expmatch()
382 matched = 0; in expmatch()
386 matched = 1; /* indicate a successful match */ in expmatch()
480 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()
968 for (p = criteria; !matched && (p->fcn != ENDLIST); p++) { in matchanycriteria()
979 matched = matches(ent->alias, p->cmp, p->fcn); in matchanycriteria()
983 matched = matches(ent->cdevice, p->cmp, p->fcn); in matchanycriteria()
987 matched = matches(ent->bdevice, p->cmp, p->fcn); in matchanycriteria()
991 matched = matches(ent->pathname, p->cmp, p->fcn); in matchanycriteria()
999 matched = matches(q->val, p->cmp, p->fcn); in matchanycriteria()
1004 if (strcmp(p->name, DTAB_ALIAS) == 0) matched = FALSE; in matchanycriteria()
1006 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.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 …]
/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.c84 boolean_t matched = B_FALSE; in pam_sm_acct_mgmt() local
257 matched = B_TRUE; in pam_sm_acct_mgmt()
319 matched = B_TRUE; in pam_sm_acct_mgmt()
336 matched = B_TRUE; in pam_sm_acct_mgmt()
353 matched = B_TRUE; in pam_sm_acct_mgmt()
365 matched = B_TRUE; in pam_sm_acct_mgmt()
386 "pam_list: %s for %s", matched ? "matched" : "no match", in pam_sm_acct_mgmt()
390 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/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 …]
/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/cmd/fm/schemes/mem/
H A Dmem_unum.c194 int replace, start, matched; in mem_unum_burst_pattern() local
197 replace = start = matched = -1; in mem_unum_burst_pattern()
198 (void) sscanf(pat, bd->bd_pat, &replace, &start, &matched); in mem_unum_burst_pattern()
199 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()
H A Dhistory.c2757 int matched = 0; /* True if the character matched the pattern */ in glh_matches_range() local
2775 matched = 1; in glh_matches_range()
2789 matched = 1; in glh_matches_range()
2797 while(!matched && pstr->c && pstr->c != ']') { in glh_matches_range()
2806 matched = 1; in glh_matches_range()
2812 matched = 1; in glh_matches_range()
2838 matched = !matched; in glh_matches_range()
2844 matched = 0; in glh_matches_range()
2846 return matched; in glh_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.c232 set_ld_error(int err, char *matched, char *errmsg, void *dummy) in set_ld_error() argument
257 le->le_matched = matched; in set_ld_error()
279 get_ld_error(char **matched, char **errmsg, void *dummy) in get_ld_error() argument
295 if (matched != NULL) { in get_ld_error()
296 *matched = le->le_matched; in get_ld_error()
1281 boolean_t matched = B_FALSE; in match_conn_mt() local
1326 matched = B_TRUE; in match_conn_mt()
1331 matched = B_TRUE; in match_conn_mt()
1335 matched = B_FALSE; in match_conn_mt()
1339 if (matched == B_TRUE && ((server != NULL || cred != NULL) && 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/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