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

/netbsd-current/usr.sbin/traceroute/
H A Dtrrt2netbsd43 sub makedir { subroutine
170 makedir ("$targetdir/$f");
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/untgz/
H A Duntgz.c116 int makedir OF((char *));
328 int makedir (char *newdir) function
464 makedir(fname);
488 makedir(fname);
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/untgz/
H A Duntgz.c116 int makedir OF((char *));
328 int makedir (char *newdir) function
464 makedir(fname);
488 makedir(fname);
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/untgz/
H A Duntgz.c116 int makedir OF((char *));
328 int makedir (char *newdir) function
464 makedir(fname);
488 makedir(fname);
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/untgz/
H A Duntgz.c116 int makedir OF((char *));
328 int makedir (char *newdir) function
464 makedir(fname);
488 makedir(fname);
/netbsd-current/common/dist/zlib/contrib/untgz/
H A Duntgz.c116 int makedir OF((char *));
328 int makedir (char *newdir) function
464 makedir(fname);
488 makedir(fname);
/netbsd-current/usr.bin/ftp/
H A Dextern.h155 void makedir(int, char **);
H A Dcmdtab.c233 { "mkdir", H(mkdirhelp), 0, 1, 1, CMPL(r) makedir },
H A Dcmds.c1584 makedir(int argc, char *argv[]) function
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/minizip/
H A Dminiunz.c138 int makedir (newdir) function
418 makedir(write_filename);
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
H A Dminiunz.c138 int makedir (newdir) function
418 makedir(write_filename);
/netbsd-current/common/dist/zlib/contrib/minizip/
H A Dminiunz.c140 static int makedir (newdir) function
419 makedir(write_filename);
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/minizip/
H A Dminiunz.c140 static int makedir (newdir) function
419 makedir(write_filename);
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/minizip/
H A Dminiunz.c140 static int makedir (newdir) function
419 makedir(write_filename);
/netbsd-current/libexec/ftpd/
H A Dextern.h138 void makedir(const char *);
H A Dcmds.c212 makedir(const char *name) function
H A Dftpcmd.y493 makedir($3);
/netbsd-current/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
/netbsd-current/etc/
H A DMAKEDEV.tmpl730 # makedir dir mode
770 makedir()
1139 makedir fd 755
1596 makedir dvb 755
1597 makedir dvb/adapter$unit 755
1733 makedir altq 755
1931 makedir pts 755
2154 makedir dri 755
2189 makedir dtrace 755
2211 makedir zpoo
[all...]
/netbsd-current/sys/rump/librump/rumpvfs/
H A Drumpfs.c570 makedir(struct rumpfs_node *rnd, function
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);
/netbsd-current/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
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dutil.cc1221 char *makedir = dbe_sprintf (NTXT ("/bin/mkdir -p %s 2>&1"), pathname); local
1223 FILE *ptr = popen (makedir, "r");
1230 free (makedir);

Completed in 464 milliseconds