Searched defs:tmpname (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dcsopendi.c107 char *tmpname, *tmpdata; local
119 tmpname = Xmalloc ((unsigned) namelen);
120 if (!tmpname) return;
121 bcopy (name, tmpname, namelen);
123 tmpname = NULL;
129 if (tmpname) (void) Xfree (tmpname);
137 xauth_name = tmpname; /* and store the suckers */

Completed in 10 milliseconds