| /src/contrib/ncurses/misc/ ! |
| H A D | ncurses-config.in | 198 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 D | dialog-config.in | 149 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 D | krl.sh | 111 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 D | mmp_concurrent_import.ksh | 90 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 D | run_test.sh | 217 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 D | qemu-5-setup.sh | 21 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 D | qemu-2-start.sh | 29 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 D | Makefile | 16 OPTS ?= -DVOLUME_SERIAL -DPXE macro 17 CFLAGS += ${OPTS}
|
| /src/contrib/netbsd-tests/bin/sh/ ! |
| H A D | t_option.sh | 100 OPTS= 105 OPTS="${OPTS} ${opt}" || RET=1 108 test -n "${OPTS}" && test_option_on_off ${OPTS}
|
| /src/contrib/xz/src/liblzma/lzma/ ! |
| H A D | lzma_encoder_private.h | 35 #define OPTS (1 << 12) macro 149 lzma_optimal opts[OPTS];
|
| H A D | lzma_encoder.c | 309 #define LOOP_INPUT_MAX (OPTS + 1) 491 lz_options->before_size = OPTS; in set_lz_options()
|
| H A D | lzma_encoder_optimum_normal.c | 843 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 D | README.md | 25 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 D | ssh-copy-id | 117 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 D | README.txt | 90 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 D | Makefile.msc | 839 TCC = $(TCC) $(OPTS) 840 RCC = $(RCC) $(OPTS)
|
| /src/crypto/heimdal/appl/ftp/ftpd/ ! |
| H A D | ftpcmd.y | 114 FEAT OPTS 441 | OPTS SP STRING CRLF check_secure 995 { "OPTS", OPTS, ARGS, 1, "<sp> command [<sp> options]" },
|
| H A D | ftpcmd.c | 147 OPTS = 336, enumerator 232 #define OPTS 336 macro 3048 { "OPTS", OPTS, ARGS, 1, "<sp> command [<sp> options]" },
|
| /src/lib/libc/net/ ! |
| H A D | protocols | 66 ipv6-opts 60 IPV6-OPTS # destination options for ipv6
|
| /src/contrib/bsddialog/utility/ ! |
| H A D | util_cli.c | 41 enum OPTS { enum
|
| /src/contrib/byacc/ ! |
| H A D | aclocal.m4 | 1043 OPTS= 1046 OPTS="link" 1059 test -n "$OPTS" && usage 1077 if test "x$OPTS" = xlink ; then
|
| H A D | configure | 7132 test -n "$OPTS" && usage 7150 if test "x$OPTS" = xlink ; then
|
| /src/contrib/tnftp/ ! |
| H A D | ChangeLog | 1161 - add support for FEAT and OPTS commands with `features' and 1169 REST (STREAM), MLSD, and FEAT/OPTS.
|
| /src/contrib/xz/ ! |
| H A D | ChangeLog | 4555 - Missing "OPTS" translation in --riscv[=OPTS] was copied from
|