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

/vbox/src/VBox/RDP/client-1.8.3/
H A Dprintercache.c125 char *printer_path; local
143 printer_path = (char *) xmalloc(printer_maxlen);
146 sprintf(printer_path, "%s/.rdesktop/rdpdr/%s", home, printer);
149 printf("%s,%s\n", printer_path, new_printer_path);
150 if (rename(printer_path, new_printer_path) < 0)
152 xfree(printer_path);
157 xfree(printer_path);

Completed in 225 milliseconds