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

1234567891011>>

/haiku-buildtools/gcc/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
/haiku-buildtools/binutils/ld/testsuite/ld-libs/
H A Dlibs.exp22 file mkdir tmpdir/libtmp
/haiku-buildtools/legacy/binutils/
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...]
/haiku-buildtools/binutils/
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...]
H A Dsymlink-tree68 if [ -d $f ]; then true; else mkdir $f; fi
/haiku-buildtools/gcc/
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...]
/haiku-buildtools/legacy/autoconf/
H A Dmkinstalldirs25 echo "mkdir $pathcomp"
27 mkdir "$pathcomp" || lasterr=$?
/haiku-buildtools/legacy/gcc/gcc/
H A Dmkinstalldirs25 echo "mkdir $pathcomp" 1>&2
27 mkdir "$pathcomp" || lasterr=$?
/haiku-buildtools/legacy/gcc/texinfo/
H A Dmkinstalldirs25 echo "mkdir $pathcomp" 1>&2
27 mkdir "$pathcomp" || lasterr=$?
/haiku-buildtools/legacy/gcc/texinfo/util/
H A Dmkinstalldirs25 echo "mkdir $pathcomp" 1>&2
27 mkdir "$pathcomp" || lasterr=$?
/haiku-buildtools/gcc/gcc/ada/
H A Dmkdir.c58 /* This function provides a portable binding to the mkdir function. */
64 return mkdir (dir_name);
77 return mkdir (dir_name, S_IRWXU | S_IRWXG | S_IRWXO);
/haiku-buildtools/binutils/gas/testsuite/lib/
H A Ddotest10 mkdir $xout
11 mkdir $yout
/haiku-buildtools/legacy/binutils/gas/testsuite/lib/
H A Ddotest10 mkdir $xout
11 mkdir $yout
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/unsorted/
H A Ddump-noaddr.x13 file mkdir dump1
16 file mkdir dump2
/haiku-buildtools/gcc/libvtv/testsuite/other-tests/
H A DMakefile.am29 mkdir -p lib64; \
32 mkdir -p lib32; \
/haiku-buildtools/gcc/contrib/reghunt/bin/
H A Dgcc-build-full29 mkdir -p $LOGDIR
35 mkdir obj
H A Dgcc-build-simple26 mkdir -p $LOGDIR
40 mkdir $REG_OBJDIR
66 mkdir -p libiberty
/haiku-buildtools/legacy/gcc/
H A Dmkinstalldirs22 echo "mkdir $pathcomp" 1>&2
23 mkdir "$pathcomp" > /dev/null 2>&1 || lasterr=$?
/haiku-buildtools/legacy/
H A Dcompile-binutils10 mkdir -p binutils-obj
H A Dcompile-gcc10 mkdir -p gcc-obj
/haiku-buildtools/gcc/gcc/
H A Dlock-and-run.sh2 # Shell-based mutex using mkdir.
12 until mkdir "$lockdir" 2>/dev/null; do
/haiku-buildtools/gcc/maintainer-scripts/
H A Dupdate_web_docs_libstdcxx_svn27 test -d $WWWDIR || /bin/mkdir $WWWDIR
32 /bin/mkdir $WORKDIR
/haiku-buildtools/gcc/contrib/regression/
H A Dobjs-gcc.sh63 [ -d $STATE ] || mkdir $STATE
83 mkdir $BUILD $BUILD/build $BUILD/objs || exit 1
118 mkdir -p $PREFIX/share/gdb-testsuite || exit 1
/haiku-buildtools/gcc/libgcc/
H A Dlibgcov-driver-system.c67 && mkdir (filename, 0755) == -1
69 #ifdef mkdir
70 #undef mkdir
72 && mkdir (filename) == -1
/haiku-buildtools/gcc/libvtv/
H A Dvtv_utils.cc87 mkdir (logs_prefix);
89 mkdir (logs_prefix, S_IRWXU);
95 mkdir (log_dir);
97 mkdir (log_dir, S_IRWXU);

Completed in 140 milliseconds

1234567891011>>