Searched refs:opts (Results 1 - 25 of 465) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/tools/
H A Dc89.sh5 opts=""
11 *) opts="$opts $arg" ;;
15 c89 $lopts $opts
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/roff/grog/
H A Dgrog.sh7 opts=
18 sp=; opts="$opts -C"; shift; break;;
26 opts="$opts $arg"; shift;;
107 if (opts != "")
108 printf "%s", opts
112 }' "opts=$opts" "files=$*" -
/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/libsa/
H A Dparseutils.c74 parseopts(const char *opts, int *howto) argument
78 opts++; /* skip - */
79 while (*opts && *opts != ' ') {
81 BOOT_FLAG(*opts, r);
83 printf("-%c: unknown flag\n", *opts);
87 opts++;
97 char *opts = NULL; local
111 opts = arg;
116 opts
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/lib/
H A Dparseutils.c77 parseopts(const char *opts, int *howto) argument
81 opts++; /* skip - */
82 while (*opts) {
84 BOOT_FLAG(*opts, r);
86 printf("-%c: unknown flag\n", *opts);
91 opts++;
92 if (*opts == ' ' || *opts == '\t') {
94 opts++; /* skip whitespace */
95 while (*opts
113 char *opts = NULL; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/examples/
H A Dbash_completion_tmux.sh7 local cur prev opts
12 opts=" \
96 COMPREPLY=($(compgen -W "${opts}" -- ${cur}))
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/roff/nroff/
H A Dnroff.sh37 opts=
45 opts="$opts -P-c" ;;
47 opts="$opts -P-h" ;;
55 opts="$opts $1" ;;
66 opts="$opts -P-c" ;;
97 PATH="$GROFF_RUNTIME$PATH" groff -mtty-char $T $opts
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/sim/cris/c/
H A Dc.exp94 set opts(cc) ""
95 set opts(sim) ""
96 set opts(output) ""
97 set opts(progoptions) ""
98 set opts(timeout) ""
99 set opts(mach) ""
100 set opts(xerror) "no"
101 set opts(dest) "$testname.x"
102 set opts(simenv) ""
103 set opts(kfai
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dauth-options.c97 auth_parse_options(struct passwd *pw, const char *opts, const char *file, argument
106 if (!opts)
109 while (*opts && *opts != ' ' && *opts != '\t') {
111 if (strncasecmp(opts, cp, strlen(cp)) == 0) {
113 opts += strlen(cp);
117 if (strncasecmp(opts, cp, strlen(cp)) == 0) {
120 opts += strlen(cp);
124 if (strncasecmp(opts, c
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/scripts/
H A Damd2sun.in31 ($defopts = $rest) =~ s/^.*[\s;]opts:=([^;\s]+)[;\s]*.*$/\1/;
35 $opts=$defopts;
37 if ($rest =~ /opts:=([^;\s]+)[;\s]/) {
38 $opts = $1;
41 $opts =~ s/,ping=[-\d]+//g;
50 print "$fs -$opts $rhost:$rfs\n";
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/lib/
H A Dsim-defs.exp189 global opts
208 set opts(as) ""
209 set opts(ld) ""
210 set opts(progopts) ""
211 set opts(sim) ""
212 set opts(output) ""
213 set opts(mach) ""
214 set opts(timeout) ""
215 set opts(xerror) "no"
216 set opts(xfai
[all...]
/netbsd-6-1-5-RELEASE/games/hack/
H A Dhack.options.c79 char *opts; local
89 if ((opts = getenv("HACKOPTIONS")) != NULL)
90 parseoptions(opts, TRUE);
94 parseoptions(char *opts, boolean from_env) argument
100 if ((op = strchr(opts, ',')) != NULL) {
104 if ((op = strchr(opts, ' ')) != NULL) {
110 if (!*opts)
113 while ((*opts == '!') || !strncmp(opts, "no", 2)) {
114 if (*opts
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/amd/
H A Damfs_toplvl.c92 set_auto_attrcache_timeout(char *preopts, char *opts, size_t l) argument
104 xstrlcat(opts, preopts, l);
116 xstrlcat(opts, preopts, l);
120 xstrlcat(opts, preopts, l);
124 xstrlcat(opts, preopts, l);
128 xstrlcat(opts, preopts, l);
132 xstrlcat(opts, preopts, l);
175 char opts[SIZEOF_OPTS], preopts[SIZEOF_OPTS], toplvl_opts[40]; local
200 autofs_get_opts(opts, sizeof(opts), m
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/lib/
H A Dgas-defs.exp453 set opts(addr2line) {}
454 set opts(as) {}
455 set opts(objdump) {}
456 set opts(nm) {}
457 set opts(objcopy) {}
458 set opts(readelf) {}
459 set opts(name) {}
460 set opts(PROG) {}
461 set opts(source) {}
462 set opts(dum
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/testsuite/lib/
H A Dutils-lib.exp270 set opts(addr2line) {}
271 set opts(ar) {}
272 set opts(as) {}
273 set opts(nm) {}
274 set opts(objcopy) {}
275 set opts(objdump) {}
276 set opts(strip) {}
277 set opts(ranlib) {}
278 set opts(readelf) {}
279 set opts(siz
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-d10v/
H A Dd10v.exp115 set opts(as) {}
116 set opts(ld) {}
117 set opts(xfail) {}
118 set opts(target) {}
119 set opts(notarget) {}
120 set opts(name) {}
121 set opts(source) {}
127 if ![info exists opts($opt_name)] {
148 if [string length $opts($opt_name)] {
155 set opts(
[all...]
/netbsd-6-1-5-RELEASE/sys/netiso/
H A Dclnp_options.c273 * PURPOSE: Check the options (beginning at opts for len bytes) for
294 char *opts = optsv; local
305 dump_buf(opts, len);
320 opts_end = opts + len;
321 while (opts < opts_end) {
323 if (opts + 2 > opts_end)
326 opcode = *opts++;
327 oplen = *opts++;
364 if (opts + oplen > opts_end)
374 opts
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/tests/
H A Dbuild-tests.sh11 for opts in \
29 echo "$hostname: Configure options \"$opts\"..." >&2
30 ../configure $opts > build-log.txt 2>&1
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/contrib/
H A Dcompare-all-tests43 local bdir pdir opts bline pline
48 opts=${3//\// }
49 echo "$pline $opts"
50 $bline $opts 2>/dev/null >/dev/null || return 0
51 diff -L "$bdir/gcc/cc1 $opts" -L "$pdir/gcc/cc1 $opts" -u \
52 <( $bline $opts 2>&1 ) <( $pline $opts 2>&1 ) || { echo -n . >&2; return 1; }
57 eval opts=\$${1}_opts
58 if test -z "$opts"; the
[all...]
/netbsd-6-1-5-RELEASE/sys/net/
H A Dppp-comp.h189 /* unsupported opts */
213 /* Build a CI from mppe opts (see RFC 3078) */
214 #define MPPE_OPTS_TO_CI(opts, ci) \
219 if (opts & MPPE_OPT_STATEFUL) \
228 if (opts & MPPE_OPT_128) \
230 if (opts & MPPE_OPT_40) \
236 #define MPPE_CI_TO_OPTS(ci, opts) \
240 opts = 0; \
244 opts |= MPPE_OPT_STATEFUL; \
248 opts |
[all...]
/netbsd-6-1-5-RELEASE/dist/ipf/lib/
H A Dload_pool.c28 if ((poolfd == -1) && ((opts & OPT_DONOTHING) == 0))
30 if ((poolfd == -1) && ((opts & OPT_DONOTHING) == 0))
44 if ((opts & OPT_REMOVE) == 0) {
46 if ((opts & OPT_DONOTHING) == 0) {
55 if ((opts & OPT_VERBOSE) != 0) {
57 printpool(&pool, bcopywrap, pool.ipo_name, opts);
64 if ((opts & OPT_REMOVE) != 0) {
66 if ((opts & OPT_DONOTHING) == 0) {
H A Dprintpool.c14 ip_pool_t *printpool(pp, copyfunc, name, opts)
18 int opts;
29 printpooldata(&ipp, opts);
33 if ((opts & OPT_DEBUG) == 0)
50 ipnp = printpoolnode(ipnp, opts);
52 if ((opts & OPT_DEBUG) == 0) {
58 if ((opts & OPT_DEBUG) == 0)
H A Dprintpoolnode.c14 ip_pool_node_t *printpoolnode(np, opts)
16 int opts;
19 if ((opts & OPT_DEBUG) == 0) {
/netbsd-6-1-5-RELEASE/dist/pf/sbin/pfctl/
H A Dpfctl_altq.c223 struct node_queue_opt *opts)
238 errors += eval_queue_opts(pa, opts, pa->ifbandwidth);
263 check_commit_altq(int dev, int opts) argument
273 error = check_commit_cbq(dev, opts, altq);
276 error = check_commit_priq(dev, opts, altq);
279 error = check_commit_hfsc(dev, opts, altq);
294 struct node_queue_opt *opts)
362 if (eval_queue_opts(pa, opts, parent == NULL? 0 : parent->bandwidth))
390 struct cbq_opts *opts; local
399 opts
222 eval_pfaltq(struct pfctl *pf, struct pf_altq *pa, struct node_queue_bw *bw, struct node_queue_opt *opts) argument
293 eval_pfqueue(struct pfctl *pf, struct pf_altq *pa, struct node_queue_bw *bw, struct node_queue_opt *opts) argument
428 struct cbq_opts *opts; local
509 check_commit_cbq(int dev, int opts, struct pf_altq *pa) argument
544 const struct cbq_opts *opts; local
604 check_commit_priq(int dev, int opts, struct pf_altq *pa) argument
632 const struct priq_opts *opts; local
662 struct hfsc_opts *opts; local
797 check_commit_hfsc(int dev, int opts, struct pf_altq *pa) argument
838 const struct hfsc_opts *opts; local
1149 eval_queue_opts(struct pf_altq *pa, struct node_queue_opt *opts, u_int32_t ref_bw) argument
[all...]
H A Dpfctl_table.c78 if ((!(opts & PF_OPT_NOACTION) || \
79 (opts & PF_OPT_DUMMYACTION)) && \
88 if ((!(opts & PF_OPT_NOACTION) || \
89 (opts & PF_OPT_DUMMYACTION)) && \
97 xprintf(opts, "%d table created", nadd); \
98 if (opts & PF_OPT_NOACTION) \
105 pfctl_clear_tables(const char *anchor, int opts) argument
107 return pfctl_table(0, NULL, NULL, "-F", NULL, anchor, opts);
111 pfctl_show_tables(const char *anchor, int opts) argument
113 return pfctl_table(0, NULL, NULL, "-s", NULL, anchor, opts);
117 pfctl_command_tables(int argc, char *argv[], char *tname, const char *command, char *file, const char *anchor, int opts) argument
126 pfctl_table(int argc, char *argv[], char *tname, const char *command, char *file, const char *anchor, int opts) argument
552 xprintf(int opts, const char *fmt, ...) argument
575 pfctl_show_ifaces(const char *filter, int opts) argument
602 print_iface(struct pfi_kif *p, int opts) argument
[all...]
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c230 uint32_t pos_mem = coder->opts[cur].pos_prev;
231 uint32_t back_mem = coder->opts[cur].back_prev;
234 if (coder->opts[cur].prev_1_is_literal) {
235 make_literal(&coder->opts[pos_mem]);
236 coder->opts[pos_mem].pos_prev = pos_mem - 1;
238 if (coder->opts[cur].prev_2) {
239 coder->opts[pos_mem - 1].prev_1_is_literal
241 coder->opts[pos_mem - 1].pos_prev
242 = coder->opts[cur].pos_prev_2;
243 coder->opts[pos_me
[all...]

Completed in 239 milliseconds

1234567891011>>