Go to the source code of this file.
Functions | |
| void | lp_person (char *) |
| int | lp_pagecost (void) |
| void | lp_host (char *) |
| void | lp_job (char *) |
| void | lp_for (char *) |
| void | lp_origin (int) |
| int | lp_rmjob (int) |
| int | lp_queue (struct papfile *) |
| int | lp_cancel (void) |
| int | lp_print (void) |
| Create printcap control file, signal printer. | |
| int | lp_open (struct papfile *, struct sockaddr_at *) |
| int | lp_write (struct papfile *, char *, size_t) |
| int | lp_close (void) |
| int | rresvport (int *__alport) |
| int lp_cancel | ( | void | ) |
cancel current job
| int lp_close | ( | void | ) |
close current spooling file
| void lp_for | ( | char * | lpfor | ) |
| void lp_host | ( | char * | host | ) |
| void lp_job | ( | char * | job | ) |
| int lp_open | ( | struct papfile * | out, |
| struct sockaddr_at * | sat ) |
open a file for spooling
| void lp_origin | ( | int | origin | ) |
| int lp_pagecost | ( | void | ) |
| void lp_person | ( | char * | person | ) |
| int lp_print | ( | void | ) |
Create printcap control file, signal printer.
print current job
XXX piped?
| int lp_queue | ( | struct papfile * | ) |
| int lp_rmjob | ( | int | ) |
| int lp_write | ( | struct papfile * | in, |
| char * | buf, | ||
| size_t | len ) |
open a buffer to the current open file
|
extern |