HomeSort by relevance Sort by last modified time
    Searched refs:fclose_fail (Results 1 - 2 of 2) sorted by null

  /external/bison/lib/
close-stream.c 60 const bool fclose_fail = (fclose (stream) != 0); local
70 if (prev_fail || (fclose_fail && (some_pending || errno != EBADF)))
72 if (! fclose_fail)
  /ndk/sources/host-tools/make-3.81/
misc.c 900 int fclose_fail = fclose (stdout);
902 if (prev_fail || fclose_fail)
904 if (fclose_fail)
887 int fclose_fail = fclose (stdout); local

Completed in 1034 milliseconds