Searched refs:mkdir (Results 1 - 25 of 1725) sorted by relevance

1234567891011>>

/netbsd-current/bin/mkdir/
H A DMakefile4 PROG= mkdir
/netbsd-current/external/bsd/ntp/dist/sntp/tests/
H A Dtests-runner9 mkdir -p $builddir/data
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/tests/base/sys/
H A Dstat.h32 extern STATUS mkdir (const char * _qwerty) ;
33 #define mkdir(dir, ...) ((void)0, ##__VA_ARGS__, (mkdir)(dir)) macro
/netbsd-current/external/gpl2/xcvs/dist/
H A Dmktemp.sh31 (umask 077 && exec mkdir $tmp) || return 1
/netbsd-current/crypto/external/cpl/tpm-tools/dist/
H A Dbootstrap.sh29 mkdir -p po
30 mkdir -p m4
/netbsd-current/external/gpl3/gdb/dist/readline/readline/support/
H A Dmkdirs3 # mkdirs - a work-alike for `mkdir -p'
42 echo mkdir "$d"
43 mkdir "$d"
H A Dmkinstalldirs55 if mkdir -p -- . 2>/dev/null; then
56 echo "mkdir -p -- $*"
57 exec mkdir -p -- "$@"
61 if mkdir -m "$dirmode" -p -- . 2>/dev/null; then
62 echo "mkdir -m $dirmode -p -- $*"
63 exec mkdir -m "$dirmode" -p -- "$@"
82 echo "mkdir $pathcomp"
84 mkdir "$pathcomp" || lasterr=$?
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/support/
H A Dmkdirs3 # mkdirs - a work-alike for `mkdir -p'
42 echo mkdir "$d"
43 mkdir "$d"
H A Dmkinstalldirs55 if mkdir -p -- . 2>/dev/null; then
56 echo "mkdir -p -- $*"
57 exec mkdir -p -- "$@"
61 if mkdir -m "$dirmode" -p -- . 2>/dev/null; then
62 echo "mkdir -m $dirmode -p -- $*"
63 exec mkdir -m "$dirmode" -p -- "$@"
82 echo "mkdir $pathcomp"
84 mkdir "$pathcomp" || lasterr=$?
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfilingUtil.c16 int mkdir(const char*, unsigned short);
32 mkdir(path, 0755); /* Some of these will fail, ignore it. */
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dmkdir.c1 /* $NetBSD: mkdir.c,v 1.2 2017/01/28 21:31:50 christos Exp $ */
44 #undef mkdir macro
53 return mkdir(pathname, mode);
/netbsd-current/external/gpl2/gmake/dist/config/
H A Dmkinstalldirs55 if mkdir -p -- . 2>/dev/null; then
56 echo "mkdir -p -- $*"
57 exec mkdir -p -- "$@"
61 if mkdir -m "$dirmode" -p -- . 2>/dev/null; then
62 echo "mkdir -m $dirmode -p -- $*"
63 exec mkdir -m "$dirmode" -p -- "$@"
82 echo "mkdir $pathcomp"
84 mkdir "$pathcomp" || lasterr=$?
/netbsd-current/external/gpl2/diffutils/dist/config/
H A Dmkinstalldirs46 if mkdir -p -- . 2>/dev/null; then
47 echo "mkdir -p -- $*"
48 exec mkdir -p -- "$@"
51 if mkdir -m "$dirmode" -p -- . 2>/dev/null; then
52 echo "mkdir -m $dirmode -p -- $*"
53 exec mkdir -m "$dirmode" -p -- "$@"
71 echo "mkdir $pathcomp"
73 mkdir "$pathcomp" || lasterr=$?
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/
H A Dmkinstalldirs55 if mkdir -p -- . 2>/dev/null; then
56 echo "mkdir -p -- $*"
57 exec mkdir -p -- "$@"
61 if mkdir -m "$dirmode" -p -- . 2>/dev/null; then
62 echo "mkdir -m $dirmode -p -- $*"
63 exec mkdir -m "$dirmode" -p -- "$@"
82 echo "mkdir $pathcomp"
84 mkdir "$pathcomp" || lasterr=$?
/netbsd-current/external/mpl/bind/
H A Dbinclude4netbsd26 mkdir -p $INCLUDE
29 mkdir -p $INCLUDE/dns
38 mkdir -p $INCLUDE/isc
44 mkdir -p $INCLUDE/$d
/netbsd-current/external/bsd/am-utils/dist/
H A Dmkinstalldirs72 # Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and
73 # mkdir -p a/c at the same time, both will detect that a is missing,
77 # ourselves to GNU mkdir, which is thread-safe.
80 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
81 echo "mkdir -p -- $*"
82 exec mkdir -p -- "$@"
84 # On NextStep and OpenStep, the 'mkdir' command does not
93 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
95 echo "mkdir
[all...]
/netbsd-current/external/bsd/nvi/dist/dist/
H A Dmkinstalldirs72 # Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and
73 # mkdir -p a/c at the same time, both will detect that a is missing,
77 # ourselves to GNU mkdir, which is thread-safe.
80 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
81 echo "mkdir -p -- $*"
82 exec mkdir -p -- "$@"
84 # On NextStep and OpenStep, the 'mkdir' command does not
93 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
95 echo "mkdir
[all...]
/netbsd-current/external/gpl2/xcvs/dist/build-aux/
H A Dmkinstalldirs72 # Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and
73 # mkdir -p a/c at the same time, both will detect that a is missing,
77 # ourselves to GNU mkdir, which is thread-safe.
80 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
81 echo "mkdir -p -- $*"
82 exec mkdir -p -- "$@"
84 # On NextStep and OpenStep, the `mkdir' command does not
93 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
95 echo "mkdir
[all...]
/netbsd-current/external/gpl3/gdb/dist/
H A Dmkinstalldirs72 # Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and
73 # mkdir -p a/c at the same time, both will detect that a is missing,
77 # ourselves to GNU mkdir, which is thread-safe.
80 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
81 echo "mkdir -p -- $*"
82 exec mkdir -p -- "$@"
84 # On NextStep and OpenStep, the 'mkdir' command does not
93 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
95 echo "mkdir
[all...]
/netbsd-current/external/gpl2/gettext/dist/build-aux/
H A Dmkinstalldirs69 # Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and
70 # mkdir -p a/c at the same time, both will detect that a is missing,
74 # ourselves to GNU mkdir, which is thread-safe.
77 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
78 echo "mkdir -p -- $*"
79 exec mkdir -p -- "$@"
81 # On NextStep and OpenStep, the `mkdir' command does not
90 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
92 echo "mkdir
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/
H A Dmkinstalldirs72 # Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and
73 # mkdir -p a/c at the same time, both will detect that a is missing,
77 # ourselves to GNU mkdir, which is thread-safe.
80 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
81 echo "mkdir -p -- $*"
82 exec mkdir -p -- "$@"
84 # On NextStep and OpenStep, the 'mkdir' command does not
93 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
95 echo "mkdir
[all...]
/netbsd-current/external/gpl2/groff/dist/
H A Dmkinstalldirs69 # Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and
70 # mkdir -p a/c at the same time, both will detect that a is missing,
74 # ourselves to GNU mkdir, which is thread-safe.
77 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
78 echo "mkdir -p -- $*"
79 exec mkdir -p -- "$@"
81 # On NextStep and OpenStep, the `mkdir' command does not
90 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
92 echo "mkdir
[all...]
/netbsd-current/external/gpl2/texinfo/dist/
H A Dmkinstalldirs69 # Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and
70 # mkdir -p a/c at the same time, both will detect that a is missing,
74 # ourselves to GNU mkdir, which is thread-safe.
77 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
78 echo "mkdir -p -- $*"
79 exec mkdir -p -- "$@"
81 # On NextStep and OpenStep, the `mkdir' command does not
90 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
92 echo "mkdir
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/
H A Dmkinstalldirs72 # Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and
73 # mkdir -p a/c at the same time, both will detect that a is missing,
77 # ourselves to GNU mkdir, which is thread-safe.
80 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
81 echo "mkdir -p -- $*"
82 exec mkdir -p -- "$@"
84 # On NextStep and OpenStep, the 'mkdir' command does not
93 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
95 echo "mkdir
[all...]
/netbsd-current/external/gpl3/gcc/dist/
H A Dmkinstalldirs72 # Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and
73 # mkdir -p a/c at the same time, both will detect that a is missing,
77 # ourselves to GNU mkdir, which is thread-safe.
80 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
81 echo "mkdir -p -- $*"
82 exec mkdir -p -- "$@"
84 # On NextStep and OpenStep, the 'mkdir' command does not
93 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
95 echo "mkdir
[all...]

Completed in 387 milliseconds

1234567891011>>