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

  /src/external/gpl3/gcc/dist/libgfortran/io/
unix.h 159 extern const char *inquire_formatted (const char *, gfc_charlen_type);
160 internal_proto(inquire_formatted); variable
unix.c 1997 /* inquire_formatted()-- Given a fortran string, determine if the file
2001 inquire_formatted (const char *string, gfc_charlen_type len) function
2033 return inquire_formatted (string, len);
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
unix.h 159 extern const char *inquire_formatted (const char *, gfc_charlen_type);
160 internal_proto(inquire_formatted); variable
unix.c 1998 /* inquire_formatted()-- Given a fortran string, determine if the file
2002 inquire_formatted (const char *string, gfc_charlen_type len) function
2034 return inquire_formatted (string, len);

Completed in 61 milliseconds