HomeSort by: relevance | last modified time | path
    Searched refs:MOUNTLEN (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/sysinst/
defs.h 281 #define MOUNTLEN 20
297 char mount[MOUNTLEN]; /* where will we mount this? */
partman.c 1053 strlcpy(buf, dev_ptr->filepath, MOUNTLEN);
1054 snprintf(dev_ptr->filepath, MOUNTLEN, "/%s",
1162 char r_o[3], buf[MOUNTLEN+3], resultpath[STRSIZE];
2495 strlcpy(mnts[num_devs].dev, pm_i->bsdlabel[i].mounted, MOUNTLEN);
2538 char buf[MOUNTLEN];
2557 strlcpy(pm_cur->bsdlabel[part_num].mounted, buf, MOUNTLEN);
label.c 423 char *p, *first, *last, buf[MOUNTLEN];
427 buf, buf, MOUNTLEN);
disklabel.c 46 char last_mounted[MAXPARTITIONS][MOUNTLEN];
bsddisklabel.c 317 char new_mp[MOUNTLEN], *err;

Completed in 20 milliseconds