Home
last modified time | relevance | path

Searched refs:Is_Writable_File (Results 1 – 25 of 236) sorted by relevance

12345678910

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dg-os_lib.adb565 if Is_Regular_File (Source) and then Is_Writable_File (Dest) then
1175 function Is_Writable_File (Name : C_File_Name) return Boolean is subprogram
1176 function Is_Writable_File (Name : Address) return Integer; argument
1177 pragma Import (C, Is_Writable_File, "__gnat_is_writable_file");
1180 return Is_Writable_File (Name) /= 0;
1181 end Is_Writable_File;
1183 function Is_Writable_File (Name : String) return Boolean is subprogram
1189 return Is_Writable_File (F_Name'Address); argument
1190 end Is_Writable_File;
H A Dg-os_lib.ads434 function Is_Writable_File (Name : String) return Boolean; subprogspec
546 function Is_Writable_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.adb565 if Is_Regular_File (Source) and then Is_Writable_File (Dest) then
1175 function Is_Writable_File (Name : C_File_Name) return Boolean is
1176 function Is_Writable_File (Name : Address) return Integer;
1177 pragma Import (C, Is_Writable_File, "__gnat_is_writable_file");
1180 return Is_Writable_File (Name) /= 0;
1181 end Is_Writable_File;
1183 function Is_Writable_File (Name : String) return Boolean is
1189 return Is_Writable_File (F_Name'Address);
1190 end Is_Writable_File;
H A Dg-os_lib.ads434 function Is_Writable_File (Name : String) return Boolean;
546 function Is_Writable_File (Name : C_File_Name) return Boolean;
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Ds-os_lib.adb617 if Is_Regular_File (Source) and then Is_Writable_File (Dest) then
1442 function Is_Writable_File (Name : C_File_Name) return Boolean is subprogram
1443 function Is_Writable_File (Name : Address) return Integer; subprogspec
1444 pragma Import (C, Is_Writable_File, "__gnat_is_writable_file");
1446 return Is_Writable_File (Name) /= 0;
1447 end Is_Writable_File;
1449 function Is_Writable_File (Name : String) return Boolean is subprogram
1454 return Is_Writable_File (F_Name'Address); argument
1455 end Is_Writable_File;
H A Ds-os_lib.ads508 function Is_Writable_File (Name : String) return Boolean; subprogspec
655 function Is_Writable_File (Name : C_File_Name) return Boolean; subprogspec
H A Dosint.ads308 function Is_Writable_File subprogspec
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Ds-os_lib.adb623 if Is_Regular_File (Source) and then Is_Writable_File (Dest) then
1430 function Is_Writable_File (Name : C_File_Name) return Boolean is subprogram
1431 function Is_Writable_File (Name : Address) return Integer; argument
1432 pragma Import (C, Is_Writable_File, "__gnat_is_writable_file");
1434 return Is_Writable_File (Name) /= 0;
1435 end Is_Writable_File;
1437 function Is_Writable_File (Name : String) return Boolean is subprogram
1442 return Is_Writable_File (F_Name'Address); argument
1443 end Is_Writable_File;
H A Ds-os_lib.ads497 function Is_Writable_File (Name : String) return Boolean; subprogspec
644 function Is_Writable_File (Name : C_File_Name) return Boolean; subprogspec
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Ds-os_lib.adb623 if Is_Regular_File (Source) and then Is_Writable_File (Dest) then
1430 function Is_Writable_File (Name : C_File_Name) return Boolean is subprogram
1431 function Is_Writable_File (Name : Address) return Integer; argument
1432 pragma Import (C, Is_Writable_File, "__gnat_is_writable_file");
1434 return Is_Writable_File (Name) /= 0;
1435 end Is_Writable_File;
1437 function Is_Writable_File (Name : String) return Boolean is subprogram
1442 return Is_Writable_File (F_Name'Address); argument
1443 end Is_Writable_File;
H A Ds-os_lib.ads497 function Is_Writable_File (Name : String) return Boolean; subprogspec
644 function Is_Writable_File (Name : C_File_Name) return Boolean; subprogspec
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Ds-os_lib.adb681 if Is_Regular_File (Source) and then Is_Writable_File (Dest) then
1578 function Is_Writable_File (Name : C_File_Name) return Boolean is subprogram
1579 function Is_Writable_File (Name : Address) return Integer; subprogspec
1580 pragma Import (C, Is_Writable_File, "__gnat_is_writable_file");
1582 return Is_Writable_File (Name) /= 0;
1583 end Is_Writable_File;
1585 function Is_Writable_File (Name : String) return Boolean is subprogram
1590 return Is_Writable_File (F_Name'Address); argument
1591 end Is_Writable_File;
H A Ds-os_lib.ads452 function Is_Writable_File (Name : String) return Boolean; subprogspec
681 function Is_Writable_File (Name : C_File_Name) return Boolean; subprogspec
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Ds-os_lib.adb681 if Is_Regular_File (Source) and then Is_Writable_File (Dest) then
1578 function Is_Writable_File (Name : C_File_Name) return Boolean is subprogram
1579 function Is_Writable_File (Name : Address) return Integer; subprogspec
1580 pragma Import (C, Is_Writable_File, "__gnat_is_writable_file");
1582 return Is_Writable_File (Name) /= 0;
1583 end Is_Writable_File;
1585 function Is_Writable_File (Name : String) return Boolean is subprogram
1590 return Is_Writable_File (F_Name'Address); argument
1591 end Is_Writable_File;
H A Ds-os_lib.ads452 function Is_Writable_File (Name : String) return Boolean; subprogspec
681 function Is_Writable_File (Name : C_File_Name) return Boolean; subprogspec
/dports/lang/gcc6-aux/bootstrap/lib/gcc/x86_64-aux-dragonfly4.1/5.1.0/adainclude/
H A Ds-os_lib.adb616 if Is_Regular_File (Source) and then Is_Writable_File (Dest) then
1485 function Is_Writable_File (Name : C_File_Name) return Boolean is subprogram
1486 function Is_Writable_File (Name : Address) return Integer; argument
1487 pragma Import (C, Is_Writable_File, "__gnat_is_writable_file");
1489 return Is_Writable_File (Name) /= 0;
1490 end Is_Writable_File;
1492 function Is_Writable_File (Name : String) return Boolean is subprogram
1497 return Is_Writable_File (F_Name'Address); argument
1498 end Is_Writable_File;
H A Ds-os_lib.ads532 function Is_Writable_File (Name : String) return Boolean; subprogspec
690 function Is_Writable_File (Name : C_File_Name) return Boolean; subprogspec
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dosint.ads309 function Is_Writable_File subprogspec
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Dosint.ads309 function Is_Writable_File subprogspec
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Dosint.ads309 function Is_Writable_File subprogspec
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dosint.ads309 function Is_Writable_File subprogspec
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dosint.ads309 function Is_Writable_File subprogspec
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/
H A Dosint.ads309 function Is_Writable_File subprogspec
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Dosint.ads309 function Is_Writable_File subprogspec
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Dosint.ads309 function Is_Writable_File subprogspec

12345678910