Searched defs:gui_path (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconfig/
H A Dfbconfig.c745 const char **gui_path) /* Returned GUI script pathname */
749 *gui_path = DCMTOOL_LOCATION;
751 if (access(*gui_path, X_OK) < 0) {
781 const char *gui_path; /* DCM Tool GUI pathname (ignored) */ local
792 error_code = PathToGUI(&gui_path);
1367 const char *gui_path; /* DCM Tool GUI script pathname */ local
1395 error_code = PathToGUI(&gui_path);
1401 PrintError("%s, %s", strerror(error_code), gui_path);
1406 (void) execl(pfexec_path, pfexec_path, gui_path, NULL);
744 PathToGUI( const char **gui_path) argument

Completed in 28 milliseconds