Home
last modified time | relevance | path

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

/src/contrib/ncurses/misc/ !
H A Dncurses-config.in198 OPTS=
208 [ -n "$OPTS" ] && OPTS="$OPTS "
209 OPTS="$OPTS$opt"
212 printf "%s\n" "$OPTS"
215 OPTS=
227 [ -n "$OPTS" ] && OPTS="$OPTS "
228 OPTS="$OPTS$opt"
231 printf "%s\n" "$OPTS"
234 OPTS=
244 [ -n "$OPTS" ] && OPTS="$OPTS "
[all …]
/src/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 …]
/src/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 …]
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/ !
H A Dmmp_concurrent_import.ksh90 OPTS="-d $MMP_DIR action idle -t5 $MMP_POOL"
103 log_must eval "ZFS_HOSTID=$HOSTID1 zhack $OPTS >$MMP_ZHACK_LOG.1 2>&1 &"
104 log_must eval "ZFS_HOSTID=$HOSTID1 zhack $OPTS >$MMP_ZHACK_LOG.2 2>&1 &"
116 log_must eval "ZFS_HOSTID=$HOSTID1 zhack $OPTS >$MMP_ZHACK_LOG.1 2>&1 &"
117 log_must eval "ZFS_HOSTID=$HOSTID2 zhack $OPTS >$MMP_ZHACK_LOG.2 2>&1 &"
129 log_must eval "ZFS_HOSTID=$HOSTID1 zhack $OPTS >$MMP_ZHACK_LOG.1 2>&1 &"
130 log_must eval "ZFS_HOSTID=$HOSTID2 zhack $OPTS >$MMP_ZHACK_LOG.2 2>&1 &"
/src/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"
/src/sys/contrib/openzfs/.github/workflows/scripts/ !
H A Dqemu-5-setup.sh21 OPTS[0]=""
22 OPTS[1]=""
32 OPTS[0]="--boot"
33 OPTS[1]="firmware=efi,firmware.feature0.name=secure-boot,firmware.feature0.enabled=no"
100 --import --noautoconsole ${OPTS[0]} ${OPTS[1]}
H A Dqemu-2-start.sh29 OPTS[0]=""
30 OPTS[1]=""
78 OPTS[0]="--boot"
79 OPTS[1]="uefi=on"
270 --import --noautoconsole ${OPTS[0]} ${OPTS[1]} >/dev/null
/src/stand/i386/boot0/ !
H A DMakefile16 OPTS ?= -DVOLUME_SERIAL -DPXE macro
17 CFLAGS += ${OPTS}
/src/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}
/src/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; in set_lz_options()
H A Dlzma_encoder_optimum_normal.c843 assert(cur < OPTS); in lzma_lzma_optimum_normal()
853 my_min(mf_avail(mf) + 1, OPTS - 1 - cur)); in lzma_lzma_optimum_normal()
/src/contrib/lyaml/ !
H A DREADME.md25 local t = lyaml.load (YAML-STRING, [OPTS-TABLE])
26 local yamlstr = lyaml.dump (LUA-TABLE, [OPTS-TABLE])
35 argument OPTS-TABLE.
61 scalar values in the `implicit_scalar` field of the OPTS-TABLE argument;
66 scalar values in the `explicit_scalar` field of the OPTS-TABLE argument;
92 function in the `implicit_scalar` field of the OPTS-TABLE argument to
/src/crypto/openssh/contrib/ !
H A Dssh-copy-id117 OPTS="io:p:F:t:fnsxh?"
119 while getopts "$OPTS" OPT
137 elif ! expr -- "$nextarg" : "-[$(echo "$OPTS" | tr -d :)-]" >/dev/null ; then
/src/contrib/sqlite3/ !
H A DREADME.txt90 Additionally, preprocessor defines may be specified by using the OPTS macro
96 "OPTS=-DSQLITE_ENABLE_STAT4=1 -DSQLITE_OMIT_JSON=1"
101 "OPTS=-DSQLITE_ENABLE_UPDATE_DELETE_LIMIT=1"
H A DMakefile.msc839 TCC = $(TCC) $(OPTS)
840 RCC = $(RCC) $(OPTS)
/src/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]" },
/src/lib/libc/net/ !
H A Dprotocols66 ipv6-opts 60 IPV6-OPTS # destination options for ipv6
/src/contrib/bsddialog/utility/ !
H A Dutil_cli.c41 enum OPTS { enum
/src/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
/src/contrib/tnftp/ !
H A DChangeLog1161 - add support for FEAT and OPTS commands with `features' and
1169 REST (STREAM), MLSD, and FEAT/OPTS.
/src/contrib/xz/ !
H A DChangeLog4555 - Missing "OPTS" translation in --riscv[=OPTS] was copied from