代码搜索:httpd
找到约 3,603 项符合「httpd」的源代码
代码结果 3,603
www.eeworm.com/read/235378/14073152
makefsdata
#!/usr/bin/perl
open(OUTPUT, "> httpd-fsdata.c");
chdir("httpd-fs");
opendir(DIR, ".");
@files = grep { !/^\./ && !/(CVS|~)/ } readdir(DIR);
closedir(DIR);
foreach $file (@files) {
if(-