Searched refs:makedir (Results 1 - 13 of 13) sorted by relevance

/src/usr.sbin/traceroute/
H A Dtrrt2netbsd43 sub makedir { subroutine
170 makedir ("$targetdir/$f");
/src/usr.bin/ftp/
H A Dextern.h155 void makedir(int, char **);
H A Dcmdtab.c234 { "mkdir", H(mkdirhelp), 0, 1, 1, CMPL(r) makedir },
H A Dcmds.c1583 makedir(int argc, char *argv[]) function in typeref:typename:void
/src/common/dist/zlib/contrib/untgz/
H A Duntgz.c327 int makedir (char *newdir) function in typeref:typename:int
463 makedir(fname);
487 makedir(fname);
/src/common/dist/zlib/contrib/minizip/
H A Dminiunz.c140 static int makedir(const char *newdir) { function in typeref:typename:int
421 makedir(write_filename);
/src/libexec/ftpd/
H A Dextern.h138 void makedir(const char *);
H A Dcmds.c212 makedir(const char *name) function in typeref:typename:void
H A Dftpcmd.y493 makedir($3);
/src/sbin/newfs/
H A Dmkfs.c114 static int makedir(union Buffer *, struct direct *, int);
1067 (void)makedir(&buf, (struct direct *)olost_found_dir, 2);
1072 (void)makedir(&buf, lost_found_dir, 2);
1138 node.dp1.di_size = makedir(&buf,
1141 node.dp1.di_size = makedir(&buf, root_dir, PREDEFDIR);
1168 node.dp2.di_size = makedir(&buf, root_dir, PREDEFDIR);
1273 makedir(union Buffer *buf, struct direct *protodir, int entries) function in typeref:typename:int
/src/etc/
H A DMAKEDEV.tmpl731 # makedir dir mode
771 makedir()
1161 makedir fd 755
1618 makedir dvb 755
1619 makedir dvb/adapter$unit 755
1755 makedir altq 755
1953 makedir pts 755
2176 makedir dri 755
2211 makedir dtrace 755
2233 makedir zpoo
[all...]
/src/sys/rump/librump/rumpvfs/
H A Drumpfs.c570 makedir(struct rumpfs_node *rnd, function in typeref:typename:void
1040 makedir(rnd, cnp, rn);
1137 makedir(rnd, cnp, rn);
1170 makedir(rnd, cnp, rn);
1205 makedir(rnd, cnp, rn);
1247 makedir(rnd, cnp, RUMPFS_WHITEOUT);
/src/sbin/newfs_ext2fs/
H A Dmke2fs.c130 static int makedir(struct ext2fs_direct *, int);
178 static uint8_t buf[MAXBSIZE]; /* for initcg() and makedir() ops */
934 (void)makedir(lost_found_dir, __arraycount(lost_found_dir));
992 node.e2di_size = makedir(root_dir, __arraycount(root_dir));
1016 makedir(struct ext2fs_direct *protodir, int entries) function in typeref:typename:int

Completed in 18 milliseconds