Lines Matching refs:destination
165 char *destination = NULL;
357 * Parse destination
362 parse_dest(job_data->dest, &destination,
370 parse_dest(job_data->dest, &destination, &tcp_port,
377 if (destination == NULL ||
380 gettext("Netpr: system error parsing destination %s\n"),
382 syslog(LOG_DEBUG, "system error parsing destination %s",
389 destination = job_data->dest;
391 syslog(LOG_DEBUG, "destination : %s", destination);
405 if ((sockfd = net_open(destination, 20)) < 0) {
408 destination);
411 destination);
415 if ((sockfd = tcp_open(destination, tcpjob, 20)) == -1) {
466 gettext("Usage: netpr -I request_id -p printer -d destination\n"));