HomeSort by: relevance | last modified time | path
    Searched refs:LP (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/lpr/common_source/
lp.h 1 /* $NetBSD: lp.h,v 1.25 2011/08/30 19:27:37 joerg Exp $ */
31 * @(#)lp.h 8.2 (Berkeley) 4/28/95
40 extern long BR; /* baud rate if lp is a tty */
44 extern long FC; /* flags to clear if lp is a tty */
46 extern long FS; /* flags to set if lp is a tty */
52 extern const char *LP; /* line printer device name */
54 extern const char *MS; /* stty flags to set if lp is a tty */
68 extern long RW; /* open LP for reading and writing */
common.c 62 #include "lp.h"
63 #include "lp.local.h"
71 long BR; /* baud rate if lp is a tty */
75 long FC; /* flags to clear if lp is a tty */
77 long FS; /* flags to set if lp is a tty */
83 const char *LP; /* line printer device name */
85 const char *MS; /* stty flags to set if lp is a tty */
99 long RW; /* open LP for reading and writing */
211 char *lp = line; local
218 *lp++ = ' '
    [all...]
  /src/usr.bin/rdist/
gram.y 55 %term LP 2
109 | LP names RP = {
233 case '(': /* LP */
234 return(LP);
defs.h 58 #define LP 2
  /src/usr.sbin/lpr/lpd/
printjob.c 75 #include "lp.h"
76 #include "lp.local.h"
1381 if (!remote && *LP) {
1382 if (strchr(LP, '@') != NULL)
1412 pfd = getport(LP);
1426 pstatus("waiting for %s to come up", LP);
1428 pstatus("waiting for access to printer on %s", LP);
1432 pstatus("sending to %s", LP);
1444 pfd = open(LP, RW ? O_RDWR : O_WRONLY);
1450 syslog(LOG_ERR, "%s: %m", LP);
    [all...]

Completed in 22 milliseconds