Home
last modified time | relevance | path

Searched refs:nfc (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/lib/libnisdb/
H A Dldap_map.c1371 int i, nfc; in attrVal() local
1383 if (filter != 0 && (fc = makeFilterComp(filter, &nfc)) != 0 && in attrVal()
1384 nfc > 0) { in attrVal()
1385 for (i = 0; i < nfc; i++) { in attrVal()
1407 freeFilterComp(fc, nfc); in attrVal()
1554 int i, j, nfc, nrv, blen, stat = LDAP_SUCCESS; in objFromLDAP() local
1597 if (filter == 0 || (fc = makeFilterComp(filter, &nfc)) == 0 || in objFromLDAP()
1598 nfc <= 0) { in objFromLDAP()
1601 freeFilterComp(fc, nfc); in objFromLDAP()
1616 freeFilterComp(fc, nfc); in objFromLDAP()
[all …]
H A Dldap_ruleval.c869 int i, nfc = 0; in addObjectClasses() local
896 fc = makeFilterComp(filter, &nfc); in addObjectClasses()
897 if (fc == 0 || nfc <= 0) { in addObjectClasses()
904 for (i = 0; i < nfc; i++) { in addObjectClasses()
921 freeFilterComp(fc, nfc); in addObjectClasses()
928 freeFilterComp(fc, nfc); in addObjectClasses()
/titanic_44/usr/src/lib/libdtrace/common/
H A Ddt_printf.c763 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()