Searched defs:matched (Results 1 - 25 of 50) sorted by relevance

12

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsetoption.c54 char *matched, *errstr; local
298 LDAP_GET_LDERRNO(ld, &matched, &errstr);
299 matched = nsldapi_strdup(matched);
301 LDAP_SET_LDERRNO(ld, *((int *)optdata), matched, errstr);
305 rc = LDAP_GET_LDERRNO(ld, &matched, NULL);
306 matched = nsldapi_strdup(matched);
307 LDAP_SET_LDERRNO(ld, rc, matched,
H A Derror.c344 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 Dopen.c209 set_ld_error( int err, char *matched, char *errmsg, void *dummy ) argument
233 le->le_matched = matched;
242 get_ld_error( char **matched, char **errmsg, void *dummy ) argument
248 if ( matched != NULL ) {
249 *matched = le->le_matched;
256 if ( matched != NULL )
257 *matched = NULL;
/illumos-gate/usr/src/lib/sun_fc/common/
H A DHBAList.cc306 bool matched; local
308 matched = false;
311 matched = true;
315 if (matched) {
361 bool matched; local
363 matched = false;
366 matched = true;
370 if (matched) {
/illumos-gate/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) 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;
/illumos-gate/usr/src/lib/pam_modules/list/
H A Dlist.c80 boolean_t matched = B_FALSE; local
234 matched = B_TRUE;
293 matched = B_TRUE;
310 matched = B_TRUE;
317 matched = B_TRUE;
326 * PAM_PERM_DENIED which is achieved below if 'matched'
337 "pam_list: %s for %s", matched ? "matched" : "no match",
341 if (matched) {
/illumos-gate/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);
254 matched(spec_t * spec_p, function
262 } /* end matched */
/illumos-gate/usr/src/lib/libdladm/common/
H A Dflowattr.c197 boolean_t matched; local
203 matched = B_FALSE;
211 matched = B_TRUE;
218 if (!matched)
H A Dflowprop.c445 boolean_t matched; local
448 matched = B_FALSE;
452 matched = B_TRUE;
454 if (!matched)
/illumos-gate/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 ) argument
334 eip->plei_matched = matched;
/illumos-gate/usr/src/cmd/vgrind/
H A Dregexp.c296 * characters matched will be copied into
306 * character matched.
320 boolean matched; /* a temporary boolean */ local
326 matched = FALSE;
334 matched = !STRNCMP (s, SSTR(cs), SCNT(cs));
335 if (matched) {
348 matched = 1; /* indicate a successful match */
362 if (matched)
377 /* the subexpression matched */
378 matched
[all...]
/illumos-gate/usr/src/cmd/fm/schemes/mem/
H A Dmem_unum.c54 * not the entire pattern matched. bd_reppat is used to match instances of the
188 int replace, start, matched; local
191 replace = start = matched = -1;
192 (void) sscanf(pat, bd->bd_pat, &replace, &start, &matched);
193 if (matched == -1)
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dcommands.c131 int hfd, matched, doindex; local
160 matched = doindex;
172 if(matched) /* nothing more on this topic, stop scanning */
176 /* topic matched */
177 matched = 1;
199 if (!matched) {
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dan_to_ln.c186 * is passed verbatim and is matched. Otherwise, the syntax is as follows:
291 int matched; local
298 matched = 0;
314 matched = 1;
319 matched = 0;
321 } while (doall && matched);
325 int matched; local
336 matched = 0;
354 matched = 1;
359 matched
[all...]
/illumos-gate/usr/src/lib/libtnfctl/
H A Dcomb.c331 boolean_t matched = B_FALSE; local
414 matched = B_TRUE;
421 if (matched) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dndd.c184 boolean_t matched; local
200 matched = B_FALSE;
206 matched = B_TRUE;
217 if (!matched && pname[0] == '_') {
/illumos-gate/usr/src/lib/libadm/common/
H A Dgetdev.c961 int matched; /* FLAG: TRUE if record matched */ local
968 matched = FALSE;
969 for (p = criteria; !matched && (p->fcn != ENDLIST); p++) {
980 matched = matches(ent->alias, p->cmp, p->fcn);
984 matched = matches(ent->cdevice, p->cmp, p->fcn);
988 matched = matches(ent->bdevice, p->cmp, p->fcn);
992 matched = matches(ent->pathname, p->cmp, p->fcn);
1000 matched = matches(q->val, p->cmp, p->fcn);
1005 if (strcmp(p->name, DTAB_ALIAS) == 0) matched
[all...]
/illumos-gate/usr/src/cmd/luxadm/
H A Dx86_adm.c264 int matched, ret = 0, wwnCompare = 0, ntries; local
294 matched = 0;
321 matched = 0;
327 matched = 1;
339 matched = 1;
345 if (!matched) {
353 matched = 1;
360 if (matched) {
418 if (matched)
421 if (matched) /* HB
[all...]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAttributeVerifier.java1921 int matched,
1933 if ((matched & MULTIPLE_MASK) != 0) {
1957 if ((matched & LITERAL_MASK) != 0) {
1967 if ((matched & EXPLICIT_MASK) != 0) {
1977 if ((matched & OPTIONAL_MASK) != 0) {
1920 checkAndAddFlag(String flag, int matched, AttributeDescriptor attDesc, int lineno) argument
/illumos-gate/usr/src/lib/libtecla/common/
H A Dexpand.c106 PathName *path; /* The pathname being matched */
298 * then the array will contain the files that matched them. Note that
316 * the beginning of a filename component must also be matched
366 * If the caller specified that the whole of path[] be matched,
462 * No files matched?
469 * Sort the pathnames that matched.
502 /* of the pattern that is to be matched with files */
504 char *file; /* The name of the file being matched */
514 * the pattern that should be matched to files within the current directory.
800 * file const char * The file-name component to be matched t
932 int matched = 0; /* True if the character matched the pattern */ local
[all...]
H A Dhistory.c2423 * is to be matched, and this matches all lines.
2632 * the history line that is being matched.
2691 * If there is a character to be matched, skip it and advance the
2713 glh_step_stream(lstr); /* Skip the character that matched */
2723 * A normal character to be matched explicitly.
2747 * c char The character to be matched with the range
2753 * 1 - The character matched.
2758 int matched = 0; /* True if the character matched the pattern */ local
2776 matched
[all...]
/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice.c441 gboolean matched = FALSE; local
450 matched = TRUE;
455 return matched;
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldaptest.c1074 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);
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_dir.c884 int32_t sz, error = 0, sz_req, matched = 0; local
966 if ((slotp->status != FOUND) || (matched == 0)) {
973 if (matched == 0) {
977 matched = 1;
/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Draw_access.c379 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...]

Completed in 124 milliseconds

12