代码搜索:IOB

找到约 1,960 项符合「IOB」的源代码

代码结果 1,960
www.eeworm.com/read/136812/5857494

h iob.h

/* @(#)iob.h 1.1 92/07/30 SMI */ #define NSTATIC 32
www.eeworm.com/read/136812/5857514

c iob.c

#if !defined(lint) && defined(SCCSIDS) static char sccsid[] = "@(#)iob.c 1.1 92/07/30 SMI"; /* from Sun */ #endif #include #include "iob.h" FILE _iob[NSTATIC] = { #if pdp11 { NULL, 0, NUL
www.eeworm.com/read/136812/5859948

h iob.h

/* @(#)iob.h 1.1 92/07/30 SMI */ /* * This struct keeps track of an open file in the standalone I/O system. * * It includes an IOB for device addess, an inode, a buffer for reading * indirect blo
www.eeworm.com/read/136812/5860026

c iob.c

#ifndef lint static char sccsid[] = "@(#)iob.c 1.1 92/07/30 Copyr 1986 Sun Micro"; #endif /* * Copyright (c) 1986 by Sun Microsystems, Inc. */ /* * Utility routines to deal with the internal IOB
www.eeworm.com/read/219322/14888315

h iob.h

#ifndef _FILE_H_ #define _FILE_H_ #define IO_BUFSIZE 8192 #define LINE_SIZE 80 typedef struct iob { int fd; int cnt; char *buf_ptr; char *tail_ptr; char buf[IO_BUFSIZE]; } iob_t; void init_
www.eeworm.com/read/219322/14888337

c iob.c

#include #include "iob.h" /* the backup buffer for readln_from_iob() */ static char backup_buf[80]; static int backup = 0; void init_iob(int fd, struct iob *p) { p->fd = fd; p->cnt =
www.eeworm.com/read/229812/4733499

c iob.c

/**************************************************************************** * * Open Watcom Project * * Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res
www.eeworm.com/read/302839/3822989

hh iob.hh

/* * Copyright (c) 2006 * The Regents of The University of Michigan * All Rights Reserved * * This code is part of the M5 simulator. * * Permission is granted to use, copy, create derivative wo
www.eeworm.com/read/302839/3822993

cc iob.cc

/* * Copyright (c) 2006 * The Regents of The University of Michigan * All Rights Reserved * * This code is part of the M5 simulator. * * Permission is granted to use, copy, create derivative wo
www.eeworm.com/read/392528/8337930

h iob.h

struct iob_data { struct iob_data *next; char *type; char *name; char *fields[1]; }; struct io_setup { char **fields; int nelt, type; }; struct defines { struct defines *next; char defname[