Searched refs:opts (Results 201 - 225 of 850) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/apr/misc/unix/
H A Dgetopt.c71 APR_DECLARE(apr_status_t) apr_getopt(apr_getopt_t *os, const char *opts,
91 !(oli = strchr(opts, os->opt))) {
102 if (os->errfn && *opts != ':') {
119 if (*opts == ':') {
201 const apr_getopt_option_t *opts,
239 if (opts[i].optch == 0) /* No match */
242 if (opts[i].name) {
243 len = strlen(opts[i].name);
244 if (strncmp(p, opts[i].name, len) == 0
249 *optch = opts[
[all...]
/freebsd-11-stable/crypto/openssh/regress/
H A Dmultipubkey.sh31 opts="-oProtocol=2 -F $OBJ/ssh_proxy -oIdentitiesOnly=yes"
32 opts="$opts -i $OBJ/cert_user_key1 -i $OBJ/user_key1 -i $OBJ/user_key2"
47 ${SSH} $opts proxy true && fail "ssh succeeded with key"
52 ${SSH} $opts proxy true && fail "ssh succeeded with key+cert"
58 ${SSH} $opts proxy true || fail "ssh failed with multiple keys"
64 ${SSH} $opts proxy true || fail "ssh failed with key/cert"
H A Dcert-file.sh47 opts="-F $OBJ/ssh_proxy -oIdentitiesOnly=yes"
48 opts2="$opts -i $OBJ/user_key1 -i $OBJ/user_key2"
90 opts3="$opts -i $OBJ/user_key2"
143 opts="-F $OBJ/ssh_proxy"
145 ${SSH} -2 $opts somehost exit 52
151 opts="$opts -oCertificateFile=$OBJ/cert_user_key1_2.pub"
152 ${SSH} -2 $opts somehost exit 52
158 opts="$opts
[all...]
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_backend.c142 ctl_init_opts(ctl_options_t *opts, int num_args, struct ctl_be_arg *args) argument
147 STAILQ_INIT(opts);
156 STAILQ_INSERT_TAIL(opts, opt, links);
161 ctl_update_opts(ctl_options_t *opts, int num_args, struct ctl_be_arg *args) argument
171 STAILQ_FOREACH(opt, opts, links) {
184 STAILQ_INSERT_TAIL(opts, opt, links);
187 STAILQ_REMOVE(opts, opt, ctl_option, links);
196 ctl_free_opts(ctl_options_t *opts) argument
200 while ((opt = STAILQ_FIRST(opts)) != NULL) {
201 STAILQ_REMOVE_HEAD(opts, link
209 ctl_get_opt(ctl_options_t *opts, const char *name) argument
222 ctl_get_opt_number(ctl_options_t *opts, const char *name, uint64_t *val) argument
[all...]
/freebsd-11-stable/contrib/libxo/xo/
H A Dxo.c204 " --option <opts> -or -O <opts> Give formatting options\n"
217 static struct opts { struct
225 } opts; variable in typeref:struct:opts
229 { "depth", required_argument, &opts.o_depth, 1 },
230 { "help", no_argument, &opts.o_help, 1 },
234 { "not-first", no_argument, &opts.o_not_first, 1 },
241 { "xpath", no_argument, &opts.o_xpath, 1 },
242 { "version", no_argument, &opts.o_version, 1 },
244 { "warn-xml", no_argument, &opts
[all...]
/freebsd-11-stable/contrib/ipfilter/l4check/
H A Dl4check.c62 int opts = 0; variable
106 if (!(opts & OPT_DONOTHING)) {
121 if (!(opts & OPT_DONOTHING)) {
162 if (opts & OPT_VERBOSE)
168 if (opts & OPT_VERBOSE)
195 if (opts & OPT_VERBOSE)
204 if (opts & OPT_VERBOSE)
231 if (opts & OPT_VERBOSE)
236 if (opts & OPT_VERBOSE)
243 if (opts
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dnumeric.c100 * arg: + tOptions * + opts + program options descriptor +
107 optionNumericVal(tOptions * opts, tOptDesc * od) argument
116 if (INQUERY_CALL(opts, od) || (od->optArg.argString == NULL))
164 fprintf( stderr, zNotNumber, opts->pzProgName, od->optArg.argString );
165 if ((opts->fOptSet & OPTPROC_ERRSTOP) != 0)
166 (*(opts->pUsageProc))(opts, EXIT_FAILURE);
H A Dsave.c36 find_dir_name(tOptions * opts, int * p_free);
39 find_file_name(tOptions * opts, int * p_free_name);
57 open_sv_file(tOptions * opts);
72 prt_file_arg(FILE * fp, tOptDesc * od, tOptions * opts);
78 find_dir_name(tOptions * opts, int * p_free) argument
82 if ( (opts->specOptIdx.save_opts == NO_EQUIVALENT)
83 || (opts->specOptIdx.save_opts == 0))
86 pzDir = opts->pOptDesc[ opts->specOptIdx.save_opts ].optArg.argString;
95 char const * const * papz = opts
160 find_file_name(tOptions * opts, int * p_free_name) argument
522 open_sv_file(tOptions * opts) argument
668 prt_file_arg(FILE * fp, tOptDesc * od, tOptions * opts) argument
718 optionSaveFile(tOptions * opts) argument
[all...]
/freebsd-11-stable/sys/kern/
H A Dsubr_boot.c141 opts = strchr(kargs, '-');
142 while (opts != NULL) {
143 while (*(++opts) != '\0') {
144 sw = strchr(howto_switches, *opts);
149 opts = strchr(opts, '-');
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_mib.c234 struct vfsoptlist *opts = data; local
237 if (vfs_copyopt(opts, "linux", &jsys, sizeof(jsys)) == 0 &&
251 struct vfsoptlist *opts = data; local
256 error = vfs_copyopt(opts, "linux", &jsys, sizeof(jsys));
263 error = vfs_getopt(opts, "linux.osname", (void **)&osname, &len);
270 vfs_opterror(opts, "linux.osname too long");
274 error = vfs_getopt(opts, "linux.osrelease", (void **)&osrelease, &len);
281 vfs_opterror(opts, "linux.osrelease too long");
286 vfs_opterror(opts, "linux.osrelease format error");
290 error = vfs_copyopt(opts, "linu
303 struct vfsoptlist *opts = data; local
371 struct vfsoptlist *opts = data; local
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Dtbl_term.c102 coloff = sp->opts->opts & (TBL_OPT_BOX | TBL_OPT_DBOX) ||
103 sp->opts->lvert;
104 for (ic = 0; ic < sp->opts->cols; ic++) {
113 if (sp->opts->opts & TBL_OPT_CENTRE) {
114 tsz = sp->opts->opts & (TBL_OPT_BOX | TBL_OPT_DBOX)
115 ? 2 : !!sp->opts->lvert + !!sp->opts
509 tbl_data(struct termp *tp, const struct tbl_opts *opts, const struct tbl_cell *cp, const struct tbl_dat *dp, const struct roffcol *col) argument
618 tbl_number(struct termp *tp, const struct tbl_opts *opts, const struct tbl_dat *dp, const struct roffcol *col) argument
[all...]
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipnat.c79 int opts; variable
101 opts = 0;
115 opts |= OPT_CLEAR;
118 opts |= OPT_DEBUG;
124 opts |= OPT_FLUSH;
127 opts |=OPT_HITS;
130 opts |= OPT_LIST;
143 opts |= OPT_DONOTHING|OPT_DONTOPEN;
150 opts |= OPT_PURGE;
153 opts |
[all...]
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dremove_hashnode.c44 if (opts & OPT_DEBUG) {
50 if (!(opts & OPT_DONOTHING)) {
H A Dpoolio.c22 if ((opts & OPT_DONTOPEN) != 0)
/freebsd-11-stable/contrib/apr/include/
H A Dapr_getopt.h109 * @param opts A string of characters that are acceptable options to the
122 APR_DECLARE(apr_status_t) apr_getopt(apr_getopt_t *os, const char *opts,
130 * @param opts A pointer to a list of apr_getopt_option_t structures, which
151 const apr_getopt_option_t *opts,
/freebsd-11-stable/contrib/ntp/util/
H A DMakefile.am27 ntp_keygen_SOURCES = ntp-keygen.c ntp-keygen-opts.c ntp-keygen-opts.h
34 ntp-keygen-opts.def \
44 BUILT_SOURCES= ntp-keygen-opts.c ntp-keygen-opts.h
75 $(srcdir)/ntp-keygen-opts.h: $(srcdir)/ntp-keygen-opts.c
78 $(srcdir)/ntp-keygen-opts.c: $(srcdir)/ntp-keygen-opts.def $(std_def_list)
79 $(run_ag) ntp-keygen-opts
[all...]
/freebsd-11-stable/stand/common/
H A Drbx.h57 #define OPT_CHECK(opt) ((opts) & OPT_SET(opt))
59 extern uint32_t opts;
/freebsd-11-stable/secure/
H A DMakefile.inc3 .include <src.opts.mk>
/freebsd-11-stable/contrib/ntp/ntpdc/
H A DMakefile.am9 BUILT_SOURCES= @MAKE_CHECK_LAYOUT@ ntpdc-opts.c ntpdc-opts.h
40 ntpdc-opts.def \
55 ##ntpdc_TEXINFOS= ntpdc-opts.texi
82 $(srcdir)/ntpdc-opts.h: $(srcdir)/ntpdc-opts.c
85 $(srcdir)/ntpdc-opts.c: $(srcdir)/ntpdc-opts.def $(std_def_list)
86 $(run_ag) ntpdc-opts.def
90 $(srcdir)/ntpdc.1ntpdcman: $(srcdir)/ntpdc-opts
[all...]
/freebsd-11-stable/contrib/ntp/ntpq/
H A DMakefile.am39 ntpq-opts.def \
48 BUILT_SOURCES= ntpq-opts.c ntpq-opts.h
77 ntpq_SOURCES= ntpq.c ntpq-subs.c ntpq-opts.c ntpq-opts.h
81 $(srcdir)/ntpq-opts.h: $(srcdir)/ntpq-opts.c
84 $(srcdir)/ntpq-opts.c: $(srcdir)/ntpq-opts.def $(std_def_list)
85 $(run_ag) ntpq-opts
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_wattroff.c48 wattr_off(WINDOW *win, attr_t at, void *opts GCC_UNUSED)
H A Dlib_wattron.c48 wattr_on(WINDOW *win, attr_t at, void *opts GCC_UNUSED)
/freebsd-11-stable/bin/ls/
H A DMakefile4 .include <src.opts.mk>
/freebsd-11-stable/libexec/rlogind/
H A DMakefile4 .include <src.opts.mk>
/freebsd-11-stable/libexec/rshd/
H A DMakefile6 .include <src.opts.mk>

Completed in 235 milliseconds

1234567891011>>