代码搜索:cannot
找到约 7,468 项符合「cannot」的源代码
代码结果 7,468
www.eeworm.com/read/109811/15547762
header en@quot.header
# All this catalog "translates" are quotation characters.
# The msgids must be ASCII and therefore cannot contain real quotation
# characters, only substitutes like grave accent (0x60), apostrophe (0x
www.eeworm.com/read/108423/15586241
header en@boldquot.header
# All this catalog "translates" are quotation characters.
# The msgids must be ASCII and therefore cannot contain real quotation
# characters, only substitutes like grave accent (0x60), apostrophe (0x
www.eeworm.com/read/108423/15586254
header en@quot.header
# All this catalog "translates" are quotation characters.
# The msgids must be ASCII and therefore cannot contain real quotation
# characters, only substitutes like grave accent (0x60), apostrophe (0x
www.eeworm.com/read/108195/15591042
txt license.txt
CyberSpaceWar can be considered freeware. The program cannot be
altered for any reason without prior consent from me Daniel Moscufo.
You may use CyberSpaceWar free on your commercial or non-commerci
www.eeworm.com/read/104342/15697943
c printk.c
/*
* linux/kernel/printk.c
*
* (C) 1991 Linus Torvalds
*/
/*
* When in kernel-mode, we cannot use printf, as fs is liable to
* point to 'interesting' things. Make a printf with fs-saving, an
www.eeworm.com/read/104056/15711109
part-fail
#!/bin/sh
# Make sure we give a sensible diagnostic when a cross-device `mv'
# fails, e.g., because the destination cannot be unlinked.
# This is a bit fragile since it relies on the string used
# for
www.eeworm.com/read/104056/15711284
header en@boldquot.header
# All this catalog "translates" are quotation characters.
# The msgids must be ASCII and therefore cannot contain real quotation
# characters, only substitutes like grave accent (0x60), apostrophe (0x
www.eeworm.com/read/104056/15711304
header en@quot.header
# All this catalog "translates" are quotation characters.
# The msgids must be ASCII and therefore cannot contain real quotation
# characters, only substitutes like grave accent (0x60), apostrophe (0x
www.eeworm.com/read/100152/15881971
gzstream
#!/usr/local/bin/perl
use Compress::Zlib ;
binmode STDOUT; # gzopen only sets it on the fd
my $gz = gzopen(\*STDOUT, "wb")
or die "Cannot open stdout: $gzerrno\n" ;
while () {
$gz->gzwrit
www.eeworm.com/read/100152/15881973
gzcat
#!/usr/local/bin/perl
use Compress::Zlib ;
die "Usage: gzcat file...\n"
unless @ARGV ;
foreach $file (@ARGV) {
$gz = gzopen($file, "rb")
or die "Cannot open $file: $gzerrno\n" ;