Searched refs:OPTS (Results 1 - 16 of 16) sorted by relevance

/freebsd-current/contrib/dialog/
H A Ddialog-config.in149 OPTS=
152 [ -n "$OPTS" ] && OPTS="$OPTS "
153 OPTS="${OPTS}${opt}"
155 printf "%s\n" "$OPTS"
158 OPTS=
163 [ -n "$OPTS" ] && OPTS
[all...]
/freebsd-current/contrib/ncurses/misc/
H A Dncurses-config.in201 OPTS=
204 [ -n "$OPTS" ] && OPTS="$OPTS "
205 OPTS="${OPTS}${opt}"
207 printf '%s\n' "$OPTS"
210 OPTS=
215 [ -n "$OPTS" ] && OPTS
[all...]
/freebsd-current/stand/i386/boot0/
H A DMakefile7 # Additional options that you can specify with make OPTS="..."
17 OPTS ?= -DVOLUME_SERIAL -DPXE macro
18 CFLAGS += ${OPTS}
/freebsd-current/crypto/openssh/regress/
H A Dkrl.sh111 OPTS=$1
112 $SSHKEYGEN $OPTS -kf $OBJ/krl-empty - </dev/null \
114 $SSHKEYGEN $OPTS -kf $OBJ/krl-keys $RKEYS \
116 $SSHKEYGEN $OPTS -kf $OBJ/krl-cert $RCERTS \
118 $SSHKEYGEN $OPTS -kf $OBJ/krl-all $RKEYS $RCERTS \
120 $SSHKEYGEN $OPTS -kf $OBJ/krl-ca $OBJ/revoked-ca.pub \
122 $SSHKEYGEN $OPTS -kf $OBJ/krl-sha1 $OBJ/revoked-sha1 \
124 $SSHKEYGEN $OPTS -kf $OBJ/krl-sha256 $OBJ/revoked-sha256 \
126 $SSHKEYGEN $OPTS -kf $OBJ/krl-hash $OBJ/revoked-hash \
129 $SSHKEYGEN $OPTS
[all...]
/freebsd-current/contrib/byacc/test/
H A Drun_test.sh217 OPTS=
224 OPTS="$OPTS -B"
228 OPTS="$OPTS -g"
232 OPTS="$OPTS -t -i"
238 OPTS="$OPTS -r"
243 OPTS
[all...]
/freebsd-current/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder_private.h35 #define OPTS (1 << 12) macro
149 lzma_optimal opts[OPTS];
H A Dlzma_encoder.c309 #define LOOP_INPUT_MAX (OPTS + 1)
491 lz_options->before_size = OPTS;
582 // least every OPTS (a few thousand) possible price count increments.
H A Dlzma_encoder_optimum_normal.c843 assert(cur < OPTS);
853 my_min(mf_avail(mf) + 1, OPTS - 1 - cur));
/freebsd-current/crypto/openssl/util/perl/OpenSSL/
H A DUtil.pm219 =item dump_data REF, OPTS
224 OPTS is the rest of the arguments, expected to be pairs formed with C<< => >>.
225 The following OPTS keywords are understood:
H A DTest.pm164 =item B<indir "SUBDIR" =E<gt> sub BLOCK, OPTS>
170 C<indir> takes some additional options OPTS that affect the subdirectory:
214 =item B<cmd ARRAYREF, OPTS>
242 =item B<app ARRAYREF, OPTS>
244 =item B<test ARRAYREF, OPTS>
261 =item B<perlapp ARRAYREF, OPTS>
263 =item B<perltest ARRAYREF, OPTS>
387 =item B<run CODEREF, OPTS>
773 =item B<cmdstr CODEREF, OPTS>
778 C<cmdstr> takes some additional options OPTS tha
[all...]
/freebsd-current/contrib/netbsd-tests/bin/sh/
H A Dt_option.sh100 OPTS=
105 OPTS="${OPTS} ${opt}" || RET=1
108 test -n "${OPTS}" && test_option_on_off ${OPTS}
/freebsd-current/contrib/sqlite3/
H A DMakefile.msc817 # nmake /f Makefile.msc all "OPTS=-DSQLITE_ENABLE_FOO=1 -DSQLITE_OMIT_FOO=1"
819 TCC = $(TCC) $(OPTS)
820 RCC = $(RCC) $(OPTS)
/freebsd-current/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y114 FEAT OPTS
441 | OPTS SP STRING CRLF check_secure
995 { "OPTS", OPTS, ARGS, 1, "<sp> command [<sp> options]" },
H A Dftpcmd.c147 OPTS = 336, enumerator in enum:yytokentype
232 #define OPTS 336 macro
694 "KDESTROY", "KRBTKFILE", "AFSLOG", "LOCATE", "URL", "FEAT", "OPTS",
3051 { "OPTS", OPTS, ARGS, 1, "<sp> command [<sp> options]" },
/freebsd-current/contrib/bsddialog/utility/
H A Dutil_cli.c41 enum OPTS { enum
/freebsd-current/contrib/byacc/
H A Dconfigure7116 OPTS=
7119 OPTS="link"
7132 test -n "$OPTS" && usage
7150 if test "x$OPTS" = xlink ; then

Completed in 301 milliseconds