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

/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mount.c123 const char *pathname_t; local
160 pathname_t = grub_strchr (path, ')');
161 if (! pathname_t)
162 pathname_t = path;
164 pathname_t++;
165 pathname = xstrdup (pathname_t);

Completed in 15 milliseconds