Searched refs:newName (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xconsole/dist/
H A Dxconsole.c312 char *newName; local in function:Notify
318 newName = malloc (strlen (oldName) + 3);
319 if (!newName)
321 sprintf (newName, "%s *", oldName);
322 XtSetArg (arglist[0], XtNiconName, newName);
324 free (newName);
334 char *newName; local in function:Deiconified
345 newName = malloc (oldlen - 1);
346 if (!newName)
348 strncpy (newName, oldNam
[all...]
/xsrc/external/mit/xterm/dist/
H A Dmisc.c6361 char *newName; local in function:AllocateTermColor
6373 && (newName = x_strdup(name)) != NULL) {
6378 SET_COLOR_NAME(pNew, ndx, newName);
6380 ndx, newName, def.pixel));

Completed in 10 milliseconds