HomeSort by: relevance | last modified time | path
    Searched refs:tempfile_open (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgfortran/io/
unix.c 105 /* On mingw, we don't use umask in tempfile_open(), because it
1199 tempfile_open (const char *tempdir, char **fname) function
1305 fd = tempfile_open (tempdir, &fname);
1319 fd = tempfile_open (tempdir, &fname);
1325 fd = tempfile_open (tempdir, &fname);
1330 fd = tempfile_open (tempdir, &fname);
1334 fd = tempfile_open (P_tmpdir, &fname);
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
unix.c 105 /* On mingw, we don't use umask in tempfile_open(), because it
1200 tempfile_open (const char *tempdir, char **fname) function
1306 fd = tempfile_open (tempdir, &fname);
1320 fd = tempfile_open (tempdir, &fname);
1326 fd = tempfile_open (tempdir, &fname);
1331 fd = tempfile_open (tempdir, &fname);
1335 fd = tempfile_open (P_tmpdir, &fname);
  /src/external/bsd/unbound/dist/smallapp/
unbound-anchor.c 1852 tempfile_open(char* tempf, size_t tempflen, const char* fname, const char* mode) function
1890 out = tempfile_open(tempf, sizeof(tempf), root_anchor_file, "w");
1924 out = tempfile_open(tempf, sizeof(tempf), root_anchor_file, "w");
2080 FILE* out = tempfile_open(tempf, sizeof(tempf), file, "w");

Completed in 74 milliseconds