Home | History | Annotate | Download | only in sysinst

Lines Matching refs:filepath

103 	char filepath[STRSIZE];
937 if (strlen(dev_ptr->filepath) < 1)
941 pm_fmt_disk_line(m->mw, dev, dev_ptr->filepath,
944 pm_fmt_disk_line(m->mw, dev, dev_ptr->filepath,
982 msg_string(MSG_vnd_path_fmt), dev_ptr->filepath);
1051 dev_ptr->filepath, dev_ptr->filepath, STRSIZE);
1052 if (dev_ptr->filepath[0] != '/') {
1053 strlcpy(buf, dev_ptr->filepath, MOUNTLEN);
1054 snprintf(dev_ptr->filepath, MOUNTLEN, "/%s",
1057 if (dev_ptr->filepath[strlen(dev_ptr->filepath) - 1]
1059 dev_ptr->filepath[strlen(dev_ptr->filepath)
1127 .filepath[0] = '\0',
1146 if (strlen(dev_ptr->filepath) < 1 ||
1192 if (strstr(vnds[i].filepath, buf) !=
1193 vnds[i].filepath)
1213 &(vnds[i].filepath[strlen(rp)]));
2151 dev, vnds[i].filepath);