代码搜索:dump
找到约 8,160 项符合「dump」的源代码
代码结果 8,160
www.eeworm.com/read/101082/6246219
5 dump.5
.\" SCCSID: @(#)dump.5 8.1 9/11/90
.TH dump 5
.SH Name
dumprestor, dumpdates \- incremental dump format
.SH Syntax
.B #include
.br
.B #include
.br
.B #include
www.eeworm.com/read/101082/6246294
8 dump.8
.\" SCCSID: @(#)dump.8 8.1 9/11/90
.TH dump 8
.SH Name
dump \- create file system dump
.SH Syntax
.B /etc/dump
[ \fIkey\fR [ \fIargument\fR... ] \fIfilesystem\fR ]
.SH Description
.NXR "dump command"
www.eeworm.com/read/101082/6248534
h dump.h
/* dump.h 1.4 83/08/11 */
#define NI 16
#define DIRPB (BSIZE/sizeof(struct direct))
#include
#include
#include
#include
#include
#include "include.4
www.eeworm.com/read/100745/6265324
c dump.c
/*
* NanoBreaker, a Nano-X Breakout clone by Alex Holden.
*
* The contents of this file are subject to the Mozilla Public License
* Version 1.1 (the "License"); you may not use this file except in
www.eeworm.com/read/100271/6272478
dump wwwdb.dump
\connect - wwwrun
CREATE SEQUENCE seq start 1000 increment 1 maxvalue 1000000 minvalue 1000 cache 1 ;
CREATE TABLE contacts (
title character varying(50),
sex character varying(1),
first_name char
www.eeworm.com/read/481522/6642178
asm dump.asm
%include "macro.inc"
%include "orzmicro.inc"
db "ORZEXE.0" ; Executable file revision 0 id
dd 0x1000 ; Stack size
dd 0 ; Data size
[ORG -0x10]
[BITS 32]
xor ebx, ebx
mov eax, msg_Create
www.eeworm.com/read/263968/11334954
c dump.c
#include
#include
#include "audio.h"
#include "getbits.h"
#define DUMP
#include "dump.h"
/* no hex dump, sorry
*/
void dump(int *length) /* in fact int length[4]
www.eeworm.com/read/263968/11334975
h dump.h
/* this file is a part of amp software, (C) tomislav uzelac 1996,1997
*/
/* dump.h
*
* Last modified by: tomislav uzelac May 31 1997
*/
extern void dump(int *length);
extern void show_hea
www.eeworm.com/read/408584/11381090
c dump.c
#include "unp.h"
#include
/* include sadb_dump */
void
sadb_dump(int type)
{
int s;
char buf[4096];
struct sadb_msg msg;
int goteof;
s = Socket(PF_KEY, SOCK_RAW, PF_KEY_V2);
/
www.eeworm.com/read/407760/11411219
s dump.s
/* dump.S - LILO register dumper */
Copyright 1995-1997 Werner Almesberger.
All rights reserved.
Licensed under the terms contained in the file 'COPYING' in the
source directory.
*/
#defin