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

/xsrc/external/mit/xconsole/dist/
H A Dxconsole.c311 char *oldName; local in function:Notify
316 XtSetArg (arglist[0], XtNiconName, &oldName);
318 newName = malloc (strlen (oldName) + 3);
321 sprintf (newName, "%s *", oldName);
333 char *oldName; local in function:Deiconified
340 XtSetArg (arglist[0], XtNiconName, &oldName);
342 oldlen = strlen (oldName);
348 strncpy (newName, oldName, oldlen - 2);

Completed in 13 milliseconds