Searched refs:pri_ent (Results 1 – 1 of 1) sorted by relevance
1437 struct dirent *pri_ent; in soft_keystore_setpin() local1682 while ((pri_ent = readdir(pri_dirp)) != NULL) { in soft_keystore_setpin()1684 if ((strcmp(pri_ent->d_name, ".") == 0) || in soft_keystore_setpin()1685 (strcmp(pri_ent->d_name, "..") == 0) || in soft_keystore_setpin()1686 (strncmp(pri_ent->d_name, TMP_OBJ_PREFIX, in soft_keystore_setpin()1696 "%s/%s", pri_obj_path, pri_ent->d_name); in soft_keystore_setpin()1699 (pri_ent->d_name) + OBJ_PREFIX_LEN); in soft_keystore_setpin()