Home
last modified time | relevance | path

Searched refs:Is_Readable_File (Results 1 – 25 of 113) sorted by relevance

12345

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dg-os_lib.adb1154 function Is_Readable_File (Name : C_File_Name) return Boolean is subprogram
1155 function Is_Readable_File (Name : Address) return Integer; subprogspec
1156 pragma Import (C, Is_Readable_File, "__gnat_is_readable_file");
1159 return Is_Readable_File (Name) /= 0;
1160 end Is_Readable_File;
1162 function Is_Readable_File (Name : String) return Boolean is subprogram
1168 return Is_Readable_File (F_Name'Address); argument
1169 end Is_Readable_File;
H A Dg-os_lib.ads426 function Is_Readable_File (Name : String) return Boolean; subprogspec
545 function Is_Readable_File (Name : C_File_Name) return Boolean; subprogspec
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dg-os_lib.adb1154 function Is_Readable_File (Name : C_File_Name) return Boolean is
1155 function Is_Readable_File (Name : Address) return Integer;
1156 pragma Import (C, Is_Readable_File, "__gnat_is_readable_file");
1159 return Is_Readable_File (Name) /= 0;
1160 end Is_Readable_File;
1162 function Is_Readable_File (Name : String) return Boolean is
1168 return Is_Readable_File (F_Name'Address);
1169 end Is_Readable_File;
H A Dg-os_lib.ads426 function Is_Readable_File (Name : String) return Boolean;
545 function Is_Readable_File (Name : C_File_Name) return Boolean;
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Ds-os_lib.ads481 function Is_Readable_File (Name : String) return Boolean; subprogspec
642 function Is_Readable_File (Name : C_File_Name) return Boolean; subprogspec
H A Ds-os_lib.adb1354 function Is_Readable_File (Name : C_File_Name) return Boolean is subprogram
1355 function Is_Readable_File (Name : Address) return Integer; subprogspec
1356 pragma Import (C, Is_Readable_File, "__gnat_is_readable_file");
1358 return Is_Readable_File (Name) /= 0;
1359 end Is_Readable_File;
1361 function Is_Readable_File (Name : String) return Boolean is subprogram
1366 return Is_Readable_File (F_Name'Address); argument
1367 end Is_Readable_File;
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Ds-os_lib.ads481 function Is_Readable_File (Name : String) return Boolean; subprogspec
642 function Is_Readable_File (Name : C_File_Name) return Boolean; subprogspec
H A Ds-os_lib.adb1354 function Is_Readable_File (Name : C_File_Name) return Boolean is subprogram
1355 function Is_Readable_File (Name : Address) return Integer; subprogspec
1356 pragma Import (C, Is_Readable_File, "__gnat_is_readable_file");
1358 return Is_Readable_File (Name) /= 0;
1359 end Is_Readable_File;
1361 function Is_Readable_File (Name : String) return Boolean is subprogram
1366 return Is_Readable_File (F_Name'Address); argument
1367 end Is_Readable_File;
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Ds-os_lib.ads492 function Is_Readable_File (Name : String) return Boolean; subprogspec
653 function Is_Readable_File (Name : C_File_Name) return Boolean; subprogspec
H A Ds-os_lib.adb1366 function Is_Readable_File (Name : C_File_Name) return Boolean is subprogram
1367 function Is_Readable_File (Name : Address) return Integer; subprogspec
1368 pragma Import (C, Is_Readable_File, "__gnat_is_readable_file");
1370 return Is_Readable_File (Name) /= 0;
1371 end Is_Readable_File;
1373 function Is_Readable_File (Name : String) return Boolean is subprogram
1378 return Is_Readable_File (F_Name'Address); argument
1379 end Is_Readable_File;
H A Dosint.ads302 function Is_Readable_File subprogspec
/dports/lang/gcc6-aux/bootstrap/lib/gcc/x86_64-aux-dragonfly4.1/5.1.0/adainclude/
H A Ds-os_lib.ads516 function Is_Readable_File (Name : String) return Boolean; subprogspec
688 function Is_Readable_File (Name : C_File_Name) return Boolean; subprogspec
H A Ds-os_lib.adb1409 function Is_Readable_File (Name : C_File_Name) return Boolean is subprogram
1410 function Is_Readable_File (Name : Address) return Integer; argument
1411 pragma Import (C, Is_Readable_File, "__gnat_is_readable_file");
1413 return Is_Readable_File (Name) /= 0;
1414 end Is_Readable_File;
1416 function Is_Readable_File (Name : String) return Boolean is subprogram
1421 return Is_Readable_File (F_Name'Address); argument
1422 end Is_Readable_File;
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Ds-os_lib.ads428 function Is_Readable_File (Name : String) return Boolean; subprogspec
678 function Is_Readable_File (Name : C_File_Name) return Boolean; subprogspec
H A Ds-os_lib.adb1502 function Is_Readable_File (Name : C_File_Name) return Boolean is subprogram
1503 function Is_Readable_File (Name : Address) return Integer; argument
1504 pragma Import (C, Is_Readable_File, "__gnat_is_readable_file");
1506 return Is_Readable_File (Name) /= 0;
1507 end Is_Readable_File;
1509 function Is_Readable_File (Name : String) return Boolean is subprogram
1514 return Is_Readable_File (F_Name'Address); argument
1515 end Is_Readable_File;
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Ds-os_lib.ads428 function Is_Readable_File (Name : String) return Boolean; subprogspec
678 function Is_Readable_File (Name : C_File_Name) return Boolean; subprogspec
H A Ds-os_lib.adb1502 function Is_Readable_File (Name : C_File_Name) return Boolean is subprogram
1503 function Is_Readable_File (Name : Address) return Integer; subprogspec
1504 pragma Import (C, Is_Readable_File, "__gnat_is_readable_file");
1506 return Is_Readable_File (Name) /= 0;
1507 end Is_Readable_File;
1509 function Is_Readable_File (Name : String) return Boolean is subprogram
1514 return Is_Readable_File (F_Name'Address); argument
1515 end Is_Readable_File;
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dosint.ads303 function Is_Readable_File subprogspec
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Dosint.ads303 function Is_Readable_File subprogspec
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Dosint.ads303 function Is_Readable_File subprogspec
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dosint.ads303 function Is_Readable_File subprogspec
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dosint.ads303 function Is_Readable_File subprogspec
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/
H A Dosint.ads303 function Is_Readable_File subprogspec
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Dosint.ads303 function Is_Readable_File subprogspec
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Dosint.ads303 function Is_Readable_File subprogspec

12345