Searched refs:rcmd (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Drcmd.c1 /* $NetBSD: rcmd.c,v 1.2 2017/01/28 21:31:50 christos Exp $ */
42 rcmd(char **ahost, function
H A DMakefile.in374 $(DEPDIR)/mkstemp.Plo $(DEPDIR)/putenv.Plo $(DEPDIR)/rcmd.Plo \
718 rcmd.c readv.c recvmsg.c sendmsg.c setegid.c setenv.c \
1316 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/rcmd.Plo@am__quote@ # am--include-marker
2503 -rm -f $(DEPDIR)/rcmd.Plo
2710 -rm -f $(DEPDIR)/rcmd.Plo
/netbsd-current/usr.sbin/lpr/lpd/
H A DMakefile8 SRCS= lpd.c printjob.c recvjob.c lpdchar.c key.c modes.c ttcompat.c rcmd.c
15 CPPFLAGS.rcmd.c= -DINET6
/netbsd-current/bin/rcmd/
H A DMakefile8 PROG= rcmd
/netbsd-current/bin/
H A DMakefile5 hostname kill ksh ln ls mkdir mt mv pax ps pwd rcp rcmd rm rmdir \
/netbsd-current/lib/libc/net/
H A DMakefile.inc15 rcmd.c recv.c send.c sethostent.c \
48 nsdispatch.3 rcmd.3 resolver.3 sockatmark.3
79 MLINKS+=rcmd.3 iruserok.3 rcmd.3 rresvport.3 rcmd.3 ruserok.3 rcmd.3 orcmd.3
146 rcmd.3 rcmd_af.3 rcmd.3 iruserok_sa.3 rcmd.3 rresvport_af.3 \
147 rcmd
[all...]
H A Drcmd.c1 /* $NetBSD: rcmd.c,v 1.73 2024/01/20 14:52:48 christos Exp $ */
35 static char sccsid[] = "@(#)rcmd.c 8.3 (Berkeley) 3/26/94";
37 __RCSID("$NetBSD: rcmd.c,v 1.73 2024/01/20 14:52:48 christos Exp $");
88 rcmd(char **ahost, int rport, const char *locuser, const char *remuser, function
222 warnx("rcmd: socket: All ports in use");
224 warn("rcmd: socket");
253 warn("rcmd: connect to address %s", hbuf);
290 warn("rcmd: write (setting up stderr)");
312 warn("rcmd: accept");
328 "rcmd
[all...]
/netbsd-current/rescue/
H A DMakefile57 OVERRIDEOBJS= rcmd.o
59 CPPFLAGS.rcmd.c+=-I${NETBSDSRCDIR}/lib/libc/include -DRESCUEDIR=\"${RESCUEDIR}\"
/netbsd-current/sys/dev/pcmcia/
H A Dif_ray.c1669 ray_cmd_func_t rcmd; local
1671 rcmd = 0;
1681 /* rcmd = ray_reset; */
1697 rcmd = ray_start_join_net;
1699 return (rcmd);
1853 ray_cmd_func_t rcmd; local
1863 rcmd = 0;
1878 rcmd = ray_start_join_net;
1881 rcmd = ray_update_params_done(sc, ccs, stat);
1900 rcmd
1953 ray_cmd_func_t rcmd; local
2010 ray_cmd_func_t rcmd; local
[all...]
/netbsd-current/distrib/sun3/ramdisk/
H A Dlist77 PROG bin/rcmd
/netbsd-current/external/bsd/nvi/dist/ex/
H A Dex.h91 EXCMDLIST rcmd; /* Command: table entry/replacement. */ member in struct:_excmd
H A Dex.c436 ecp->rcmd = cmds[C_DELETE];
437 ecp->rcmd.syntax = "1bca1";
438 ecp->cmd = &ecp->rcmd;
484 ecp->rcmd = cmds[C_SUBSTITUTE];
485 ecp->rcmd.fn = ex_subagain;
486 ecp->cmd = &ecp->rcmd;
748 ecp->rcmd = cmds[C_SUBSTITUTE];
749 ecp->rcmd.fn = ex_subagain;
750 ecp->cmd = &ecp->rcmd;
/netbsd-current/external/bsd/tcpdump/dist/lbl/
H A Dos-sunos4.h138 int rcmd(char **, u_short, char *, char *, char *, int *);
/netbsd-current/external/bsd/libpcap/dist/lbl/
H A Dos-sunos4.h139 int rcmd(char **, u_short, char *, char *, char *, int *);
/netbsd-current/sys/net/npf/
H A Dnpf_ctl.c702 uint32_t rcmd; local
706 rcmd = dnvlist_get_number(req, "command", 0);
716 switch (rcmd) {
772 if (!error && rcmd != NPF_CMD_RULE_ADD && rcmd != NPF_CMD_RULE_LIST) {
/netbsd-current/external/bsd/openldap/dist/tests/progs/
H A Dslapd-tester.c163 char rcmd[MAXPATHLEN]; local
576 snprintf( rcmd, sizeof rcmd, "%s" LDAP_DIRSEP READCMD,
578 rargs[ranum++] = rcmd;
837 fork_child( rcmd, rargs );
/netbsd-current/sbin/dump/
H A Ddumprmt.c133 rmtape = rcmd(&rmtpeer, (u_short)sp->s_port, name, tuser, _PATH_RMT,
/netbsd-current/include/
H A Dunistd.h376 int rcmd(char **, int, const char *, const char *, const char *, int *);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtarget-delegates.c77 void rcmd (const char *arg0, struct ui_file *arg1) override;
248 void rcmd (const char *arg0, struct ui_file *arg1) override;
1954 target_ops::rcmd (const char *arg0, struct ui_file *arg1) function in class:target_ops
1956 this->beneath ()->rcmd (arg0, arg1);
1960 dummy_target::rcmd (const char *arg0, struct ui_file *arg1) function in class:dummy_target
1966 debug_target::rcmd (const char *arg0, struct ui_file *arg1) function in class:debug_target
1968 fprintf_unfiltered (gdb_stdlog, "-> %s->rcmd (...)\n", this->beneath ()->shortname ());
1969 this->beneath ()->rcmd (arg0, arg1);
1970 fprintf_unfiltered (gdb_stdlog, "<- %s->rcmd (", this->beneath ()->shortname ());
H A Dtarget.h679 virtual void rcmd (const char *command, struct ui_file *output)
1812 (current_top_target ()->rcmd) (command, outbuf)
/netbsd-current/usr.bin/rdist/
H A Ddocmd.c266 rem = rcmd(&rhost, port, user, ruser, buf, &remerr);
/netbsd-current/libexec/ftpd/
H A Dftpcmd.y181 | rcmd
882 rcmd
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtarget-delegates.c96 void rcmd (const char *arg0, struct ui_file *arg1) override;
270 void rcmd (const char *arg0, struct ui_file *arg1) override;
1963 target_ops::rcmd (const char *arg0, struct ui_file *arg1) function in class:target_ops
1965 this->beneath ()->rcmd (arg0, arg1);
1969 dummy_target::rcmd (const char *arg0, struct ui_file *arg1) function in class:dummy_target
1975 debug_target::rcmd (const char *arg0, struct ui_file *arg1) function in class:debug_target
1977 gdb_printf (gdb_stdlog, "-> %s->rcmd (...)\n", this->beneath ()->shortname ());
1978 this->beneath ()->rcmd (arg0, arg1);
1979 gdb_printf (gdb_stdlog, "<- %s->rcmd (", this->beneath ()->shortname ());
H A Dtarget.h692 virtual void rcmd (const char *command, struct ui_file *output)
/netbsd-current/external/bsd/ipf/dist/
H A DHISTORY607 patches from Scott Presnell to fix rcmd proxy
650 add kernel proxies for rcmd(3) and RealAudio (PNA)

Completed in 504 milliseconds

12