代码搜索:Filesystem
找到约 7,034 项符合「Filesystem」的源代码
代码结果 7,034
www.eeworm.com/read/100594/15870151
cpp stdio.cpp
#pragma stdio
#pragma qualified
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/100204/15880742
verify readme.verify
Mini-Howto for verifying a selfmade CD
1) verifying the data layer
To verify if all data on the disk can be read,
use SCSI verify. This can be done with the
sformat utility.
use: sformat -verif
www.eeworm.com/read/100018/15888804
pl suse-linux-lib.pl
# linux-lib.pl
# Quota functions for all linux version
# quotas_init()
sub quotas_init
{
if (&has_command("quotaon") && &has_command("quotaoff")) {
return undef;
}
else {
return "The quota package
www.eeworm.com/read/100018/15888805
pl debian-linux-lib.pl
# linux-lib.pl
# Quota functions for all linux version
# quotas_init()
sub quotas_init
{
if (&has_command("quotaon") && &has_command("quotaoff")) {
return undef;
}
else {
return "The quota package
www.eeworm.com/read/100018/15888808
pl slackware-linux-lib.pl
# linux-lib.pl
# Quota functions for all linux version
# quotas_init()
sub quotas_init
{
if (&has_command("quotaon") && &has_command("quotaoff")) {
return undef;
}
else {
return "The quota package
www.eeworm.com/read/100018/15888809
pl turbo-linux-lib.pl
# linux-lib.pl
# Quota functions for all linux version
# quotas_init()
sub quotas_init
{
if (&has_command("quotaon") && &has_command("quotaoff")) {
return undef;
}
else {
return "The quota package
www.eeworm.com/read/100018/15888813
pl freebsd-lib.pl
# freebsd-lib.pl
# Quota functions for freebsd
# quotas_init()
sub quotas_init
{
return undef;
}
# quotas_supported()
# Returns 1 for user quotas, 2 for group quotas or 3 for both
sub quotas_support
www.eeworm.com/read/100018/15888821
pl linux-lib.pl
# linux-lib.pl
# Quota functions for all linux version
# quotas_init()
sub quotas_init
{
if (&has_command("quotaon") && &has_command("quotaoff")) {
return undef;
}
else {
return "The quota package
www.eeworm.com/read/100018/15888825
pl open-linux-lib.pl
# linux-lib.pl
# Quota functions for all linux version
# quotas_init()
sub quotas_init
{
if (&has_command("quotaon") && &has_command("quotaoff")) {
return undef;
}
else {
return "The quota package
www.eeworm.com/read/100018/15888849
pl quota-lib.pl
# quota-lib.pl
# Common functions for quota management.
do '../web-lib.pl';
&init_config();
do "./$gconfig{'os_type'}-lib.pl";
%access = &get_module_acl();
&foreign_require("mount", "mount-lib.pl");