Searched refs:rsh (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.2-release/lib/libc/sparc64/fpu/
H A Dfpu_subr.c62 * Shift the given number right rsh bits. Any bits that `fall off' will get
68 __fpu_shr(struct fpn *fp, int rsh) argument
74 if (rsh <= 0 || (fp->fp_class != FPC_NUM && !ISNAN(fp)))
84 if (rsh >= FP_NMANT) {
104 if (rsh >= 32 * 3) {
107 } else if (rsh >= 32 * 2) {
110 } else if (rsh >= 32) {
116 if ((rsh &= 31) != 0) {
117 lsh = 32 - rsh;
119 m3 = (m3 >> rsh) | (m
122 m0 >>= rsh; local
145 int lsh, rsh, exp; local
[all...]
/freebsd-10.2-release/sys/powerpc/fpu/
H A Dfpu_subr.c60 * Shift the given number right rsh bits. Any bits that `fall off' will get
66 fpu_shr(struct fpn *fp, int rsh) argument
72 if (rsh <= 0 || (fp->fp_class != FPC_NUM && !ISNAN(fp)))
82 if (rsh >= FP_NMANT) {
102 if (rsh >= 32 * 3) {
105 } else if (rsh >= 32 * 2) {
108 } else if (rsh >= 32) {
114 if ((rsh &= 31) != 0) {
115 lsh = 32 - rsh;
117 m3 = (m3 >> rsh) | (m
120 m0 >>= rsh; local
143 int lsh, rsh, exp; local
[all...]
/freebsd-10.2-release/usr.bin/rsh/
H A DMakefile2 # $FreeBSD: releng/10.2/usr.bin/rsh/Makefile 201386 2010-01-02 10:27:05Z ed $
4 PROG= rsh
/freebsd-10.2-release/crypto/heimdal/appl/rsh/
H A DMakefile.am7 bin_PROGRAMS = rsh
9 man_MANS = rsh.1 rshd.8
13 rsh_SOURCES = rsh.c common.c rsh_locl.h
H A DMakefile.in46 bin_PROGRAMS = rsh$(EXEEXT)
48 subdir = appl/rsh
103 am_rsh_OBJECTS = rsh.$(OBJEXT) common.$(OBJEXT)
404 man_MANS = rsh.1 rshd.8
405 rsh_SOURCES = rsh.c common.c rsh_locl.h
426 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign appl/rsh/Makefile'; \
428 $(AUTOMAKE) --foreign appl/rsh/Makefile
533 rsh$(EXEEXT): $(rsh_OBJECTS) $(rsh_DEPENDENCIES)
534 @rm -f rsh$(EXEEXT)
549 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rsh
[all...]
/freebsd-10.2-release/etc/pam.d/
H A DMakefile13 rsh \
/freebsd-10.2-release/crypto/heimdal/appl/
H A DMakefile.am19 rsh \
H A DMakefile.in113 DIST_SUBDIRS = afsutil ftp login otp gssmask popper push rsh rcp su \
396 rsh \
/freebsd-10.2-release/usr.sbin/crunch/examples/
H A Dfixit.conf31 progs ftp rsh sed telnet rlogin common find
H A Dreally-big.conf49 progs renice rev rlogin rpcgen rpcinfo rsh rup ruptime rusers rwall rwho
/freebsd-10.2-release/crypto/openssh/contrib/caldera/
H A Dopenssh.spec96 telnet, rlogin, rexec, and rsh, and provides secure encrypted
103 telnet, rlogin, rexec und rsh und stellt eine sichere, verschl�sselte
110 telnet, rlogin, rexec, y rsh, y proporciona comunicaciones seguras encriptadas
117 telnet, rlogin, rexec et rsh, tout en assurant des communications crypt�es
124 Sostituisce telnet, rlogin, rexec, e rsh, e fornisce comunicazioni sicure
131 telnet, rlogin, rexec, e o rsh e fornece comunica��es seguras e cifradas
138 telnet, rlogin, rexec, e o rsh e fornece comunica��es seguras e criptografadas
/freebsd-10.2-release/usr.bin/
H A DMakefile337 SUBDIR+= rsh
/freebsd-10.2-release/crypto/openssh/contrib/redhat/
H A Dopenssh.spec137 rsh, and to provide secure encrypted communications between two
196 --with-rsh=%{_bindir}/rsh \
600 - remove build dependency on rsh to match openssh.com's packages more closely
724 - Add BuildRequiress for /bin/login and /usr/bin/rsh so that configure will
/freebsd-10.2-release/crypto/openssh/contrib/suse/
H A Dopenssh.spec55 rlogin and rsh, and provide secure encrypted communications between
69 rlogin and rsh, and provide secure encrypted communications between
/freebsd-10.2-release/contrib/binutils/bfd/
H A Delf64-alpha.c2135 struct alpha_elf_reloc_entry *ri, *rs, *rin, *rsh;
2137 rsh = hs->reloc_entries;
2141 for (rs = rsh; rs ; rs = rs->next)
2127 struct alpha_elf_reloc_entry *ri, *rs, *rin, *rsh; local

Completed in 91 milliseconds