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

/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-storage-mount.c460 char mount_fstype[256]; local
544 if (strlen (fgets (mount_fstype, sizeof (mount_fstype), stdin)) > 0)
545 mount_fstype [strlen (mount_fstype) - 1] = '\0';
551 if (!g_utf8_validate (mount_fstype, -1, &end))
552 unknown_error ("Error validating mount_fstype as UTF-8");
572 printf ("mount_fstype = '%s'\n", mount_fstype);
903 if (strlen (mount_fstype) >
[all...]

Completed in 22 milliseconds