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

  /src/external/ibm-public/postfix/dist/src/util/
sane_time.c 66 static time_t last_time, last_real; local
74 if ((delta = now - last_real) < 0) {
90 last_real = now;
  /src/external/gpl3/binutils/dist/bfd/
xcofflink.c 1328 asection *last_real;
1415 last_real = NULL;
1418 last_real = o;
2190 BFD_ASSERT (last_real->next == first_csect);
2191 last_real->next = NULL;
2196 last_real->next = first_csect;
2245 BFD_ASSERT (last_real == NULL || last_real->next == first_csect);
1322 asection *last_real; local
  /src/external/gpl3/binutils.old/dist/bfd/
xcofflink.c 1328 asection *last_real;
1415 last_real = NULL;
1418 last_real = o;
2190 BFD_ASSERT (last_real->next == first_csect);
2191 last_real->next = NULL;
2196 last_real->next = first_csect;
2245 BFD_ASSERT (last_real == NULL || last_real->next == first_csect);
1322 asection *last_real; local
  /src/external/gpl3/gdb/dist/bfd/
xcofflink.c 1285 asection *last_real;
1372 last_real = NULL;
1375 last_real = o;
2147 BFD_ASSERT (last_real->next == first_csect);
2148 last_real->next = NULL;
2153 last_real->next = first_csect;
2202 BFD_ASSERT (last_real == NULL || last_real->next == first_csect);
1279 asection *last_real; local
  /src/external/gpl3/gdb.old/dist/bfd/
xcofflink.c 1293 asection *last_real;
1380 last_real = NULL;
1383 last_real = o;
2155 BFD_ASSERT (last_real->next == first_csect);
2156 last_real->next = NULL;
2161 last_real->next = first_csect;
2210 BFD_ASSERT (last_real == NULL || last_real->next == first_csect);
1287 asection *last_real; local

Completed in 43 milliseconds