代码搜索:9660
找到约 787 项符合「9660」的源代码
代码结果 787
www.eeworm.com/read/455442/1615052
h iso9660.h
/*H**************************************************************************
* NAME: iso9660.h
*----------------------------------------------------------------------------
* Copy
www.eeworm.com/read/455425/1615195
c iso9660.c
/*C**************************************************************************
* NAME: iso9660.c
*----------------------------------------------------------------------------
* Copyright (c)
www.eeworm.com/read/455425/1615201
h iso9660.h
/*H**************************************************************************
* NAME: iso9660.h
*----------------------------------------------------------------------------
* Copy
www.eeworm.com/read/241253/4562875
h iso9660.h
/* $OpenBSD: iso.h,v 1.12 2002/03/15 18:18:09 millert Exp $ */
/* $NetBSD: iso.h,v 1.20 1997/07/07 22:45:34 cgd Exp $ */
/*-
* Copyright (c) 1994
* The Regents of the University of California. All
www.eeworm.com/read/234230/4660481
c iso9660.c
/*C**************************************************************************
* NAME: iso9660.c
*----------------------------------------------------------------------------
* Copyright (c)
www.eeworm.com/read/234230/4660487
h iso9660.h
/*H**************************************************************************
* NAME: iso9660.h
*----------------------------------------------------------------------------
* Copy
www.eeworm.com/read/209211/4981562
h flfmt9660.h
void iso9660init(int fd, Header *h, char*, int);
void iso9660labels(Disk*, uchar*, void(*write)(int, u32int));
void iso9660copy(Fs*);
www.eeworm.com/read/209211/4981612
c flfmt9660.c
/*
* Initialize a fossil file system from an ISO9660 image already in the
* file system. This is a fairly bizarre thing to do, but it lets us generate
* installation CDs that double as valid Plan
www.eeworm.com/read/209211/4983313
c 9660srv.c
#include
#include
#include
#include
#include "dat.h"
#include "fns.h"
#include "iso9660.h"
static void ireset(void);
static int iattach(Xfile*);
static void iclone(X
www.eeworm.com/read/209211/4983317
h iso9660.h
#define VOLDESC 16 /* sector number */
typedef uchar Byte2L[2];
typedef uchar Byte2M[2];
typedef uchar Byte4LM[4];
typedef uchar Byte4L[4];
typedef uchar Byte4M[4];
typedef uchar Byte8LM[8];
ty