代码搜索:U
找到约 10,000 项符合「U」的源代码
代码结果 10,000
www.eeworm.com/read/216499/4892567
u5
.SH
.tr ~
V.~~UNIX READING LIST
.PP
.ti 0
.br
.I
General:
.R
.if t .sp 5p
.UC UNIX
Programmer's Manual
(Ken Thompson, Dennis Ritchie, and a cast of thousands).
Lists commands,
system routines and inte
www.eeworm.com/read/210131/4954580
asm u.asm
.MODEL HUGE
STACK SEGMENT STACK PARA 'STACK'
DB 200 DUP(0)
STACK ENDS
CODE SEGMENT WORD PUBLIC 'CODE'
ASSUME CS:CODE,DS:DATA,ss:stack
pp1 PROC
www.eeworm.com/read/209211/4982840
h u.h
#include "dtos.h"
/* avoid name conflicts */
#undef accept
#undef listen
/* sys calls */
#undef bind
#undef chdir
#undef close
#undef create
#undef dup
#undef export
#undef fstat
#undef fwstat
#unde
www.eeworm.com/read/209211/4986155
c u.c
/*
* sparc64 definition
*/
#include
#include
#include "/sparc64/include/ureg.h"
#include
#define REGOFF(x) (ulong)(&((struct Ureg *) 0)->x)
#define R1 REGOFF(r1)
#define R7
www.eeworm.com/read/209211/4986266
h u.h
#define nil ((void*)0)
typedef unsigned short ushort;
typedef unsigned char uchar;
typedef signed char schar;
typedef unsigned long ulong;
typedef unsigned int uint;
typedef long long vlong;
ty
www.eeworm.com/read/195341/5111970
u4
.SH
IV. PROGRAMMING
.PP
.UC UNIX
is a marvelously pleasant and productive system for
writing programs;
productivity seems to be an order of magnitude higher
than on other interactive systems.
.PP
The
www.eeworm.com/read/195341/5111971
u3
.sp
.SH
III. DOCUMENT PREPARATION
.sp
.PP
.UC UNIX
is extensively used for document preparation.
There are three major
.ul
formatting
programs,
that is,
programs which produce a text with
justified r
www.eeworm.com/read/195341/5111972
u6
.sp 3
.SH Index
Index
.LP
.sp 2
.nf
& (asynchronous process) 8
; (multiple processes) 8
* (pattern match) 5
[ ] (pattern match) 6
? (pattern match) 6
(redirect I/O) 7
>> (file append) 12
bac
www.eeworm.com/read/195341/5111974
u1
.sp
.SH
I. GETTING STARTED
.SH
Logging In
.PP
Most of the details about logging in are in the manual
section
called
``How to Get Started''
(pages
.ul
iv-v
in the 5th Edition).
Here are a couple of ex
www.eeworm.com/read/195341/5111976
u2
.SH
II. DAY-TO-DAY USE
.SH
Creating Files _ The Editor
.PP
If we have to type a paper or a letter or a program,
how do we get the information stored in the machine?
Most of these tasks are done with