Lines Matching refs:temp
136 char *temp = format_rstart_env (env[i]);
137 fprintf (fp, "MISC X %s\n", temp);
138 if (temp != env[i])
139 XtFree (temp);
210 char *temp = str;
212 while (*temp != '\0')
214 if (!isgraph (*temp) || *temp == '\\')
216 temp++;
227 temp = str;
228 while (*temp != '\0')
230 if (!isgraph (*temp) || *temp == '\\')
233 snprintf (octal, sizeof(octal), "%o", *temp);
241 *(ptr++) = *temp;
243 temp++;