Searched refs:pri_ent (Results 1 – 1 of 1) sorted by relevance
1438 struct dirent *pri_ent; in soft_keystore_setpin() local1678 while ((pri_ent = readdir(pri_dirp)) != NULL) { in soft_keystore_setpin()1680 if ((strcmp(pri_ent->d_name, ".") == 0) || in soft_keystore_setpin()1681 (strcmp(pri_ent->d_name, "..") == 0) || in soft_keystore_setpin()1682 (strncmp(pri_ent->d_name, TMP_OBJ_PREFIX, in soft_keystore_setpin()1692 "%s/%s", pri_obj_path, pri_ent->d_name); in soft_keystore_setpin()1695 (pri_ent->d_name) + OBJ_PREFIX_LEN); in soft_keystore_setpin()