Searched defs:rc (Results 1 - 4 of 4) sorted by relevance
/sendmail/libsm/ |
H A D | ldap.c | 534 int rc; local 589 rc = sm_strcasecmp(item, (*top)->lrl_data[p]->lr_search); 590 if (rc == 0) 591 rc = type - (*top)->lrl_data[p]->lr_type; 593 if (rc < 0) 595 else if (rc > 0) 1114 int rc; local 1117 lmap->ldap_res, &rc, NULL, NULL, 1120 save_errno = rc;
|
H A D | mbdb.c | 560 int rc; local 570 LDAPLMAP.ldap_res, &rc, NULL, 573 save_errno = rc;
|
/sendmail/sendmail/ |
H A D | conf.c | 4559 int rc; local 4564 if ((rc = set_secure_info(uid)) != SSI_GOOD_RETURN) 4566 switch (rc) 4593 rc, (int) uid);
|
H A D | map.c | 3585 int rc; local 3590 answer = __getldapaliasbyname(name, &rc); 3594 rc = __getldapaliasbyname(name, answer, sizeof(answer)); 3596 if (rc != 0)
|
Completed in 36 milliseconds