代码搜索:LP
找到约 9,457 项符合「LP」的源代码
代码结果 9,457
www.eeworm.com/read/216499/4892464
4 lp.4
.th LP IV 5/27/74
.sh NAME
lp \*- line printer
.sh DESCRIPTION
.it Lp
provides the interface to any of the standard
DEC line printers.
When it is opened or closed, a suitable number
of page ejects is
www.eeworm.com/read/216450/4895067
1 lp.1
.TH LP 1
.SH NAME
lp, lpd \- copy a file to the line printer
.SH SYNOPSIS
.B lp
.RI [ file " ...]"
.SH DESCRIPTION
Each file argument to
.B lp
is send to the line printer to be printed. Standard inpu
www.eeworm.com/read/216450/4895271
4 lp.4
.TH LP 4
.SH NAME
lp \- line printer
.SH DESCRIPTION
The
.B lp
device refers to the line printer attached to the parallel port. Any byte
written to this device is printed. Only one process may have
www.eeworm.com/read/209559/4965437
c lp.c
/*
* Generic parallel printer driver
*
* Copyright (C) 1992 by Jim Weigand and Linus Torvalds
* Copyright (C) 1992,1993 by Michael K. Johnson
* - Thanks much to Gunter Windau for pointing out to
www.eeworm.com/read/209559/4968636
h lp.h
#ifndef _LINUX_LP_H
#define _LINUX_LP_H
/*
* usr/include/linux/lp.h c.1991-1992 James Wiegand
* many modifications copyright (C) 1992 Michael K. Johnson
* Interrupt support added 1993 Nigel Gamble
www.eeworm.com/read/209211/4981965
rc lp.rc
#!/bin/rc
# lp - enqueues the file to be printed and starts the daemon, when necessary.
# Make changes to /sys/src/cmd/lp/lp.rc;
# changes made directly to /rc/bin/lp will be lost.
rfork en # so that
www.eeworm.com/read/209211/4983968
model lp.model
# qmsps800 mac 10/22/86
#
LPDEST=`basename $0`
QMS_FILE="$1"
DATE="`date +%D`"
TIME="`date +%T`"
owner="$2"
site=`uname`
port="`/usr/bin/lpstat -v$LPDEST | sed -e 's/.*: //'`"
filter_cmd
www.eeworm.com/read/198501/5086969
h lp.h
#ifndef _LINUX_LP_H
#define _LINUX_LP_H
/*
* usr/include/linux/lp.h c.1991-1992 James Wiegand
* many modifications copyright (C) 1992 Michael K. Johnson
* Interrupt support added 1993 Nigel Gamble
www.eeworm.com/read/196036/5104867
c lp.c
/*
* Copyright (C) 1992 by Jim Weigand and Linus Torvalds
* Copyright (C) 1992,1993 by Michael K. Johnson
* - Thanks much to Gunter Windau for pointing out to me where the error
* checking ought