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

  /src/external/gpl3/gcc/dist/libgfortran/io/
unix.c 411 if (TEMP_FAILURE_RETRY (fstat (s->fd, &statbuf)) == -1)
454 if (TEMP_FAILURE_RETRY (ftruncate (s->fd, length)) == -1)
1124 if (TEMP_FAILURE_RETRY (fstat (fd, &statbuf)) == -1)
1233 TEMP_FAILURE_RETRY (fd = mkostemp (template, O_CLOEXEC));
1235 TEMP_FAILURE_RETRY (fd = mkstemp (template));
1277 TEMP_FAILURE_RETRY (fd = open (template, flags, S_IRUSR | S_IWUSR));
1454 TEMP_FAILURE_RETRY (fd = open (path, rwflag | crflag, mode));
1472 TEMP_FAILURE_RETRY (fd = open (path, rwflag | crflag2, mode));
1484 TEMP_FAILURE_RETRY (fd = open (path, rwflag | crflag, mode));
1664 if (TEMP_FAILURE_RETRY (stat (path, &st)) < 0
    [all...]
io.h 741 /* TEMP_FAILURE_RETRY macro from glibc. */
743 #ifndef TEMP_FAILURE_RETRY
747 # define TEMP_FAILURE_RETRY(expression) \
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
unix.c 411 if (TEMP_FAILURE_RETRY (fstat (s->fd, &statbuf)) == -1)
454 if (TEMP_FAILURE_RETRY (ftruncate (s->fd, length)) == -1)
1125 if (TEMP_FAILURE_RETRY (fstat (fd, &statbuf)) == -1)
1234 TEMP_FAILURE_RETRY (fd = mkostemp (template, O_CLOEXEC));
1236 TEMP_FAILURE_RETRY (fd = mkstemp (template));
1278 TEMP_FAILURE_RETRY (fd = open (template, flags, S_IRUSR | S_IWUSR));
1455 TEMP_FAILURE_RETRY (fd = open (path, rwflag | crflag, mode));
1473 TEMP_FAILURE_RETRY (fd = open (path, rwflag | crflag2, mode));
1485 TEMP_FAILURE_RETRY (fd = open (path, rwflag | crflag, mode));
1665 if (TEMP_FAILURE_RETRY (stat (path, &st)) < 0
    [all...]
io.h 742 /* TEMP_FAILURE_RETRY macro from glibc. */
744 #ifndef TEMP_FAILURE_RETRY
748 # define TEMP_FAILURE_RETRY(expression) \
  /src/external/gpl2/lvm2/dist/tools/
dmsetup.c 80 #ifndef TEMP_FAILURE_RETRY
81 # define TEMP_FAILURE_RETRY(expression) \
1335 TEMP_FAILURE_RETRY(waitpid(pid, NULL, 0));

Completed in 22 milliseconds