代码搜索:LP
找到约 9,457 项符合「LP」的源代码
代码结果 9,457
www.eeworm.com/read/108242/6183593
c lp.c
/* lp 1.4 - Send file to the lineprinter Author: Kees J. Bot
* 3 Dec 1989
*/
#define nil 0
#include
#include
#include
#include
#include
www.eeworm.com/read/101135/6238307
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/101135/6238376
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/101135/6238560
1 lp.1
%!PS-Adobe-1.0
%%Creator: devps (Pipeline Associates, Inc.)
%%CreationDate: Fri Sep 13 13:04:00 1996
%%Pages: (atend)
%%DocumentFonts: (atend)
/devps 180 dict def devps begin
/res 10.000000 def
/y_of
www.eeworm.com/read/101135/6238744
1 lp.1
LP(1) Minix Programmer's Manual LP(1)
NAME
lp, lpd - copy a file to the line printer
SYNOPSIS
lp [file ...]
DESCRIPTION
Each f
www.eeworm.com/read/101135/6238901
4 lp.4
%!PS-Adobe-1.0
%%Creator: devps (Pipeline Associates, Inc.)
%%CreationDate: Fri Sep 13 13:08:04 1996
%%Pages: (atend)
%%DocumentFonts: (atend)
/devps 180 dict def devps begin
/res 10.000000 def
/y_of
www.eeworm.com/read/101135/6239008
4 lp.4
LP(4) Minix Programmer's Manual LP(4)
NAME
lp - line printer
DESCRIPTION
The lp device refers to the line printer attached to the para
www.eeworm.com/read/101082/6241901
h lp.h
/* @(#)lp.h 4.1 ULTRIX 7/2/90 */
/************************************************************************
* *
* Copyright (c) 1988 by *
* Digital Equipment Corporation, Maynard
www.eeworm.com/read/101082/6242103
sh lp.sh
#!/bin/sh
# @(#)lp.sh 4.1 ULTRIX 7/2/90
#
# SysV lp program script (X/OPEN Portability)
#
# chetal 1/19/88
#
PATH=/usr/ucb:/bin:/usr/bin
C=-s #Default..symlink
F= #Holds the files
next="F=$F@"
www.eeworm.com/read/101082/6244890
1 lp.1
.TH lp 1
.SH Name
lp \- send requests to an LP line printer
.SH Syntax
.NXR "lp command"
.B lp
[\fB\-c\fR] [\fB\-d \fIdest\fR\|]
[\fB\-n \fInumber\fR\|]
[\-] [\fIfiles\fR]
.SH Description
The
.PN lp
c