代码搜索:mkdir
找到约 3,272 项符合「mkdir」的源代码
代码结果 3,272
www.eeworm.com/read/381950/9062199
mkdir
www.eeworm.com/read/359058/10168052
mkdir
www.eeworm.com/read/274085/10888558
mkdir
www.eeworm.com/read/306178/3748369
mkdir
mmmmkkkkddddiiiirrrr((((3333)))) MMMMuuuuddddOOOOSSSS ((((5555 SSSSeeeepppp 1111999999994444))))
www.eeworm.com/read/386582/8737757
c mkdir.c
#include
#include
#include
#include
static int usage()
{
fprintf(stderr,"mkdir \n");
return -1;
}
int mkdir_main(int argc, char *argv[])
{
www.eeworm.com/read/286115/8788118
c mkdir.c
www.eeworm.com/read/286087/8790747
c mkdir.c
/* On some systems, mkdir ("foo/", 0700) fails because of the trailing
slash. On those systems, this wrapper removes the trailing slash.
Copyright (C) 2001 Free Software Foundation, Inc.
Th