Home
last modified time | relevance | path

Searched refs:eject_options (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/hal/tools/
H A Dhal-storage-eject.c93 char eject_options[1024]; in main() local
132 if (strlen (fgets (eject_options, sizeof (eject_options), stdin)) > 0) in main()
133 eject_options [strlen (eject_options) - 1] = '\0'; in main()
135 if (!g_utf8_validate (eject_options, -1, &end)) in main()
138 printf ("eject_options = '%s'\n", eject_options); in main()
142 given_options = g_strsplit (eject_options, "\t", 0); in main()