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

/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-mount.c457 char mount_fstype[256]; local
537 if (strlen (fgets (mount_fstype, sizeof (mount_fstype), stdin)) > 0)
538 mount_fstype [strlen (mount_fstype) - 1] = '\0';
544 if (!g_utf8_validate (mount_fstype, -1, &end))
545 unknown_error ("Error validating mount_fstype as UTF-8");
565 printf ("mount_fstype = '%s'\n", mount_fstype);
874 if (strlen (mount_fstype) >
[all...]

Completed in 58 milliseconds