Searched refs:helpfile (Results 1 - 1 of 1) sorted by relevance
/solaris-x11-s11/open-src/app/accessx/sun-src/ |
H A D | AccessX.c | 2613 char *helpfile; local 2617 helpfile = XtMalloc(strlen(ACCESSXHELP_DIRECTORY) + strlen(locale) + 2620 if (!helpfile) { 2624 sprintf(helpfile,"%s%s%s%s", ACCESSXHELP_DIRECTORY, locale, 2628 helpfilefp = fopen(helpfile, "r"); 2632 sprintf(helpfile,"%s%s%s%s", ACCESSXHELP_DIRECTORY, "C", 2634 helpfilefp = fopen(helpfile, "r"); 2641 XtFree(helpfile);
|
Completed in 17 milliseconds