/freebsd/sys/powerpc/fpu/ |
H A D | fpu_subr.c | 62 fpu_shr(struct fpn *fp, int rsh) in fpu_shr() argument 68 if (rsh <= 0 || (fp->fp_class != FPC_NUM && !ISNAN(fp))) in fpu_shr() 78 if (rsh >= FP_NMANT) { in fpu_shr() 98 if (rsh >= 32 * 3) { in fpu_shr() 101 } else if (rsh >= 32 * 2) { in fpu_shr() 104 } else if (rsh >= 32) { in fpu_shr() 110 if ((rsh &= 31) != 0) { in fpu_shr() 111 lsh = 32 - rsh; in fpu_shr() 113 m3 = (m3 >> rsh) | (m2 << lsh); in fpu_shr() 114 m2 = (m2 >> rsh) | (m1 << lsh); in fpu_shr() [all …]
|
/freebsd/crypto/heimdal/appl/rsh/ |
H A D | ChangeLog | 3 * rsh.c: Fix pointer vs strict alias rules. 52 * rsh.c: Check return value from asprintf instead of string != 78 * rsh.c: use strlcat 80 * rsh.c: use strlcpy 86 * rsh.c: cast size_t to unsigned long 94 * rsh.c: rename loop() to rsh_loop() 96 * rsh.c (loop): pass errsock status to init_ivecs 108 * rsh.1: reorder and document some options 112 * rsh.c: reorder some options 116 * rsh.1: document -d [all …]
|
H A D | Makefile.am | 7 bin_PROGRAMS = rsh program 9 man_MANS = rsh.1 rshd.8 13 rsh_SOURCES = rsh.c common.c rsh_locl.h
|
H A D | Makefile.in | 46 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 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.Po@am__quote@
|
/freebsd/crypto/heimdal/appl/ |
H A D | Makefile.am | 19 rsh \ subdir
|
H A D | Makefile.in | 113 DIST_SUBDIRS = afsutil ftp login otp gssmask popper push rsh rcp su \ 396 rsh \
|
/freebsd/share/doc/smm/07.lpd/ |
H A D | spell.ok | 50 rsh
|
/freebsd/crypto/heimdal/doc/ |
H A D | intro.texi | 24 include the most important and useful application programs (rsh, telnet, 49 @file{rsh}, @file{rshd}
|
/freebsd/crypto/heimdal/appl/rcp/ |
H A D | ChangeLog | 57 * rcp.c: add -e (passed to rsh) 128 * initial import of port of bsd rcp changed to use existing rsh,
|
/freebsd/contrib/tcsh/ |
H A D | dot.tcshrc | 83 uncomplete rcp rsh
|
H A D | FAQ | 197 When I rsh the meta key stops working on the remote machine. 199 Try using rsh -8; this option is undocumented on some systems, but it
|
H A D | complete.tcsh | 74 complete rsh p/1/\$hosts/ c/-/"(l n)"/ n/-l/u/ N/-l/c/ n/-/c/ p/2/c/ p/*/f/ 217 # This one will rsh to the file to fetch the list of files! 218 …t q="$q:s/:/ /";set q=($q " ");rsh $q[2] -l $q[1] ls -dp $q[3]\*`%' 'c%*:%`set q=$:-0;set q="$q:s/…
|
/freebsd/contrib/tcp_wrappers/ |
H A D | Banners.Makefile | 51 # In particular, banners don't work with standard rsh daemons.
|
H A D | README | 325 present for at least five years in the BSD rsh and rlogin daemons. 465 been reported via the rsh service. In fact, any network service can be 722 from a remote shell command (`rsh host /some/where/try-from') and it 726 rsh, rlogin, tftp, talk, comsat and other tcp or udp services that have 790 from a remote shell command (`rsh host /some/where/try-from') and it 798 rsh, rlogin, tftp, talk, comsat and other tcp or udp services that have
|
/freebsd/crypto/heimdal/ |
H A D | NEWS | 463 * rsh: clean-up and add man page 762 * rsh works 787 * kx/rsh/push/pop_debug tries v5 and v4 consistenly 822 * support for getting default from krb5.conf for kinit/kf/rsh/telnet. 827 * make rsh/rshd IPv6-aware 941 * kludges for parsing options to rsh
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_affinity.h | 448 rsethandle_t rsh; in set_system_affinity() local 451 rsh = rs_alloc(RS_EMPTY); in set_system_affinity() 453 if (RS_DEFAULT_RSET != ra_getrset(R_PROCESS, rsid, 0, rsh)) { in set_system_affinity()
|
/freebsd/tests/sys/cddl/zfs/include/ |
H A D | commands.txt | 135 /usr/bin/rsh
|
/freebsd/usr.sbin/crunch/ |
H A D | README | 38 ftp rsh sed telnet rlogin vi cpio gzip gunzip gzcat
|
/freebsd/usr.sbin/crunch/examples/ |
H A D | really-big.conf | 48 progs renice rev rlogin rpcgen rpcinfo rsh rup ruptime rusers rwall rwho
|
/freebsd/crypto/openssh/contrib/suse/ |
H A D | openssh.spec | 53 rlogin and rsh, and provide secure encrypted communications between
|
/freebsd/crypto/openssh/contrib/redhat/ |
H A D | openssh.spec | 158 rsh, and to provide secure encrypted communications between two 450 - Discard obsolete '--with-rsh' configure option
|
/freebsd/share/examples/ppp/ |
H A D | ppp.conf.sample | 342 # Only allow dialup to be triggered by http, rlogin, rsh, telnet, ftp or 370 # And new connections to http, rlogin, rsh, telnet, ftp and ports
|
/freebsd/crypto/heimdal/lib/kafs/ |
H A D | ChangeLog | 550 pag-less rsh-sessions, and `non-standard' ticket files).
|
/freebsd/usr.sbin/ppp/ |
H A D | README.nat | 164 This will allow rsh, RPC and other specialised protocols to work
|
/freebsd/targets/pseudo/userland/ |
H A D | Makefile.depend | 311 usr.bin/rsh \
|