Searched refs:tmpname (Results 1 – 2 of 2) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_console.c | 224 char tmpname[] = "/tmp/vncautopass.XXXXXX"; in libxl_vncviewer_exec() local 225 autopass_fd = mkstemp(tmpname); in libxl_vncviewer_exec() 227 LOGED(ERROR, domid, "mkstemp %s failed", tmpname); in libxl_vncviewer_exec() 231 if ( unlink(tmpname) ) { in libxl_vncviewer_exec() 233 LOGED(ERROR, domid, "unlink %s failed", tmpname); in libxl_vncviewer_exec() 238 tmpname, "vnc password") ) in libxl_vncviewer_exec() 242 LOGED(ERROR, domid, "rewind %s (autopass) failed", tmpname); in libxl_vncviewer_exec()
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | confdata.c | 745 char dirname[PATH_MAX+1], tmpname[PATH_MAX+1], newname[PATH_MAX+1]; in conf_write() local 773 sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid()); in conf_write() 774 out = fopen(tmpname, "w"); in conf_write() 776 *tmpname = 0; in conf_write() 823 if (*tmpname) { in conf_write() 827 if (rename(tmpname, newname)) in conf_write()
|
Completed in 6 milliseconds