/osnet-11/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | setoption.c | 51 char *matched, *errstr; local 295 LDAP_GET_LDERRNO(ld, &matched, &errstr); 296 matched = nsldapi_strdup(matched); 298 LDAP_SET_LDERRNO(ld, *((int *)optdata), matched, errstr); 302 rc = LDAP_GET_LDERRNO(ld, &matched, NULL); 303 matched = nsldapi_strdup(matched); 304 LDAP_SET_LDERRNO(ld, rc, matched,
|
H A D | error.c | 344 char *matched, *errmsg, *separator; local 369 err = LDAP_GET_LDERRNO( ld, &matched, &errmsg ); 381 if ( matched != NULL && *matched != '\0' ) { 384 s, separator, matched );
|
H A D | open.c | 207 set_ld_error( int err, char *matched, char *errmsg, void *dummy ) argument 231 le->le_matched = matched; 240 get_ld_error( char **matched, char **errmsg, void *dummy ) argument 246 if ( matched != NULL ) { 247 *matched = le->le_matched; 254 if ( matched != NULL ) 255 *matched = NULL;
|
/osnet-11/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) argument 226 le->le_matched = matched; 238 adutils_get_lderrno(char **matched, char **errmsg, void *dummy) argument 248 if (matched != NULL) 249 *matched = le->le_matched;
|
H A D | addisc.c | 531 boolean_t matched; local 546 matched = B_FALSE; 550 matched = B_TRUE; 554 if (!matched)
|
/osnet-11/usr/src/lib/sun_fc/common/ |
H A D | HBAList.cc | 302 bool matched; local 304 matched = false; 307 matched = true; 311 if (matched) { 357 bool matched; local 359 matched = false; 362 matched = true; 366 if (matched) {
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/ |
H A D | Balanced.pm | 365 goto matched; 395 goto matched if $omode eq 'MAX'; 409 matched: label 548 my $matched; 552 $matched = ''; 566 unless ($matched = ($closing && $1 eq $closing) ) 619 unless ($matched) 1195 Prefix patterns are matched without any trailing modifiers (C</gimsox> etc.) 1309 matched brackets, such that any other (left or right) delimiter 1310 bracket I<within> the substring is also matched b [all...] |
/osnet-11/usr/src/lib/pam_modules/list/ |
H A D | list.c | 100 boolean_t matched = B_FALSE; local 272 matched = B_TRUE; 331 matched = B_TRUE; 348 matched = B_TRUE; 355 matched = B_TRUE; 364 * PAM_PERM_DENIED which is achieved below if 'matched' 375 "pam_list: %s for %s", matched ? "matched" : "no match", 379 if (matched) {
|
/osnet-11/usr/src/lib/libshadowtest/common/ |
H A D | libshadowtest.c | 240 boolean_t *matched; local 273 if ((matched = calloc(nfid * sizeof (boolean_t), 1)) == NULL) { 281 free(matched); 289 matched[j] = B_TRUE; 296 free(matched); 306 if (!matched[j]) { 307 free(matched); 313 free(matched);
|
/osnet-11/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 ) argument 334 eip->plei_matched = matched;
|
/osnet-11/usr/src/lib/libdladm/common/ |
H A D | flowattr.c | 203 boolean_t matched; local 210 matched = B_FALSE; 218 matched = B_TRUE; 225 if (!matched) {
|
H A D | flowprop.c | 414 boolean_t matched; local 417 matched = B_FALSE; 421 matched = B_TRUE; 423 if (!matched)
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | an_to_ln.c | 185 * is passed verbatim and is matched. Otherwise, the syntax is as follows: 290 int matched; local 297 matched = 0; 313 matched = 1; 318 matched = 0; 320 } while (doall && matched); 324 int matched; local 335 matched = 0; 353 matched = 1; 358 matched [all...] |
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | AttributeVerifier.java | 1919 int matched, 1931 if ((matched & MULTIPLE_MASK) != 0) { 1955 if ((matched & LITERAL_MASK) != 0) { 1965 if ((matched & EXPLICIT_MASK) != 0) { 1975 if ((matched & OPTIONAL_MASK) != 0) { 1918 checkAndAddFlag(String flag, int matched, AttributeDescriptor attDesc, int lineno) argument
|
/osnet-11/usr/src/cmd/hal/hald/ |
H A D | device.c | 441 gboolean matched = FALSE; local 450 matched = TRUE; 455 return matched;
|
/osnet-11/usr/src/cmd/ldap/common/ |
H A D | ldaptest.c | 1074 char *matched = NULL, *errMsg = NULL, **referrals = NULL; local 1077 if ((rc = ldap_parse_result(ld, lm, &errCode, &matched, &errMsg, &referrals, &srvctrls, 0)) != LDAP_SUCCESS){ 1092 if (NAME_ERROR(errCode) && matched && *matched){ 1093 fprintf(stderr, "\tMatched DN: %s\n", matched); 1094 free(matched);
|
/osnet-11/usr/src/lib/libdevinfo/ |
H A D | devinfo_devperm.c | 355 int matched; local 358 matched = strcmp(info->devfs_path, path); 360 if (matched == 0) {
|
/osnet-11/usr/src/lib/libfru/libfruraw/ |
H A D | raw_access.c | 379 tokenizer(char *buf, char *separator, char **nextBuf, char *matched) argument 389 *matched = separator[j]; 396 *matched = '\0'; 421 char matched; local 433 token = tokenizer(buf, "#", &field, &matched); 435 token = tokenizer(buf, ":", &field, &matched); 437 token = tokenizer(token, "|", &item, &matched); 443 token = tokenizer(item, "|", &item, &matched); 456 token = tokenizer(field, ":", &field, &matched); 463 token = tokenizer(field, ":\n", &field, &matched); [all...] |
/osnet-11/usr/src/lib/libipadm/common/ |
H A D | ipadm_prop.c | 337 /* if we matched name, but failed protocol check */ 1960 boolean_t matched = B_FALSE; local 1985 matched = B_TRUE; 1990 if (!matched)
|
/osnet-11/usr/src/lib/libsldap/common/ |
H A D | ns_connmgmt.c | 226 set_ld_error(int err, char *matched, char *errmsg, void *dummy) argument 251 le->le_matched = matched; 273 get_ld_error(char **matched, char **errmsg, void *dummy) argument 289 if (matched != NULL) { 290 *matched = le->le_matched; 1333 boolean_t matched = B_FALSE; local 1378 matched = B_TRUE; 1383 matched = B_TRUE; 1387 matched = B_FALSE; 1391 if (matched [all...] |
H A D | ns_standalone.c | 2223 int matched = FALSE; local 2261 matched = TRUE; 2271 if (matched == FALSE && 2274 matched = TRUE; 2341 if (matched) {
|
/osnet-11/usr/src/lib/libpool/common/ |
H A D | pool_kernel.c | 298 * be matched by changes to this function. 1279 int matched = PO_TRUE; local 1287 matched = PO_FALSE; 1292 matched = PO_FALSE; 1297 if (matched == PO_TRUE) 1318 int matched = PO_TRUE; local 1352 matched = PO_FALSE; 1357 matched = PO_FALSE; 1364 if (matched == PO_TRUE)
|
/osnet-11/usr/src/lib/fm/topo/libtopo/common/ |
H A D | hc.c | 1318 boolean_t matched; local 1325 &matched) == 0 && matched) {
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/unicode/ |
H A D | ure.c | 1957 int i, j, matched, found, skip; local 2010 for (i = 0, matched = 0; matched == 0 && i < stp->ntrans; i++) { 2016 matched = 1; 2020 matched = 1; 2025 matched = 1; 2030 matched = 1; 2042 matched = 1; 2048 matched = _ure_matches_properties(sym->props, c); 2052 matched [all...] |
/osnet-11/usr/src/lib/libast/common/misc/ |
H A D | optget.c | 2367 int matched = 0; local 2962 matched = -1; 2997 matched = -1; 3074 matched = 1; 3581 if (!matched) 3595 else if (matched < 0) 3683 if (style >= STYLE_man || matched < 0)
|