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

/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dlpd.c1215 char buffertosend[SMALLBUFFER]; local
1216 buffertosend[0] = ack;
1217 buffertosend[1] = 0;
1219 if( write( *talk, buffertosend, strlen(buffertosend) ) < 0 )
H A Dlpd_lisa.c1183 char buffertosend[SMALLBUFFER]; local
1184 buffertosend[0] = ack;
1185 buffertosend[1] = 0;
1187 if( write( *talk, buffertosend, strlen(buffertosend) ) < 0 )
H A Dlpd_status.c107 char buffertosend[LARGEBUFFER]; local
139 SNPRINTF(buffertosend, sizeof(buffertosend))"Status: %s\n", printerstatus);
141 // SNPRINTF(buffertosend, sizeof(buffertosend))"Status: Off line\n");
142 // if( Write_fd_str( *sock, buffertosend ) < 0 ) cleanup(0);
143 if( write( *sock, buffertosend, strlen(buffertosend) ) < 0 ) cleanup(0);

Completed in 45 milliseconds