Searched refs:nfc (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/libnisdb/ |
H A D | ldap_map.c | 1372 int i, nfc; in attrVal() local 1384 if (filter != 0 && (fc = makeFilterComp(filter, &nfc)) != 0 && in attrVal() 1385 nfc > 0) { in attrVal() 1386 for (i = 0; i < nfc; i++) { in attrVal() 1408 freeFilterComp(fc, nfc); in attrVal() 1552 int i, j, nfc, nrv, blen, stat = LDAP_SUCCESS; in objFromLDAP() local 1595 if (filter == 0 || (fc = makeFilterComp(filter, &nfc)) == 0 || in objFromLDAP() 1596 nfc <= 0) { in objFromLDAP() 1599 freeFilterComp(fc, nfc); in objFromLDAP() 1614 freeFilterComp(fc, nfc); in objFromLDAP() [all …]
|
H A D | ldap_ruleval.c | 863 int i, nfc = 0; in addObjectClasses() local 890 fc = makeFilterComp(filter, &nfc); in addObjectClasses() 891 if (fc == 0 || nfc <= 0) { in addObjectClasses() 898 for (i = 0; i < nfc; i++) { in addObjectClasses() 915 freeFilterComp(fc, nfc); in addObjectClasses() 922 freeFilterComp(fc, nfc); in addObjectClasses()
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | dt_printf.c | 763 dt_pfconv_t *pfc, *nfc; in dt_pfdict_destroy() local 770 for (pfc = pdi->pdi_buckets[i]; pfc != NULL; pfc = nfc) { in dt_pfdict_destroy() 771 nfc = pfc->pfc_next; in dt_pfdict_destroy()
|