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

  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
gerror.c 1 /* Implementation of the GERROR g77 intrinsic.
32 /* GERROR (MESSAGE), g77 intrinsic for retrieving the system error
36 void PREFIX(gerror) (char *, gfc_charlen_type);
37 export_proto_np(PREFIX(gerror));
40 PREFIX(gerror) (char * msg, gfc_charlen_type msg_len) function
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
gerror.c 1 /* Implementation of the GERROR g77 intrinsic.
32 /* GERROR (MESSAGE), g77 intrinsic for retrieving the system error
36 void PREFIX(gerror) (char *, gfc_charlen_type);
37 export_proto_np(PREFIX(gerror));
40 PREFIX(gerror) (char * msg, gfc_charlen_type msg_len) function

Completed in 27 milliseconds