Home
last modified time | relevance | path

Searched refs:rmsts (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/vms/
H A Dvms.c1785 int rmsts = -1; in mp_do_kill_file() local
1817 rmsts = rms_erase(vmsname); in mp_do_kill_file()
1820 if ($VMS_STATUS_SUCCESS(rmsts)) { in mp_do_kill_file()
1826 if (rmsts != RMS$_PRV) { in mp_do_kill_file()
1827 set_vaxc_errno(rmsts); in mp_do_kill_file()
1841 rmsts = -1; in mp_do_kill_file()
1869 rmsts = rms_erase(vmsname); in mp_do_kill_file()
1870 if ($VMS_STATUS_SUCCESS(rmsts)) { in mp_do_kill_file()
1871 rmsts = 0; in mp_do_kill_file()
1874 rmsts = -1; in mp_do_kill_file()
[all …]