代码搜索:dump

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

代码结果 8,160
www.eeworm.com/read/112163/15492864

c dump.c

/* dump.c dumps a file to stdout By Bill Kendrick kendrick@zippy.sonoma.edu http://zippy.sonoma.edu/kendrick/ New Breed Software April 6, 1996 / Sept. 20, 1996 */ #include
www.eeworm.com/read/112163/15492877

h dump.h

/* dump.h dumps a file to stdout By Bill Kendrick kendrick@zippy.sonoma.edu http://zippy.sonoma.edu/kendrick/ New Breed Software April 6, 1996 / Sept. 20, 1996 */ void dump(
www.eeworm.com/read/110916/15522958

com dump.com

www.eeworm.com/read/110916/15522963

asm dump.asm

;******************************************************************* ; Dump ; (c) Andre v.d. Merwe 4-Feb-1999 ; ; See "zen.txt" for copyright information ;
www.eeworm.com/read/109477/15556736

h dump.h

/* * Kernel header file for Linux crash dumps. * * Created by: Matt Robinson (yakker@sgi.com) * Copyright 1999 - 2002 Silicon Graphics, Inc. All rights reserved. * * vmdump.h to dump.h by: Matt
www.eeworm.com/read/105625/15663679

cpp dump.cpp

www.eeworm.com/read/100766/15864818

c dump.c

/* * dump.c * Output functions for the ntfs tools * * Copyright (C) 1995-1997 Martin von L鰓is * Copyright (C) 1997,1999 R間is Duchesne * Copyright (c) 1999 Richard Russon * * 1999/04/05:
www.eeworm.com/read/100766/15864824

h dump.h

/* * dump.h * Header file for dump.c * * Copyright (C) 1997 R間is Duchesne */ void list_attr_mem(ntfs_volume *vol, char *rec); void dumpdir(ntfs_inode *ino); void dump_inode(ntfs_inode *ino);
www.eeworm.com/read/100407/15874533

c dump.c

#include #include #include void buffer_dump(const unsigned char* buf, int start, int end) { char asc[20]; int j, k; memset(asc, 0, sizeof(asc)); k = 0; for (j=sta
www.eeworm.com/read/100402/15874684

asm dump.asm

; ; GRDP ; ; Copyright(c) LADsoft ; ; David Lindauer, camille@bluegrass.net ; ; ; Dump.asm ; ; Function: Handle the Dump command ; ;MASM MODE .model small .386 include eprint