Lines Matching +full:machine +full:- +full:mode +full:- +full:visible
1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
51 int tof; /* true if we are at top-of-form */
52 /* ------------------------------------------------------ */
57 long daemon_user; /* DU: daemon user id -- XXX belongs ???? */
72 char *remote_host; /* RM: remote machine name */
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 */
155 * 'local_host' is the name of the machine that lpd (lpr, whatever)
169 extern const char *from_host; /* client's machine name */
170 extern const char *from_ip; /* client machine's IP address */
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> */