代码搜索:Check
找到约 10,000 项符合「Check」的源代码
代码结果 10,000
www.eeworm.com/read/420735/2065447
svn-base check-install.svn-base
#!/usr/bin/perl -w
use strict;
my $path = shift @ARGV;
die "Can't find SALM installation path: $path\nPlease use:\n\n make SALMDIR=/path/to/SALM\n\n" unless (-d $path);
exit 0;
www.eeworm.com/read/418008/2094459
c check_header_gzip.c
#include
#include
#include "libbb.h"
#include "unarchive.h" /* for external decl of check_header_gzip */
void check_header_gzip(int src_fd)
{
union {
unsigned char raw[8];
www.eeworm.com/read/416749/2110956
svn-base check.png.svn-base
K 14
svn:executable
V 1
*
K 13
svn:mime-type
V 24
application/octet-stream
END
www.eeworm.com/read/416749/2111474
svn-base check.gif.svn-base
K 14
svn:executable
V 1
*
K 13
svn:mime-type
V 24
application/octet-stream
END
www.eeworm.com/read/414527/2145550
m4 check_lua.m4
# derived from lua.m4 in mod_wombat from httpd.apache.org
# http://svn.apache.org/viewvc/httpd/mod_wombat/trunk/build/ac-macros/lua.m4?view=markup
# which is under Apache License, Version 2.0, http: