Home
last modified time | relevance | path

Searched refs:OPTS (Results 1 – 15 of 15) sorted by relevance

/freebsd/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="$OPTS "
164 OPTS="${OPTS}${opt}"
168 printf "%s\n" "$OPTS"
171 OPTS=
176 [ -n "$OPTS" ] && OPTS="$OPTS "
[all …]
/freebsd/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="$OPTS "
216 OPTS="${OPTS}${opt}"
220 printf '%s\n' "$OPTS"
223 OPTS=
228 [ -n "$OPTS" ] && OPTS="$OPTS "
[all …]
/freebsd/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 -kf $OBJ/krl-serial $OBJ/revoked-serials \
[all …]
/freebsd/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="$OPTS -P"
270 $YACC $OPTS $opt2 -v -d $output $prefix -b "$ROOT${opt2}" "$input" 2>"$error"
/freebsd/contrib/sqlite3/tea/win/
H A Drules.vc214 !if "$(OPTS)" == "" || [nmakehlp -f "$(OPTS)" "none"]
227 !if [nmakehlp -f $(OPTS) "static"]
233 !if [nmakehlp -f $(OPTS) "msvcrt"]
239 !if [nmakehlp -f $(OPTS) "staticpkg"]
245 !if [nmakehlp -f $(OPTS) "nothreads"]
252 !if [nmakehlp -f $(OPTS) "symbols"]
258 !if [nmakehlp -f $(OPTS) "pdbs"]
264 !if [nmakehlp -f $(OPTS) "profile"]
270 !if [nmakehlp -f $(OPTS) "pgi"]
273 !elseif [nmakehlp -f $(OPTS) "pgo"]
[all …]
/freebsd/stand/i386/boot0/
H A DMakefile16 OPTS ?= -DVOLUME_SERIAL -DPXE macro
17 CFLAGS += ${OPTS}
/freebsd/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/contrib/sqlite3/
H A DREADME.txt102 Additionally, preprocessor defines may be specified by using the OPTS macro
108 "OPTS=-DSQLITE_ENABLE_STAT4=1 -DSQLITE_OMIT_JSON=1"
113 "OPTS=-DSQLITE_ENABLE_UPDATE_DELETE_LIMIT=1"
/freebsd/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
232 #define OPTS 336 macro
3048 { "OPTS", OPTS, ARGS, 1, "<sp> command [<sp> options]" },
/freebsd/lib/libc/net/
H A Dprotocols66 ipv6-opts 60 IPV6-OPTS # destination options for ipv6
/freebsd/contrib/bsddialog/utility/
H A Dutil_cli.c41 enum OPTS { enum
/freebsd/contrib/byacc/
H A Daclocal.m41043 OPTS=
1046 OPTS="link"
1059 test -n "$OPTS" && usage
1077 if test "x$OPTS" = xlink ; then
H A Dconfigure7132 test -n "$OPTS" && usage
7150 if test "x$OPTS" = xlink ; then
/freebsd/contrib/tnftp/
H A DChangeLog1161 - add support for FEAT and OPTS commands with `features' and
1169 REST (STREAM), MLSD, and FEAT/OPTS.