Lines Matching refs:str2
269 char str[500], str2[500], *ptr;
441 (void) strncpy(str2, ptr, 5);
442 str2[5] = '\0';
443 for (cp = str2; *cp; cp++) {
447 if (strcmp(str2, "path:") == 0) {
461 (void) strcpy(str2, str);
463 snprintf(str2, sizeof(str2), "%s/%s", homeDir, str);
465 XtAsprintf(&draftFile, "%s/draft", str2);
466 XtAsprintf(&xmhDraftFile, "%s/xmhdraft", str2);
469 app_resources.mail_path = XtNewString(str2);