Home
last modified time | relevance | path

Searched defs:cmd (Results 51 – 75 of 356) sorted by last modified time

12345678910>>...15

/original-bsd/usr.bin/mail/
H A Dcollect.c434 mespipe(fp, cmd) in mespipe() argument
H A Ddef.h79 struct cmd { struct
80 char *c_name; /* Name of command */
81 int (*c_func)(); /* Implementor of the command */
82 short c_argtype; /* Type of arglist (see below) */
83 short c_msgflag; /* Required flags of messages */
84 short c_msgmask; /* Relevant flags of messages */
H A Dcmd2.c130 save1(str, mark, cmd, ignore) in save1() argument
H A Dcmd3.c31 char cmd[BUFSIZ]; local
H A Dpopen.c75 Popen(cmd, mode) in Popen() argument
187 run_command(cmd, mask, infd, outfd, a0, a1, a2) in run_command() argument
201 start_command(cmd, mask, infd, outfd, a0, a1, a2) in start_command() argument
/original-bsd/usr.bin/ftp/
H A Dcmds.c374 char *cmd; local
1153 char *cmd; local
1188 char *cmd, mode[1], *dest; local
1556 confirm(cmd, file) in confirm() argument
H A Dftp.c414 sendrequest(cmd, local, remote, printnames) in sendrequest() argument
671 recvrequest(cmd, local, remote, lmode, printnames) in recvrequest() argument
1279 proxtrans(cmd, local, remote) in proxtrans() argument
H A Dftp_var.h83 struct cmd { struct
84 char *c_name; /* name of command */
85 char *c_help; /* help string */
86 char c_bell; /* give bell when command completes */
87 char c_conn; /* must be connected to use command */
88 char c_proxy; /* proxy server may execute */
89 void (*c_handler) __P((int, char **)); /* function to call */
/original-bsd/usr.bin/ex/ex3.7preserve/
H A Dex3.7preserve.c244 char cmd[MAXPATHLEN + 50], croak[50]; local
/original-bsd/usr.bin/ctags/
H A Dctags.c66 char cmd[100]; /* too ugly to explain */ local
/original-bsd/usr.bin/apply/
H A Dapply.c35 char *c, *cmd, *p, *q; local
/original-bsd/sys/vax/vax/
H A Dsys_machdep.c120 mapioctl(cmd) in mapioctl() argument
H A Dcons.c159 cnioctl(dev, cmd, addr, flag) in cnioctl() argument
/original-bsd/sys/vax/uba/
H A Dvs.c304 vsioctl(dev, cmd, addr, flag) in vsioctl() argument
H A Dva.c266 vaioctl(dev, cmd, data, flag) in vaioctl() argument
292 int s, cmd; local
331 vadopio(dev, cmd) in vadopio() argument
H A Dvp.c254 vpioctl(dev, cmd, data, flag) in vpioctl() argument
H A Dlpa.c368 lpaioctl(dev, cmd, data, flag) in lpaioctl() argument
H A Dnp.c271 npioctl(dev,cmd,addr,flag) in npioctl() argument
H A Dps.c228 psioctl(dev, cmd, data, flag) in psioctl() argument
H A Dqd.c899 qdioctl(dev, cmd, datap, flags) in qdioctl() argument
2958 led_control(unit, cmd, led_mask) in led_control() argument
H A Dqv.c614 qvioctl(dev, cmd, data, flag) in qvioctl() argument
H A Drk.c316 int sn, tn, cmd; local
543 int reg, npf, o, cmd, ubaddr; local
H A Dtmscp.c1897 tmscpioctl(dev, cmd, data, flag) in tmscpioctl() argument
H A Duu.c241 register struct packet *cmd = &uucmd[ctlr]; local
305 struct packet *cmd; local
355 struct packet *data, *cmd; local
828 uuioctl(dev, cmd, data, flag) in uuioctl() argument
H A Dqduser.h409 short cmd; /* LK201 command opcode */ member

12345678910>>...15