Home
last modified time | relevance | path

Searched refs:OPT (Results 1 – 25 of 64) sorted by relevance

123

/freebsd/contrib/file/src/
H A Dfile_opts.h20 OPT('v', "version", 0, 0,
22 OPT('m', "magic-file", 1, 0,
25 OPT('z', "uncompress", 0, 0,
27 OPT('Z', "uncompress-noreport", 0, 0,
29 OPT('b', "brief", 0, 0,
31 OPT('c', "checking-printout", 0, 0,
35 OPT('e', "exclude", 1, 0,
41 OPT('f', "files-from", 1, 0,
43 OPT('F', "separator", 1, 0,
45 OPT('i', "mime", 0, 0,
[all …]
/freebsd/contrib/ncurses/progs/
H A Dcapconvert99 OPT="-x"
101 if test $OPT $TMP ; then
103 test $OPT $TMP && OPT="-f"
105 OPT="-f"
114 if test "$OPT" "$x"/tic
127 if test $OPT ../misc/shlib ; then
/freebsd/sbin/nvmecontrol/
H A Dperftest.c73 #define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc } macro
74 OPT("perthread", 'p', arg_none, opt, perthread,
76 OPT("threads", 'n', arg_uint32, opt, threads,
78 OPT("size", 's', arg_uint32, opt, size,
80 OPT("time", 't', arg_uint32, opt, time,
82 OPT("operation", 'o', arg_string, opt, op,
84 OPT("interrupt", 'i', arg_string, opt, intr,
86 OPT("flags", 'f', arg_string, opt, flags,
90 #undef OPT
H A Dsanitize.c69 #define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc } macro
70 OPT("ause", 'U', arg_none, opt, ause,
72 OPT("ndas", 'd', arg_none, opt, ndas,
74 OPT("oipbp", 'I', arg_none, opt, oipbp,
76 OPT("reportonly", 'r', arg_none, opt, reportonly,
78 OPT("owpass", 'c', arg_uint8, opt, owpass,
80 OPT("ovrpat", 'p', arg_uint32, opt, ovrpat,
82 OPT("sanact", 'a', arg_string, opt, sanact,
86 #undef OPT
H A Dformat.c74 #define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc } macro
75 OPT("crypto", 'C', arg_none, opt, Cflag,
77 OPT("erase", 'E', arg_none, opt, Eflag,
79 OPT("lbaf", 'f', arg_uint32, opt, lbaf,
81 OPT("ms", 'm', arg_uint32, opt, ms,
83 OPT("pi", 'p', arg_uint32, opt, pi,
85 OPT("pil", 'l', arg_uint32, opt, pil,
87 OPT("ses", 's', arg_uint32, opt, ses,
91 #undef OPT
H A Dresv.c53 #define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc } macro
82 OPT("crkey", 'c', arg_uint64, acquire_opt, crkey,
84 OPT("prkey", 'p', arg_uint64, acquire_opt, prkey,
86 OPT("rtype", 't', arg_uint8, acquire_opt, rtype,
88 OPT("racqa", 'a', arg_uint8, acquire_opt, racqa,
126 OPT("crkey", 'c', arg_uint64, register_opt, crkey,
128 OPT("nrkey", 'k', arg_uint64, register_opt, nrkey,
130 OPT("rrega", 'r', arg_uint8, register_opt, rrega,
132 OPT("iekey", 'i', arg_none, register_opt, iekey,
134 OPT("cptpl", 'p', arg_uint8, register_opt, cptpl,
[all …]
H A Dconnect.c251 #define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc } macro
252 OPT("transport", 't', arg_string, opt, transport,
254 OPT("cntlid", 'c', arg_string, opt, cntlid,
256 OPT("nr-io-queues", 'i', arg_uint16, opt, num_io_queues,
258 OPT("queue-size", 'Q', arg_uint16, opt, queue_size,
260 OPT("keep-alive-tmo", 'k', arg_uint32, opt, kato,
262 OPT("hostnqn", 'q', arg_string, opt, hostnqn,
264 OPT("flow_control", 'F', arg_none, opt, flow_control,
266 OPT("hdr_digests", 'g', arg_none, opt, header_digests,
268 OPT("data_digests", 'G', arg_none, opt, data_digests,
[all …]
H A Dreconnect.c285 #define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc } macro
286 OPT("transport", 't', arg_string, opt, transport,
288 OPT("nr-io-queues", 'i', arg_uint16, opt, num_io_queues,
290 OPT("queue-size", 'Q', arg_uint16, opt, queue_size,
292 OPT("keep-alive-tmo", 'k', arg_uint32, opt, kato,
294 OPT("hostnqn", 'q', arg_string, opt, hostnqn,
296 OPT("flow_control", 'F', arg_none, opt, flow_control,
298 OPT("hdr_digests", 'g', arg_none, opt, header_digests,
300 OPT("data_digests", 'G', arg_none, opt, data_digests,
304 #undef OPT
H A Dns.c59 #define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc } macro
155 OPT("nsze", 's', arg_uint64, create_opt, nsze,
157 OPT("ncap", 'c', arg_uint64, create_opt, cap,
159 OPT("lbaf", 'f', arg_uint32, create_opt, lbaf,
161 OPT("mset", 'm', arg_uint32, create_opt, mset,
163 OPT("nmic", 'n', arg_uint32, create_opt, nmic,
165 OPT("pi", 'p', arg_uint32, create_opt, pi,
167 OPT("pil", 'l', arg_uint32, create_opt, pil,
169 OPT("flbas", 'L', arg_uint32, create_opt, flbas,
171 OPT("dp
[all...]
H A Dpower.c180 #define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc } macro
181 OPT("list", 'l', arg_none, opt, list,
183 OPT("power", 'p', arg_uint32, opt, power,
185 OPT("workload", 'w', arg_uint32, opt, workload,
189 #undef OPT
H A Dtelemetry.c61 #define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc } macro
62 OPT("output-file", 'O', arg_string, opt, outfn,
64 OPT("data-area", 'd', arg_uint8, opt, da,
68 #undef OPT
H A Didentify.c268 #define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc } macro
269 OPT("hex", 'x', arg_none, opt, hex,
271 OPT("verbose", 'v', arg_none, opt, verbose,
273 OPT("nsid", 'n', arg_uint32, opt, nsid,
277 #undef OPT
H A Dselftest.c112 #define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc } macro
113 OPT("test-code", 'c', arg_uint8, opt, stc,
117 #undef OPT
H A Dfirmware.c69 #define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc } macro
70 OPT("activate", 'a', arg_none, opt, activate,
72 OPT("slot", 's', arg_uint32, opt, slot,
74 OPT("firmware", 'f', arg_path, opt, fw_img,
78 #undef OPT
H A Dlogpage.c77 #define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc }
78 OPT("binary", 'b', arg_none, opt, binary,
80 OPT("hex", 'x', arg_none, opt, hex,
82 OPT("page", 'p', arg_uint32, opt, page,
84 OPT("lsp", 'f', arg_uint8, opt, lsp,
86 OPT("lsi", 'i', arg_uint16, opt, lsi,
88 OPT("rae", 'r', arg_none, opt, rae,
90 OPT("vendor", 'v', arg_string, opt, vendor,
94 #undef OPT
76 #define OPT( global() macro
H A Ddevlist.c64 #define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc } macro
65 OPT("human", 'h', arg_none, opt, human,
69 #undef OPT
/freebsd/contrib/ncurses/misc/
H A Dmakellib63 OPT=""
74 OPT="$OPT $1"
145 echo OPT "$OPT"
148 if ( lint "$CREATE" "$OPT" "$TARGET" )
H A Dtdlint38 OPT=""
99 -n) if [ -z "$OPT" ]
103 OPT="$OPT $1"
105 -*) OPT="$OPT $1"
114 exec lint $OPT $FILES $LIBS
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DClauseT.h62 #define OPT(x) std::optional<x> macro
210 std::tuple<E, E, OPT(E)> t;
218 std::tuple<OPT(TypeType), ObjectT<IdType, ExprType>, RangeT<ExprType>> t;
251 std::tuple<ObjectT<I, E>, OPT(Distance)> t;
357 std::tuple<OPT(Iterator), LocatorList> t;
376 std::tuple<OPT(Alignment), List> t;
391 std::tuple<OPT(AllocatorSimpleModifier), OPT(AllocatorComplexModifier),
392 OPT(AlignModifier), List>
493 std::tuple<ImplicitBehavior, OPT(VariableCategory)> t;
509 std::tuple<TaskDependenceType, OPT(Iterator), LocatorList> t;
[all …]
/freebsd/usr.bin/vgrind/
H A Dregexp.c124 #define OPT 1 macro
149 *cre = META | OPT; in convexp()
229 *cs = *cs | OPT; in expconv()
364 } else if (*cs & OPT) { in expmatch()
404 } else if (*cs & OPT) { in expmatch()
438 } else if (ptr != NULL && (*cs & OPT)) { in expmatch()
475 } else if (ptr != NULL && (*cs & OPT)) { in expmatch()
518 } else if (*cs & OPT) { in expmatch()
542 } else if (*cs & OPT) { in expmatch()
565 } else if (*cs & OPT) { in expmatch()
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc_ops.c96 { "listpeers", peerlist, { OPT|IP_VERSION, NO, NO, NO },
99 { "peers", peers, { OPT|IP_VERSION, NO, NO, NO },
102 { "dmpeers", dmpeers, { OPT|IP_VERSION, NO, NO, NO },
105 { "showpeer", showpeer, { NTP_ADD, OPT|NTP_ADD, OPT|NTP_ADD, OPT|NTP_ADD},
108 { "pstats", peerstats, { NTP_ADD, OPT|NTP_ADD, OPT|NTP_ADD, OPT|NTP_ADD },
111 { "loopinfo", loopinfo, { OPT|NTP_STR, NO, NO, NO },
129 { "addpeer", addpeer, { NTP_ADD, OPT|NTP_STR, OPT|NTP_STR, OPT|NTP_STR },
132 { "addserver", addserver, { NTP_ADD, OPT|NTP_STR, OPT|NTP_STR, OPT|NTP_STR },
135 { "addrefclock",addrefclock, { NTP_ADD, OPT|NTP_UINT, OPT|NTP_STR, OPT|NTP_STR },
138 { "broadcast", broadcast, { NTP_ADD, OPT|NTP_STR, OPT|NTP_STR, OPT|NTP_STR },
[all …]
H A Dntpdc.c112 { "?", help, { OPT|NTP_STR, NO, NO, NO },
115 { "help", help, { OPT|NTP_STR, NO, NO, NO },
118 { "timeout", timeout, { OPT|NTP_UINT, NO, NO, NO },
121 { "delay", my_delay, { OPT|NTP_INT, NO, NO, NO },
124 { "host", host, { OPT|NTP_STR, OPT|NTP_STR, NO, NO },
127 { "passwd", passwd, { OPT|NTP_STR, NO, NO, NO },
130 { "hostnames", hostnames, { OPT|NTP_STR, NO, NO, NO },
133 { "debug", setdebug, { OPT|NTP_STR, NO, NO, NO },
142 { "keyid", keyid, { OPT|NTP_UINT, NO, NO, NO },
145 { "keytype", keytype, { OPT|NTP_STR, NO, NO, NO },
[all …]
/freebsd/crypto/openssl/demos/bio/
H A Ddescrip.mms16 IF "$(SHARED)" .EQS. "TRUE" THEN DEFINE OPT []shared.opt
17 IF "$(SHARED)" .NES. "TRUE" THEN DEFINE OPT []static.opt
20 DEASSIGN OPT
27 $(LINK) $(LINKFLAGS) $<,OPT:/OPT
/freebsd/crypto/heimdal/lib/krb5/
H A Dverify_user.c177 #define OPT(V, D) ((vopt && (vopt->V)) ? (vopt->V) : (D)) in verify_user_opt_int() macro
178 return verify_common (context, principal, OPT(ccache, NULL), in verify_user_opt_int()
179 OPT(keytab, NULL), vopt ? vopt->secure : TRUE, in verify_user_opt_int()
180 OPT(service, "host"), cred); in verify_user_opt_int()
181 #undef OPT in verify_user_opt_int()
/freebsd/tests/sys/cddl/zfs/tests/mount/
H A Dmounttest.ksh57 while getopts u: OPT ; do
58 case $OPT in

123