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

12345678910

/haiku-fatelf/src/bin/coreutils/man/
H A Dmkdir.x2 mkdir \- make directories
6 mkdir(2)
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dmkdirat.c1 /* fd-relative mkdir
33 then mkdir/restore_cwd. If either the save_cwd or the restore_cwd
37 #define AT_FUNC_F1 mkdir
38 #define AT_FUNC_F2 mkdir
/haiku-fatelf/src/bin/bash/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=$?
H A Dmkclone80 mkdir "$TARGET"
96 d) [ -n "$verbose" ] && echo mkdir $fname
97 $ECHO mkdir $fname ;; # already in $TARGET
/haiku-fatelf/src/bin/coreutils/lib/
H A Dmkdirat.c1 /* fd-relative mkdir
27 then mkdir/restore_cwd. If either the save_cwd or the restore_cwd
31 #define AT_FUNC_F1 mkdir
H A Dmkdir.c1 /* On some systems, mkdir ("foo/", 0700) fails because of the trailing
33 /* Disable the definition of mkdir to rpl_mkdir (from the <sys/stat.h>
35 #undef mkdir macro
39 alias mkdir), only in the nonstandard io.h. */
41 # define mkdir(name,mode) _mkdir (name) macro
86 ret_val = mkdir (tmp_dir, mode);
/haiku-fatelf/src/bin/gdb/readline/support/
H A Dmkdirs3 # mkdirs - a work-alike for `mkdir -p'
43 echo mkdir "$d"
44 mkdir "$d"
/haiku-fatelf/data/system/boot/
H A DInstallerFinishScript16 mkdir -p "$target/common/cache/tmp"
/haiku-fatelf/src/bin/diffutils/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=$?
/haiku-fatelf/src/bin/gawk/
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=$?
/haiku-fatelf/src/bin/network/wget/build-aux/
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=$?
/haiku-fatelf/src/add-ons/print/drivers/pdf/
H A DInstall7 mkdir /boot/home/config/settings/PDF\ Writer
11 mkdir /boot/home/config/settings/PDF\ Writer/bookmarks
14 mkdir /boot/home/config/settings/PDF\ Writer/xrefs
/haiku-fatelf/src/bin/gdb/
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-fatelf/src/libs/print/libgutenprint/scripts/
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-fatelf/build/scripts/
H A Dbuild_archive36 mkdir=mkdir
53 $mkdir -p $outputDir
H A Dbuild_haiku_image71 mkdir=mkdir
127 mkdir="$fsShellCommand mkdir"
139 mkdir=mkdir
171 mkdir -p "$extractDir"
216 mkdir -p $tmpDir
226 mkdir -p "$outputDir"
287 $mkdir
[all...]
/haiku-fatelf/src/bin/less/
H A Dmkinstalldirs22 echo "mkdir $pathcomp" 1>&2
23 mkdir "$pathcomp" || errstatus=$?
/haiku-fatelf/src/bin/sharutils/
H A Dmkinstalldirs22 echo "mkdir $pathcomp" 1>&2
23 mkdir "$pathcomp" || errstatus=$?
/haiku-fatelf/src/libs/termcap/
H A Dmkinstalldirs22 echo "mkdir $pathcomp" 1>&2
23 mkdir "$pathcomp" || errstatus=$?
/haiku-fatelf/src/libs/pdflib/config/
H A Dmkmainlib.inc20 mkdir -p $(libdir); \
24 mkdir -p $(includedir); \
/haiku-fatelf/src/libs/ncurses/
H A Dmkinstalldirs24 echo "mkdir $pathcomp" 1>&2
28 * ) mkdir "$pathcomp" || errstatus=$? ;;
/haiku-fatelf/src/tests/system/benchmarks/libMicro/
H A Dmk_tarball23 mkdir -p $tmpdir/$dirname
/haiku-fatelf/src/system/libroot/posix/sys/
H A Dmkdir.c17 mkdir(const char* path, mode_t mode) function
/haiku-fatelf/src/tests/system/benchmarks/
H A Dcompile_bench.sh5 mkdir -p $testDir

Completed in 262 milliseconds

12345678910