Searched refs:closetray_options (Results 1 – 1 of 1) sorted by relevance
91 char closetray_options[1024]; in main() local130 if (strlen (fgets (closetray_options, sizeof (closetray_options), stdin)) > 0) in main()131 closetray_options [strlen (closetray_options) - 1] = '\0'; in main()133 if (!g_utf8_validate (closetray_options, -1, &end)) in main()136 printf ("closetray_options = '%s'\n", closetray_options); in main()140 given_options = g_strsplit (closetray_options, "\t", 0); in main()