Searched refs:mkdir (Results 151 - 175 of 1725) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/icons/
H A DMakefile11 mkdir -p hicolor/$(word 1, $(subst /, ,$(@)))/apps/
18 mkdir -p pixmaps/
/netbsd-current/external/gpl2/lvm2/dist/libdm/
H A Dlibdm-file.c40 rc = mkdir(orig, 0777);
43 log_sys_error("mkdir", orig);
51 rc = mkdir(dir, 0777);
54 log_sys_error("mkdir", orig);
/netbsd-current/external/gpl3/gcc/dist/
H A Dsymlink-tree68 if [ -d $f ]; then true; else mkdir $f; fi
/netbsd-current/regress/sys/fs/lfs/newfs_fsck/
H A Dmkfs_mount23 mkdir ${TMPMP}
/netbsd-current/external/gpl3/gdb/dist/
H A Dsymlink-tree68 if [ -d $f ]; then true; else mkdir $f; fi
/netbsd-current/external/gpl3/binutils/dist/
H A Dsymlink-tree68 if [ -d $f ]; then true; else mkdir $f; fi
/netbsd-current/usr.bin/crunch/examples/
H A Dfreebsd-filesystem.conf6 progs sh expr ls mkdir rm sync test
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/
H A Dcompile82 if mkdir $lockdir > /dev/null 2>&1; then
87 # FIXME: race condition here if user kills between mkdir and trap.
/netbsd-current/external/gpl3/gdb.old/dist/
H A Dsymlink-tree68 if [ -d $f ]; then true; else mkdir $f; fi
/netbsd-current/external/gpl2/groff/dist/contrib/grap2graph/
H A Dgrap2graph.sh67 (umask 077 && mkdir $tmp) 2> /dev/null && break
/netbsd-current/external/bsd/tre/
H A Dtre2netbsd74 mkdir -p "$d"
/netbsd-current/external/gpl3/binutils.old/dist/
H A Dsymlink-tree68 if [ -d $f ]; then true; else mkdir $f; fi
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/
H A Dcheck_cmake.sh9 mkdir -p $ROOT/llvm-build
/netbsd-current/external/public-domain/xz/
H A DMakefile7 mkdir -p tmp
/netbsd-current/tests/share/mk/
H A Dt_lib.sh47 mkdir -p root/usr/lib
48 mkdir -p root/usr/libdata/lint
/netbsd-current/external/gpl3/gcc.old/dist/
H A Dsymlink-tree68 if [ -d $f ]; then true; else mkdir $f; fi
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/go/
H A Dbuild.sh9 mkdir -p $llvm_builddir
/netbsd-current/external/apache2/llvm/dist/llvm/utils/docker/scripts/
H A Dbuild_install_llvm.sh74 mkdir -p "$CLANG_INSTALL_DIR"
76 mkdir -p "$CLANG_BUILD_DIR/build"
/netbsd-current/external/bsd/unbound/dist/contrib/
H A Dunbound.init41 [ -d ${rootdir}/etc ] || mkdir -p ${rootdir}/etc ;
47 [ -d ${rootdir}/etc ] || mkdir -p ${rootdir}/etc ;
53 [ -d ${rootdir}/dev ] || mkdir -p ${rootdir}/dev ;
58 [ -d ${rootdir}/dev ] || mkdir -p ${rootdir}/dev ;
/netbsd-current/etc/rc.d/
H A Drtadvd52 mkdir -p "${chdir}${confdir}"
57 mkdir -p "${chdir}/var/run"
H A Dntpd54 mkdir "${ntpd_chrootdir}/etc"
68 mkdir -p "${ntpd_chrootdir}/var/db"
/netbsd-current/sys/external/isc/libsodium/dist/dist-build/
H A Dnativeclient-pnacl.sh18 mkdir -p $PREFIX || exit 1
/netbsd-current/sys/external/bsd/acpica/dist/generate/release/
H A Drelease.sh103 mkdir -p $ARCHIVE_DIR
117 mkdir -p $RELEASE_DIR
/netbsd-current/external/bsd/openldap/dist/tests/scripts/
H A Dstart-server-nolog19 mkdir -p $TESTDIR $DBDIR1
H A Dstart-server19 mkdir -p $TESTDIR $DBDIR1

Completed in 175 milliseconds

1234567891011>>