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

/haiku/src/add-ons/print/transports/lpr/
H A DLpsClient.cpp107 char cfname[32]; local
108 strncpy(cfname, name, sizeof(cfname));
109 cfname[sizeof(cfname) - 1] = '\0';
111 *fOutput << LPS_RECEIVE_CONTROL_FILE << size << ' ' << cfname << '\n' << flush;
H A DLpsClient.h43 void receiveControlFile(int cfsize, const char* cfname);
H A DLprTransport.cpp98 ostringstream cfname; local
99 cfname << "cfA" << setw(3) << setfill('0') << fJobId << hostname;
120 lpr.receiveControlFile(cfsize, cfname.str().c_str());

Completed in 40 milliseconds