Searched refs:defaultfs (Results 1 – 1 of 1) sorted by relevance
588 static char defaultfs[BO_MAXFSNAME]; in getfstype() local592 (void) get_fstype_prop(defaultfs); in getfstype()595 (void) strcpy(defaultfs, "swapfs"); in getfstype()600 printf("%s filesystem type [%s]: ", askfor, defaultfs); in getfstype()603 (void) strcpy(fsname, defaultfs); in getfstype()615 fsname = defaultfs; in getfstype()