Searched refs:opt (Results 276 - 300 of 1826) sorted by relevance

<<11121314151617181920>>

/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zfs_unmount/
H A Dzfs_unmount_002_pos.ksh72 typeset opt=$1
84 do_unmount "${cmd[i]}" "$opt" \
H A Dzfs_unmount_005_pos.ksh74 typeset opt=$1
89 do_unmount "${cmd[i]}" "$opt" \
H A Dzfs_unmount_004_pos.ksh73 typeset opt=$1
85 do_unmount "${cmd[i]}" "$opt" \
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zfs_mount/
H A Dzfs_mount_011_neg.ksh77 for opt in "-o abc" "-O"; do
78 log_mustnot eval "$ZFS mount $opt /$fs >/dev/null 2>&1"
/freebsd-current/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DLazyDetector.h24 const llvm::opt::ArgList &Args;
30 const llvm::opt::ArgList &Args)
H A DInterfaceStubs.h28 const llvm::opt::ArgList &TCArgs,
H A DPPCFreeBSD.cpp15 using namespace llvm::opt;
/freebsd-current/usr.bin/lorder/
H A Dlorder.sh41 while getopts "" opt ; do
42 case $opt in
/freebsd-current/contrib/llvm-project/clang/lib/Driver/
H A DDriverOptions.cpp17 using namespace llvm::opt;
52 const llvm::opt::OptTable &clang::driver::getDriverOptTable() {
/freebsd-current/contrib/libarchive/cat/
H A Dcmdline.c120 int opt; local
127 opt = '?';
177 opt = *bsdcat->getopt_word++;
178 if (opt == '\0') {
185 p = strchr(short_options, opt);
200 opt);
206 if (opt == 'W') {
287 return (opt);
/freebsd-current/usr.sbin/bhyvectl/aarch64/
H A Dbhyvectl_machdep.c67 bhyvectl_handle_opt(const struct option *opts __unused, int opt __unused)
72 bhyvectl_opt_desc(int opt __unused)
/freebsd-current/contrib/ncurses/menu/
H A Dm_item_val.c64 if ((!(item->opt & O_SELECTABLE)) ||
65 (menu && (menu->opt & O_ONEVALUE)))
/freebsd-current/contrib/bmake/unit-tests/
H A Dopt-query.mk1 # $NetBSD: opt-query.mk,v 1.7 2022/08/18 05:37:05 rillig Exp $
24 _!= touch -f opt-query-file.up-to-date
37 . for target in opt-query-file.out-of-date opt-query-file.up-to-date phony
49 # expect: opt-query-file.out-of-date in compat mode: query status 1
50 # expect: opt-query-file.up-to-date in compat mode: query status 0
52 # expect: opt-query-file.out-of-date in jobs mode: query status 1
53 # expect: opt-query-file.up-to-date in jobs mode: query status 0
57 @rm -f opt-query-file.up-to-date
79 opt
[all...]
H A Dmodmisc.exp6 path_/usr/xbin=/opt/xbin/
7 paths=/bin /tmp / /no/such/dir /opt/xbin
H A Dopt-debug-file.exp1 make: "opt-debug-file.mk" line 44: This goes to stderr only, once.
2 make: "opt-debug-file.mk" line 47: This goes to stderr only, once.
3 make: "opt-debug-file.mk" line 50: This goes to stderr, and in addition to the debug log.
4 CondParser_Eval: ${:!cat opt-debug-file.debuglog!:Maddition:[#]} != 1
9 CondParser_Eval: ${:!cat opt-debug-file.debuglog!:Mdelimiter:[#]} != 1
11 Cannot open debug file "/nonexistent-6f21c672-a22d-4ef7/opt-debug-file.debuglog"
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptSpecifier.h13 namespace opt { namespace in namespace:llvm
35 } // end namespace opt
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DObjCARCAnalysisUtils.cpp24 static cl::opt<bool, true> EnableARCOptimizations(
/freebsd-current/crypto/heimdal/kadmin/
H A Dpw_quality.c38 password_quality(void *opt, int argc, char **argv) argument
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/
H A Dmmp_inactive_import.ksh59 for opt in "" "-f"; do
61 log_must import_no_activity_check $TESTPOOL $opt
81 for opt in "" "-f"; do
83 log_must import_no_activity_check $TESTPOOL $opt
/freebsd-current/tools/test/stress2/misc/
H A Ddevfs.sh65 opt=`[ $(( m % 2 )) -eq 0 ] && echo -f`
67 umount $opt ${mntpoint}$m > /dev/null 2>&1
H A Dnullfs.sh67 opt=`[ $(( m % 2 )) -eq 0 ] && echo -f`
69 umount $opt ${nullfs_dstdir}$m > /dev/null 2>&1
H A Dmkfifo.sh48 [ "$newfs_flags" = "-U" ] && opt="-j"
49 newfs $opt md$mdstart > /dev/null
/freebsd-current/sys/contrib/openzfs/scripts/
H A Ddkms.mkconf7 while getopts "n:v:c:f:" opt; do
8 case $opt in
/freebsd-current/contrib/bc/include/
H A Dargs.h40 #include <opt.h>
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-modextract/
H A Dllvm-modextract.cpp28 static cl::opt<bool>
32 static cl::opt<std::string> OutputFilename("o", cl::Required,
37 static cl::opt<std::string> InputFilename(cl::Positional,
42 static cl::opt<unsigned> ModuleIndex("n", cl::Required,

Completed in 292 milliseconds

<<11121314151617181920>>