Searched refs:hi_path (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/lib/libsecureboot/
H A Dvepcr.c50 const char *hi_path; member in struct:hashed_info
106 hip->hi_path = strdup(path);
107 if (!hip->hi_path) {
111 hip->hi_basename = strrchr(hip->hi_path, '/');
115 hip->hi_basename = hip->hi_path;
153 nbytes += 1 + strlen(flags ? hip->hi_basename : hip->hi_path);
159 cp = flags ? hip->hi_basename : hip->hi_path;

Completed in 98 milliseconds