代码搜索:Spooling
找到约 144 项符合「Spooling」的源代码
代码结果 144
www.eeworm.com/read/258142/11882183
java finalvar.java
final class FinalVar
{
//CPU的工作状态,0为核心态,1为用户态
public static final byte CPUMODE_USER = 1;
public static final byte CPUMODE_SYS = 0;
//CPU的C条件寄存器
public static final char CPUC_T = 'T';
p
www.eeworm.com/read/101082/6242722
c subdir.c
#ifndef lint
static char sccsid[] = "@(#)subdir.c 4.1 (decvax!larry) 7/2/90";
#endif
/************************
* routines that implement subdirectory spooling
************************/
/********
www.eeworm.com/read/198623/7921629
c opr.c
/*
* opr -- off line print dispatcher
* chooses spooling routine appropriate
* to destination
*
* last entry in table isdefault
*/
char *code[] {
"-lp", "/lib/lpr", /* line printer */
0
};
www.eeworm.com/read/216499/4893152
c opr.c
/*
* opr -- off line print dispatcher
* chooses spooling routine appropriate
* to destination
*
* last entry in table isdefault
*/
char *code[] {
"-lp", "/lib/lpr", /* line printer */
0
};
www.eeworm.com/read/195341/5112560
c opr.c
/*
* opr -- off line print dispatcher
* chooses spooling routine appropriate
* to destination
*
* last entry in table isdefault
*/
char *code[] {
"-lp", "/lib/lpr", /* line printer */
0
};
www.eeworm.com/read/369339/2801710
c opr.c
/*
* opr -- off line print dispatcher
* chooses spooling routine appropriate
* to destination
*
* last entry in table isdefault
*/
char *code[] {
"-lp", "/lib/lpr", /* line printer */
0
};
www.eeworm.com/read/366180/2892727
h winnet.h
/*
* Windows/Network Interface
* Copyright (C) Microsoft 1989-1994
*
* Standard WINNET Driver Header File, spec version 3.10
*/
typedef WORD far * LPWORD;
/*
* SPOOLING - CONTROL
www.eeworm.com/read/183272/9172690
c print.c
/*
* The client command for printing documents. Opens the file
* and sends it to the printer spooling daemon. Usage:
* print [-t] filename
*/
#include "apue.h"
#include "print.h"
#include
www.eeworm.com/read/364932/9887144
c print.c
/*
* The client command for printing documents. Opens the file
* and sends it to the printer spooling daemon. Usage:
* print [-t] filename
*/
#include "apue.h"
#include "print.h"
#include
www.eeworm.com/read/289562/7805773
c print.c
/*
* The client command for printing documents. Opens the file
* and sends it to the printer spooling daemon. Usage:
* print [-t] filename
*/
#include "apue.h"
#include "print.h"
#include