c
if (np == NULL) {
    return NULL; // Return NULL or appropriate error handling
}
pp = __of_find_property(np, name, lenp);
