| /openbsd-src/gnu/usr.bin/perl/vms/ |
| H A D | vms.c | 1736 case RMS$_RNF: in Perl_my_crypt() 1743 if (sts != RMS$_RNF) return NULL; in Perl_my_crypt() 1826 if (rmsts != RMS$_PRV) { in mp_do_kill_file() 1844 case RMS$_FNF: case RMS$_DNF: case SS$_NOSUCHOBJECT: in mp_do_kill_file() 1846 case RMS$_DIR: in mp_do_kill_file() 1848 case RMS$_DEV: in mp_do_kill_file() 1850 case RMS$_SYN: case SS$_INVFILFOROP: in mp_do_kill_file() 1852 case RMS$_PRV: in mp_do_kill_file() 1893 if (fndsts == RMS$_FNF || fndsts == SS$_NOSUCHOBJECT) fndsts = SS$_NORMAL; in mp_do_kill_file() 2073 SETERRNO(ENOENT, RMS$_DNF); in Perl_my_chdir() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/ext/VMS-Stdio/ |
| H A D | Stdio.xs | 150 set_errno(EBADF); set_vaxc_errno(RMS$_IOP); XSRETURN_UNDEF; 244 if (defnam.nam$v_wildcard) retsts = RMS$_WLD; 246 defnam.nam$b_ver > 1) retsts = RMS$_DIR; 252 case RMS$_DNF: 254 case RMS$_SYN: case RMS$_DIR: case RMS$_DEV: 256 case RMS$_PRV:
|
| /openbsd-src/gnu/usr.bin/cvs/vms/ |
| H A D | ndir.c | 227 if (status == RMS$_NMF || status == RMS$_FNF) 229 if (status != RMS$_NORMAL) 280 if (vms_dirp->status != RMS$_NORMAL)
|
| H A D | ndir.h | 19 #ifndef RMS$_SUC
|
| H A D | filutils.c | 191 if (SYS$PARSE(&fab, 0, 0) == RMS$_NORMAL)
|
| H A D | vmsmunch.c | 263 return RMS$_NORMAL; /* return to user */
|
| /openbsd-src/gnu/usr.sbin/mkhybrid/src/ |
| H A D | vms.c | 223 if(rms_status != RMS$_NORMAL && rms_status != RMS$_CREATED) in open_file() 226 if(rms_status != RMS$_NORMAL) in open_file() 235 if(rms_status != RMS$_NORMAL) in close_file()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | RegAllocGreedy.cpp | 1503 ArrayRef<SlotIndex> RMS = LIS->getRegMaskSlotsInBlock(BI.MBB->getNumber()); in tryLocalSplit() local 1504 LLVM_DEBUG(dbgs() << RMS.size() << " regmasks in block:"); in tryLocalSplit() 1507 llvm::lower_bound(RMS, Uses.front().getRegSlot()) - RMS.begin(); in tryLocalSplit() 1508 unsigned RE = RMS.size(); in tryLocalSplit() 1511 assert(!SlotIndex::isEarlierInstr(RMS[RI], Uses[I])); in tryLocalSplit() 1512 if (SlotIndex::isEarlierInstr(Uses[I + 1], RMS[RI])) in tryLocalSplit() 1516 if (SlotIndex::isSameInstr(Uses[I + 1], RMS[RI]) && I + 1 == NumGaps) in tryLocalSplit() 1518 LLVM_DEBUG(dbgs() << ' ' << RMS[RI] << ':' << Uses[I] << '-' in tryLocalSplit() 1523 while (RI != RE && SlotIndex::isEarlierInstr(RMS[RI], Uses[I + 1])) in tryLocalSplit()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
| H A D | README | 148 more than 32K away from the .word, you lose (silently); RMS claims
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | perl.h | 1938 # define RMS_DIR RMS$_DIR 1939 # define RMS_FAC RMS$_FAC 1940 # define RMS_FEX RMS$_FEX 1941 # define RMS_FNF RMS$_FNF 1942 # define RMS_IFI RMS$_IFI 1943 # define RMS_ISI RMS$_ISI 1944 # define RMS_PRV RMS$_PRV
|
| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | README | 225 more than 32K away from the .word, you lose (silently); RMS claims
|
| H A D | README-vms | 244 this appears to be an entry point. I sent a patch to the compiler to RMS,
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/doc/ |
| H A D | bfd.texinfo | 138 Stallman about the library: RMS said that it would be quite hard---David
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/doc/ |
| H A D | bfd.texinfo | 125 Stallman about the library: RMS said that it would be quite hard---David
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | contrib.texi | 721 Jeffrey Siegal for helping RMS with the original design of GCC, some
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlvms.pod | 213 with the RMS Symbolic Link SDK and included with OpenVMS v8.3, but is 1164 the underlying RMS buffers for a file). In other words,
|
| H A D | perl5140delta.pod | 2890 inheriting permissions from RMS defaults and ACLs, so to avoid that problem,
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | contrib.texi | 809 Jeffrey Siegal for helping RMS with the original design of GCC, some
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | ChangeLog-1991 | 2855 w/RMS; Changed date on cover to July 91. 3168 applied various small fixes due to or inspired by RMS comments 3170 * doc/gdb.texinfo: finished using all RMS comments, save those for 3176 * doc/gdb.texinfo: (1) Updated w/ref to RMS comments through 3188 environments; (6) apply fixes from RMS comments through chapter 4.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/i370/ |
| H A D | i370.md | 90 ;; Some *di patterns have been commented out per advice from RMS, as gcc
|
| /openbsd-src/gnu/usr.bin/binutils/gprof/ |
| H A D | ChangeLog-9203 | 14 * gprof.texi: Apply patch supplied by Eric S Raymond via RMS:
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gprof/ |
| H A D | ChangeLog-9203 | 14 * gprof.texi: Apply patch supplied by Eric S Raymond via RMS:
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | ffe.texi | 1027 Actually, Richard M. Stallman (RMS) also has written up
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/doc/ |
| H A D | ChangeLog | 3616 RMS says this manual need not carry GPL. (passim): Improvements
|
| /openbsd-src/gnu/lib/libiberty/src/ |
| H A D | ChangeLog | 5695 might contaminate libstdc++ with the LGPL. (OK'd by RMS 11 Oct 94.)
|