Lines Matching defs:npp
993 char **cpp, **npp;
1008 npp = __ns_ldap_getMappedAttributes(service, *opp);
1009 if (npp && npp[0]) {
1010 cpp[i] = strdup(npp[0]);
1011 __s_api_free2dArray(npp);
1012 npp = NULL;
1033 char **npp;
1039 npp = __ns_ldap_getMappedAttributes(service, origAttr);
1040 if (npp && npp[0]) {
1041 mappedAttr = strdup(npp[0]);
1042 __s_api_free2dArray(npp);