Searched refs:OPT (Results 1 - 25 of 47) sorted by relevance

12

/freebsd-13-stable/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('
[all...]
/freebsd-13-stable/contrib/ncurses/misc/
H A Dtdlint38 OPT=""
99 -n) if [ -z "$OPT" ]
101 OPT="-I."
103 OPT="$OPT $1"
105 -*) OPT="$OPT $1"
114 eval lint $OPT $FILES $LIBS
H A Dmakellib63 OPT=""
74 OPT="$OPT $1"
145 echo OPT "$OPT"
148 if ( lint $CREATE $OPT $TARGET )
/freebsd-13-stable/sbin/nvmecontrol/
H A Dperftest.c76 #define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc } macro
77 OPT("perthread", 'p', arg_none, opt, perthread,
79 OPT("threads", 'n', arg_uint32, opt, threads,
81 OPT("size", 's', arg_uint32, opt, size,
83 OPT("time", 't', arg_uint32, opt, time,
85 OPT("operation", 'o', arg_string, opt, op,
87 OPT("interrupt", 'i', arg_string, opt, intr,
89 OPT("flags", 'f', arg_string, opt, flags,
93 #undef OPT macro
H A Dsanitize.c72 #define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc } macro
73 OPT("ause", 'U', arg_none, opt, ause,
75 OPT("ndas", 'd', arg_none, opt, ndas,
77 OPT("oipbp", 'I', arg_none, opt, oipbp,
79 OPT("reportonly", 'r', arg_none, opt, reportonly,
81 OPT("owpass", 'c', arg_uint8, opt, owpass,
83 OPT("ovrpat", 'p', arg_uint32, opt, ovrpat,
85 OPT("sanact", 'a', arg_string, opt, sanact,
89 #undef OPT macro
H A Dformat.c77 #define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc } macro
78 OPT("crypto", 'C', arg_none, opt, Cflag,
80 OPT("erase", 'E', arg_none, opt, Eflag,
82 OPT("lbaf", 'f', arg_uint32, opt, lbaf,
84 OPT("ms", 'm', arg_uint32, opt, ms,
86 OPT("pi", 'p', arg_uint32, opt, pi,
88 OPT("pil", 'l', arg_uint32, opt, pil,
90 OPT("ses", 's', arg_uint32, opt, ses,
94 #undef OPT macro
H A Dresv.c56 #define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc } macro
85 OPT("crkey", 'c', arg_uint64, acquire_opt, crkey,
87 OPT("prkey", 'p', arg_uint64, acquire_opt, prkey,
89 OPT("rtype", 't', arg_uint8, acquire_opt, rtype,
91 OPT("racqa", 'a', arg_uint8, acquire_opt, racqa,
129 OPT("crkey", 'c', arg_uint64, register_opt, crkey,
131 OPT("nrkey", 'k', arg_uint64, register_opt, nrkey,
133 OPT("rrega", 'r', arg_uint8, register_opt, rrega,
135 OPT("iekey", 'i', arg_none, register_opt, iekey,
137 OPT("cptp
[all...]
H A Dselftest.c116 #define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc } macro
117 OPT("test-code", 'c', arg_uint8, opt, stc,
121 #undef OPT macro
H A Didentify.c270 #define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc } macro
271 OPT("hex", 'x', arg_none, opt, hex,
273 OPT("verbose", 'v', arg_none, opt, verbose,
275 OPT("nsid", 'n', arg_uint32, opt, nsid,
279 #undef OPT macro
H A Dpower.c186 #define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc } macro
187 OPT("list", 'l', arg_none, opt, list,
189 OPT("power", 'p', arg_uint32, opt, power,
191 OPT("workload", 'w', arg_uint32, opt, workload,
195 #undef OPT macro
H A Dns.c62 #define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc } macro
158 OPT("nsze", 's', arg_uint64, create_opt, nsze,
160 OPT("ncap", 'c', arg_uint64, create_opt, cap,
162 OPT("lbaf", 'f', arg_uint32, create_opt, lbaf,
164 OPT("mset", 'm', arg_uint32, create_opt, mset,
166 OPT("nmic", 'n', arg_uint32, create_opt, nmic,
168 OPT("pi", 'p', arg_uint32, create_opt, pi,
170 OPT("pil", 'l', arg_uint32, create_opt, pil,
172 OPT("flbas", 'L', arg_uint32, create_opt, flbas,
174 OPT("dp
[all...]
H A Dfirmware.c72 #define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc } macro
73 OPT("activate", 'a', arg_none, opt, activate,
75 OPT("slot", 's', arg_uint32, opt, slot,
77 OPT("firmware", 'f', arg_path, opt, fw_img,
81 #undef OPT macro
H A Dlogpage.c79 #define OPT(l, s, t, opt, addr, desc) { l, s, t, &opt.addr, desc } macro
80 OPT("binary", 'b', arg_none, opt, binary,
82 OPT("hex", 'x', arg_none, opt, hex,
84 OPT("page", 'p', arg_uint32, opt, page,
86 OPT("lsp", 'f', arg_uint8, opt, lsp,
88 OPT("lsi", 'i', arg_uint16, opt, lsi,
90 OPT("rae", 'r', arg_none, opt, rae,
92 OPT("vendor", 'v', arg_string, opt, vendor,
96 #undef OPT macro
/freebsd-13-stable/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-13-stable/contrib/ntp/ntpdc/
H A Dntpdc.h19 #define OPT 0x80 /* this argument is optional, or'd with type */ macro
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_ST
[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_UIN
[all...]
/freebsd-13-stable/tests/sys/cddl/zfs/tests/mount/
H A Dmounttest.ksh62 while getopts u: OPT ; do
63 case $OPT in
/freebsd-13-stable/crypto/openssh/contrib/
H A Dssh-copy-id115 OPT= OPTARG=
119 OPT="$(printf -- "$1"|cut -c1-2)"
124 OPT="$1"
129 OPT="$1"
137 OPT="$1"
161 case "$OPT" in
167 SSH_OPTS="${SSH_OPTS:+$SSH_OPTS }$OPT '$(quote "$OPTARG")'"
/freebsd-13-stable/usr.bin/vgrind/
H A Dregexp.c100 * The descriptor byte can also have the OPT bit set if the object
138 #define OPT 1 macro
163 *cre = META | OPT;
243 *cs = *cs | OPT;
378 } else if (*cs & OPT) {
418 } else if (*cs & OPT) {
452 } else if (ptr != NULL && (*cs & OPT)) {
489 } else if (ptr != NULL && (*cs & OPT)) {
532 } else if (*cs & OPT) {
556 } else if (*cs & OPT) {
[all...]
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dmodmisc.exp8 PATHS=/BIN /TMP / /NO/SUCH/DIR /OPT/XBIN
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dverify_user.c177 #define OPT(V, D) ((vopt && (vopt->V)) ? (vopt->V) : (D)) macro
178 return verify_common (context, principal, OPT(ccache, NULL),
179 OPT(keytab, NULL), vopt ? vopt->secure : TRUE,
180 OPT(service, "host"), cred);
181 #undef OPT macro
/freebsd-13-stable/contrib/ntp/ntpq/
H A Dntpq.h55 #define OPT 0x80 /* this argument is optional, or'd with type */ macro
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
H A Dbuild_symbolizer.sh71 OPT=$CLANG_DIR/opt
75 for F in $CC $CXX $TBLGEN $LINK $OPT $AR; do
178 $OPT -internalize -internalize-public-api-list=${SYMBOLIZER_API_LIST} all.bc -o opt.bc
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DExternalSemaSource.h217 const ObjCObjectPointerType *OPT) {
212 CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT) argument

Completed in 117 milliseconds

12