Searched refs:mktemp (Results 1 - 25 of 95) sorted by relevance

1234

/haiku-buildtools/legacy/gcc/gcc/config/alpha/
H A Dxm-winnt.h29 #define mktemp _mktemp macro
/haiku-buildtools/legacy/gcc/gcc/config/
H A Dxm-lynx.h36 /* Lynx has a non-standard mktemp function. */
38 #define mktemp lynx_mktemp macro
/haiku-buildtools/legacy/binutils/libiberty/
H A Dchoose-temp.c36 mktemp requires 6 trailing X's. */
46 program is exited if a temporary directory can't be found (@code{mktemp}
68 mktemp (temp_filename);
/haiku-buildtools/legacy/gcc/libf2c/libI77/
H A Drawio.h31 extern char *mktemp(char*);
H A Dopen.c18 extern char *mktemp();
223 (void) mktemp(buf);
/haiku-buildtools/binutils/libiberty/
H A Dchoose-temp.c39 mktemp requires 6 trailing X's. */
49 program is exited if a temporary directory can't be found (@code{mktemp}
71 if (mktemp (temp_filename) == 0)
/haiku-buildtools/gcc/libiberty/
H A Dchoose-temp.c39 mktemp requires 6 trailing X's. */
49 program is exited if a temporary directory can't be found (@code{mktemp}
71 if (mktemp (temp_filename) == 0)
/haiku-buildtools/legacy/gcc/gcc/config/i386/
H A Dxm-os2.h34 #define mktemp tmpnam macro
/haiku-buildtools/legacy/gcc/gcc/config/winnt/
H A Doldnames.c20 mktemp (char *template) function
/haiku-buildtools/gcc/maintainer-scripts/
H A Dgenerate_libstdcxx_web_docs24 WORKDIR=`mktemp -d $PWD/build.XXXXXX`
25 DESTDIR=`mktemp -d $PWD/dest.XXXXXX`
/haiku-buildtools/gcc/gcc/ada/
H A Dcio.c139 mktemp (char *template) function
H A Dadaint.h251 extern char *mktemp (char *);
H A Dadaint.c983 mktemp (path);
985 if (mktemp (path) == NULL)
/haiku-buildtools/legacy/gcc/libiberty/
H A Dchoose-temp.c73 mktemp requires 6 trailing X's. */
96 exited if a temporary directory can't be found (mktemp fails).
138 mktemp (temp_filename);
/haiku-buildtools/legacy/binutils/binutils/
H A Dbucomm.c430 mktemp (tmpname);
437 mktemp (tmpname);
/haiku-buildtools/binutils/binutils/
H A Dbucomm.c529 tmpname = mktemp (tmpname);
554 tmpname = mktemp (tmpname);
/haiku-buildtools/gcc/contrib/
H A Dmklog319 $tmp = mktemp("tmp.XXXXXXXX") or die "Could not create temp file: $!";
H A Ddg-extract-results.sh93 TMP=`(umask 077 && mktemp -d -q "${TMPDIR}/dg-combine-results-$$-XXXXXX") 2>/dev/null` &&
/haiku-buildtools/autoconf/lib/Autom4te/
H A DGeneral.pm301 # If mktemp supports dirs, use it.
303 mktemp -d "$TMPDIR/${signature}XXXXXX") 2>/dev/null`;
/haiku-buildtools/legacy/gcc/texinfo/util/
H A Dtexindex.c38 char *mktemp ();
205 tempbase = mktemp (concat ("txiXXXXXX", "", ""));
/haiku-buildtools/legacy/gcc/gcc/
H A Dsys-protos.h728 extern char * mktemp(char *);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dpr59896.c228 char * mktemp (char *) __attribute__ ((__warning__ ("the use of `mktemp' is dangerous; use `mkstemp' instead")));
234 char * _mktemp_r (struct _reent *, char *) __attribute__ ((__warning__ ("the use of `mktemp' is dangerous; use `mkstemp' instead")));
/haiku-buildtools/legacy/binutils/etc/
H A Dconfigure1909 tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
/haiku-buildtools/autoconf/
H A Dconfigure3483 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
/haiku-buildtools/binutils/etc/
H A Dconfigure2512 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&

Completed in 206 milliseconds

1234