代码搜索:Fdisk
找到约 482 项符合「Fdisk」的源代码
代码结果 482
www.eeworm.com/read/396473/2414846
c usrfdiskpartlib.c
/* usrFdiskPartLib.c - FDISK-style partition handler */
/* Copyright 1997-2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
02p,10dec01,jkf fi
www.eeworm.com/read/383832/2611811
c usrfdiskpartlib.c
/* usrFdiskPartLib.c - FDISK-style partition handler */
/* Copyright 1997-2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
02p,10dec01,jkf fi
www.eeworm.com/read/378966/2678149
c usrfdiskpartlib.c
/* usrFdiskPartLib.c - FDISK-style partition handler */
/* Copyright 1997-2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
02p,10dec01,jkf fi
www.eeworm.com/read/377363/2700903
c usrfdiskpartlib.c
/* usrFdiskPartLib.c - FDISK-style partition handler */
/* Copyright 1997-2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
02p,10dec01,jkf fi
www.eeworm.com/read/353640/3083833
c usrfdiskpartlib.c
/* usrFdiskPartLib.c - FDISK-style partition handler */
/* Copyright 1997-2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
02p,10dec01,jkf fi
www.eeworm.com/read/100018/15888513
cgi tunefs.cgi
#!/usr/local/bin/perl
# tunefs.cgi
# Do the tuning of a filesystem
require './fdisk-lib.pl';
&ReadParse();
&can_edit_disk($in{'dev'}) || &error($text{'tunefs_ecannot'});
&error_setup($text{'tunefs_er
www.eeworm.com/read/149428/12378202
txt install.txt
INSTALL
To compile the source code you need:
1. Borland Turbo C++ 3.0 or compatible.
2. The included source code and header file for fdisk.exe.
3. A PC running some form of DOS. (Probably
www.eeworm.com/read/100018/15888520
cgi mkfs.cgi
#!/usr/local/bin/perl
# mkfs.cgi
# Where the new filesystem actually gets created.
require './fdisk-lib.pl';
&foreign_require("proc", "proc-lib.pl");
&ReadParse();
&can_edit_disk($in{'dev'}) || &err
www.eeworm.com/read/100018/15888522
cgi fsck.cgi
#!/usr/local/bin/perl
# fsck.cgi
# Where the fsck command actually gets run
require './fdisk-lib.pl';
&ReadParse();
&can_edit_disk($in{'dev'}) || &error($text{'fsck_ecannot'});
&header($text{'fsck_ti
www.eeworm.com/read/100018/15888531
cgi index.cgi
#!/usr/local/bin/perl
# index.cgi
# Display a list of known disks and partitions
require './fdisk-lib.pl';
&error_setup($text{'index_err'});
&header($text{'index_title'}, "", undef, 0, 1);
print "