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

  /src/external/gpl3/gcc/dist/libgfortran/io/
unit.c 70 caller is done with it, it must call either unlock_unit or close_unit
71 on it. unlock_unit or close_unit must be always called only with the
803 unlock_unit (gfc_unit *u) function
807 NOTE ("unlock_unit = %d", u->unit_number);
809 NOTE ("unlock_unit done");
unit.c 70 caller is done with it, it must call either unlock_unit or close_unit
71 on it. unlock_unit or close_unit must be always called only with the
803 unlock_unit (gfc_unit *u) function
807 NOTE ("unlock_unit = %d", u->unit_number);
809 NOTE ("unlock_unit done");
io.h 797 extern void unlock_unit(gfc_unit *);
798 internal_proto(unlock_unit); variable
io.h 797 extern void unlock_unit(gfc_unit *);
798 internal_proto(unlock_unit); variable
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
unit.c 68 caller is done with it, it must call either unlock_unit or close_unit
69 on it. unlock_unit or close_unit must be always called only with the
767 unlock_unit (gfc_unit *u) function
771 NOTE ("unlock_unit = %d", u->unit_number);
773 NOTE ("unlock_unit done");
unit.c 68 caller is done with it, it must call either unlock_unit or close_unit
69 on it. unlock_unit or close_unit must be always called only with the
767 unlock_unit (gfc_unit *u) function
771 NOTE ("unlock_unit = %d", u->unit_number);
773 NOTE ("unlock_unit done");
io.h 793 extern void unlock_unit(gfc_unit *);
794 internal_proto(unlock_unit); variable
io.h 793 extern void unlock_unit(gfc_unit *);
794 internal_proto(unlock_unit); variable

Completed in 52 milliseconds