Home
last modified time | relevance | path

Searched refs:cmdargs (Results 1 – 25 of 46) sorted by relevance

12

/freebsd-14.2/usr.sbin/ppp/
H A Dnat_cmd.h30 struct cmdargs;
32 extern int nat_RedirectPort(struct cmdargs const *);
33 extern int nat_RedirectAddr(struct cmdargs const *);
34 extern int nat_RedirectProto(struct cmdargs const *);
35 extern int nat_ProxyRule(struct cmdargs const *);
36 extern int nat_SetTarget(struct cmdargs const *);
38 extern int nat_PunchFW(struct cmdargs const *);
40 extern int nat_SkinnyPort(struct cmdargs const *);
H A Dlog.h61 struct cmdargs;
92 extern int log_ShowLevel(struct cmdargs const *);
93 extern int log_SetLevel(struct cmdargs const *);
94 extern int log_ShowWho(struct cmdargs const *);
H A Dsystems.h34 struct cmdargs;
41 extern int AllowUsers(struct cmdargs const *);
42 extern int AllowModes(struct cmdargs const *);
H A Dmp.h32 struct cmdargs;
138 extern int mp_SetDatalinkBandwidth(struct cmdargs const *);
139 extern int mp_ShowStatus(struct cmdargs const *);
141 extern int mp_SetEnddisc(struct cmdargs const *);
H A Dcommand.c211 HelpCommand(struct cmdargs const *arg) in HelpCommand()
264 IdentCommand(struct cmdargs const *arg) in IdentCommand()
283 CloneCommand(struct cmdargs const *arg) in CloneCommand()
332 LoadCommand(struct cmdargs const *arg) in LoadCommand()
364 LogCommand(struct cmdargs const *arg) in LogCommand()
394 DialCommand(struct cmdargs const *arg) in DialCommand()
915 ShowEscape(struct cmdargs const *arg) in ShowEscape()
1093 struct cmdargs arg; in FindExec()
1435 SetServer(struct cmdargs const *arg) in SetServer()
1541 SetEscape(struct cmdargs const *arg) in SetEscape()
[all …]
H A Dcommand.h36 struct cmdargs { struct
50 int (*func) (struct cmdargs const *); argument
73 extern struct link *command_ChooseLink(struct cmdargs const *);
H A Dfilter.h94 struct cmdargs;
96 extern int filter_Show(struct cmdargs const *);
97 extern int filter_Set(struct cmdargs const *);
H A Dipcp.h108 struct cmdargs;
117 extern int ipcp_Show(struct cmdargs const *);
123 extern int ipcp_vjset(struct cmdargs const *);
H A Ddatalink.h146 extern int datalink_Show(struct cmdargs const *);
147 extern int datalink_SetRedial(struct cmdargs const *);
148 extern int datalink_SetReconnect(struct cmdargs const *);
H A Diface.h60 extern int iface_Descr(struct cmdargs const *);
64 extern int iface_Show(struct cmdargs const *);
H A Droute.h32 struct cmdargs;
56 extern int route_Show(struct cmdargs const *);
H A Dnat_cmd.c105 nat_RedirectPort(struct cmdargs const *arg) in nat_RedirectPort()
201 nat_RedirectAddr(struct cmdargs const *arg) in nat_RedirectAddr()
238 nat_RedirectProto(struct cmdargs const *arg) in nat_RedirectProto()
392 nat_ProxyRule(struct cmdargs const *arg) in nat_ProxyRule()
415 nat_SetTarget(struct cmdargs const *arg) in nat_SetTarget()
446 nat_PunchFW(struct cmdargs const *arg) in nat_PunchFW()
475 nat_SkinnyPort(struct cmdargs const *arg) in nat_SkinnyPort()
H A Dlink.h38 struct cmdargs;
81 extern int link_ShowLayers(struct cmdargs const *);
H A Dipv6cp.h64 struct cmdargs;
73 extern int ipv6cp_Show(struct cmdargs const *);
H A Dhdlc.h59 struct cmdargs;
107 extern int hdlc_ReportStatus(struct cmdargs const *);
H A Dslcompress.h154 struct cmdargs;
161 extern int sl_Show(struct cmdargs const *);
H A Dprompt.h38 struct cmdargs;
91 extern int PasswdCommand(struct cmdargs const *);
H A Dmbuf.h101 struct cmdargs;
116 extern int mbuf_Show(struct cmdargs const *);
H A Dlcp.h130 struct cmdargs;
141 extern int lcp_ReportStatus(struct cmdargs const *);
H A Dbundle.h174 extern int bundle_ShowLinks(struct cmdargs const *);
175 extern int bundle_ShowStatus(struct cmdargs const *);
H A Dphysical.h27 struct cmdargs;
138 extern int physical_ShowStatus(struct cmdargs const *);
H A Dlog.c426 log_ShowLevel(struct cmdargs const *arg) in log_ShowLevel()
446 log_SetLevel(struct cmdargs const *arg) in log_SetLevel()
518 log_ShowWho(struct cmdargs const *arg) in log_ShowWho()
H A Dsystems.c205 AllowUsers(struct cmdargs const *arg) in AllowUsers()
227 AllowModes(struct cmdargs const *arg) in AllowModes()
/freebsd-14.2/crypto/openssl/util/perl/OpenSSL/
H A DTest.pm316 my @cmdargs = ( @$cmd );
328 my @cmdargs = ( @{$cmd} );
330 return cmd([ @prog, @cmdargs ],
339 my @cmdargs = ( @{$cmd} );
341 return cmd([ @prog, @cmdargs ],
350 my @cmdargs = ( @{$cmd} );
352 return cmd([ @prog, @cmdargs ],
364 my @cmdargs = ( @{$cmd} );
365 my @prog = __apps_file(shift @cmdargs, undef);
378 my @cmdargs = ( @{$cmd} );
[all …]
/freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/
H A Dchannel_common.kshlib37 typeset cmdargs=$@ tmpout=$(mktemp) tmperr=$(mktemp)
45 log_note "running: zfs program $cmdargs:"
47 zfs program $cmdargs >$tmpout 2>$tmperr

12