Lines Matching +full:rate +full:- +full:lp +full:- +full:ms
1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
51 int tof; /* true if we are at top-of-form */
52 /* ------------------------------------------------------ */
54 long baud_rate; /* BR: baud rate if lp is a tty */
57 long daemon_user; /* DU: daemon user id -- XXX belongs ???? */
62 char *lp; /* LP: device name or network address */ member
75 long rw; /* RW: open LP for reading and writing */
85 char *mode_set; /* MS: mode set, a la stty */
95 ((double)(endTS.tv_sec - startTS.tv_sec) \
96 + (endTS.tv_nsec - startTS.tv_nsec) * 1.0e-9)
113 char *rf_prettyname; /* user-visible name of file */
185 time_t job_time; /* last-mod time of cf-file */
193 * with the addition of an easy-readable day-of-the-week field. Note that
196 #define LPD_TIMESTAMP_PATTERN "%Y-%m-%dT%T%z %a"
206 #define PCAPERR_TCLOOP (-3)
207 #define PCAPERR_OSERR (-2)
208 #define PCAPERR_NOTFOUND (-1)
225 * Bit-flags for set_qstate() actions, followed by the return values.
233 #define SQS_PARMERR -9 /* Invalid parameters from caller */
234 #define SQS_CREFAIL -3 /* File did not exist, and create failed */
235 #define SQS_CHGFAIL -2 /* File exists, but unable to change state */
236 #define SQS_STATFAIL -1 /* Unable to stat() the lock file */
265 #include "lp.cdefs.h" /* A cross-platform version of <sys/cdefs.h> */