Lines Matching +defs:temp +defs:string
91 char *string, rbuffer[32];
109 string = rbuffer;
118 string = buffer;
126 text.ptr = string;
149 MakeStringBox(Widget parent, String name, String string)
156 XtSetArg(args[numargs], XtNstring, string); numargs++;
164 * Description: retrieves the string from a asciiText widget.
205 char temp[BUFSIZ], *ptr;
220 strncpy(temp, file, sizeof(temp) - 1);
221 temp[sizeof(temp) - 1] = '\0';
222 if ( (ptr = rindex(temp, '/')) == NULL)
223 strcpy(temp, ".");
227 if (access(temp, R_OK | W_OK | X_OK) == 0)