Lines Matching defs:matched
229 set_ld_error(int err, char *matched, char *errmsg, void *dummy)
254 le->le_matched = matched;
276 get_ld_error(char **matched, char **errmsg, void *dummy)
292 if (matched != NULL) {
293 *matched = le->le_matched;
1271 boolean_t matched = B_FALSE;
1316 matched = B_TRUE;
1321 matched = B_TRUE;
1325 matched = B_FALSE;
1329 if (matched == B_TRUE && ((server != NULL || cred != NULL) &&
1331 matched = B_FALSE;
1333 if (matched != B_FALSE) {
1359 matched = B_FALSE;
1362 if (matched == B_FALSE)
1365 return (matched);