代码搜索:dump

找到约 8,160 项符合「dump」的源代码

代码结果 8,160
www.eeworm.com/read/217381/4872596

memory_dump

64 MB: 0x00: 80 08 04 0c 09 01 40 00 01 a0 60 00 80 08 00 01 0x10: 8f 04 04 01 01 00 06 a0 60 00 00 14 10 14 2d 10 0x20: 20 10 20 10 00 00 00 00 00 00 00 00 00 00 00 00 0x30: 00 00 00 00 00 00 00 00 0
www.eeworm.com/read/216502/4890349

5 dump.5

.TH DUMP 5 .SH NAME dump, ddate \- incremental dump format .SH SYNOPSIS .B #include .br .B #include .br .B # include .SH DESCRIPTION Tapes used by .I dump and
www.eeworm.com/read/216502/4891036

c dump.c

#define NI 16 #define DIRPB (BSIZE/sizeof(struct direct)) #include #include #include #include #include #include #include
www.eeworm.com/read/216499/4892217

5 dump.5

.th DUMP V 2/11/75 .sh NAME dump \*- incremental dump tape format .sh DESCRIPTION The .it dump and .it restor commands are used to write and read incremental dump magnetic tapes. .s3 The dump tape con
www.eeworm.com/read/216499/4892229

8 dump.8

.th DUMP VIII 11/24/73 .sh NAME dump \*- incremental file system dump .sh SYNOPSIS .bd dump [ key [ arguments ] filesystem ] .sh DESCRIPTION .it Dump makes an incremental file system dump on magtape o
www.eeworm.com/read/216499/4893066

c dump.c

# /* * incremental dump * dump fisbuodh filesystem * f take output tape from arglist * i from date in /etc/dtab * s specify tape size in feet (feet = blocks/9) * b specify tape size in blocks
www.eeworm.com/read/209584/4958553

memory_dump

64 MB: 0x00: 80 08 04 0c 09 01 40 00 01 a0 60 00 80 08 00 01 0x10: 8f 04 04 01 01 00 06 a0 60 00 00 14 10 14 2d 10 0x20: 20 10 20 10 00 00 00 00 00 00 00 00 00 00 00 00 0x30: 00 00 00 00 00 00 00 00 0
www.eeworm.com/read/209354/4979199

java dump.java

/* * Javassist, a Java-bytecode translator toolkit. * Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved. * * The contents of this file are subject to the Mozilla Public License Version *
www.eeworm.com/read/209211/4981579

c dump.c

/* * Clumsy hack to take snapshots and dumps. */ #include #include void usage(void) { fprint(2, "usage: fossil/dump [-i snap-interval] [-n name] fscons /n/fossil\n"); exits("usage"
www.eeworm.com/read/209211/4981705

c dump.c

#include #include #include #include #include "dat.h" #include "protos.h" static void p_compile(Filter *) { } static char tohex[16] = { '0', '1', '2', '3', '4', '5',