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

12

/freebsd-11.0-release/contrib/file/src/
H A Dfile_opts.h16 OPT('v', "version", 0, 0, " output version information and exit\n")
17 OPT('m', "magic-file", 1, 0, " LIST use LIST as a colon-separated list of magic\n"
19 OPT('z', "uncompress", 0, 0, " try to look inside compressed files\n")
20 OPT('Z', "uncompress-noreport", 0, 0, " only print the contents of compressed files\n")
21 OPT('b', "brief", 0, 0, " do not prepend filenames to output lines\n")
22 OPT('c', "checking-printout", 0, 0, " print the parsed form of the magic file, use in\n"
25 OPT('e', "exclude", 1, 0, " TEST exclude TEST from the list of test to be\n"
28 OPT('f', "files-from", 1, 0, " FILE read the filenames to be examined from FILE\n")
29 OPT('F', "separator", 1, 0, " STRING use string as separator instead of `:'\n")
30 OPT('
[all...]
H A Dfile.c97 #define OPT(shortname, longname, opt, def, doc) \ macro
102 #undef OPT macro
618 #define OPT(shortname, longname, opt, def, doc) \ macro
625 #undef OPT macro
/freebsd-11.0-release/contrib/ncurses/misc/
H A Dtdlint37 OPT=""
98 -n) if [ -z "$OPT" ]
100 OPT="-I."
102 OPT="$OPT $1"
104 -*) OPT="$OPT $1"
113 eval lint $OPT $FILES $LIBS
H A Dmakellib62 OPT=""
73 OPT="$OPT $1"
144 echo OPT "$OPT"
147 if ( lint $CREATE $OPT $TARGET )
/freebsd-11.0-release/contrib/ncurses/progs/
H A Dcapconvert98 OPT="-x"
100 if test $OPT $TMP ; then
102 test $OPT $TMP && OPT="-f"
104 OPT="-f"
113 if test $OPT $x/tic
126 if test $OPT ../misc/shlib ; then
/freebsd-11.0-release/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-11.0-release/crypto/openssh/contrib/
H A Dssh-copy-id109 OPT= OPTARG=
113 OPT="$(printf -- "$1"|cut -c1-2)"
118 OPT="$1"
123 OPT="$1"
131 OPT="$1"
155 case "$OPT" in
161 SSH_OPTS="${SSH_OPTS:+$SSH_OPTS }$OPT '$(quote "$OPTARG")'"
/freebsd-11.0-release/usr.bin/vgrind/
H A Dregexp.c98 * The descriptor byte can also have the OPT bit set if the object
136 #define OPT 1 macro
161 *cre = META | OPT;
241 *cs = *cs | OPT;
376 } else if (*cs & OPT) {
416 } else if (*cs & OPT) {
450 } else if (ptr != NULL && (*cs & OPT)) {
487 } else if (ptr != NULL && (*cs & OPT)) {
530 } else if (*cs & OPT) {
554 } else if (*cs & OPT) {
[all...]
/freebsd-11.0-release/contrib/bmake/unit-tests/
H A Dmodmisc.exp8 PATHS=/BIN /TMP / /NO/SUCH/DIR /OPT/XBIN
/freebsd-11.0-release/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-11.0-release/contrib/ntp/ntpq/
H A Dntpq.h55 #define OPT 0x80 /* this argument is optional, or'd with type */ macro
H A Dntpq-subs.c113 { "readlist", readlist, { OPT|NTP_UINT, NO, NO, NO },
116 { "rl", readlist, { OPT|NTP_UINT, NO, NO, NO },
119 { "writelist", writelist, { OPT|NTP_UINT, NO, NO, NO },
122 { "readvar", readvar, { OPT|NTP_UINT, OPT|NTP_STR, OPT|NTP_STR, OPT|NTP_STR, },
125 { "rv", readvar, { OPT|NTP_UINT, OPT|NTP_STR, OPT|NTP_ST
[all...]
H A Dntpq.c242 { "?", help, { OPT|NTP_STR, NO, NO, NO },
245 { "help", help, { OPT|NTP_STR, NO, NO, NO },
248 { "timeout", timeout, { OPT|NTP_UINT, NO, NO, NO },
251 { "delay", auth_delay, { OPT|NTP_INT, NO, NO, NO },
254 { "host", host, { OPT|NTP_STR, OPT|NTP_STR, NO, NO },
257 { "poll", ntp_poll, { OPT|NTP_UINT, OPT|NTP_STR, NO, NO },
260 { "passwd", passwd, { OPT|NTP_STR, NO, NO, NO },
263 { "hostnames", hostnames, { OPT|NTP_ST
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DExternalSemaSource.h203 const ObjCObjectPointerType *OPT) {
198 CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT) argument
H A DMultiplexExternalSemaSource.h331 const ObjCObjectPointerType *OPT) override;
/freebsd-11.0-release/contrib/groff/contrib/pdfmark/
H A Dpdfroff.sh167 for OPT in $LONGOPTS
169 MATCH="$MATCH"`echo --$OPT | $GREP "^$OPTNAME"`
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp418 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>())
419 return OPT->getPointeeType();
474 const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>(); local
475 if (!OPT)
479 if (OPT->isObjCIdType())
483 if (!OPT->isKindOfType())
487 if (OPT->isObjCClassType() || OPT->isObjCQualifiedClassType())
491 bound = OPT->getObjectType()->stripObjCKindOfTypeAndQuals(ctx)
497 const ObjCObjectPointerType *OPT local
[all...]
/freebsd-11.0-release/contrib/openresolv/
H A Dresolvconf.in502 while getopts a:Dd:fhIilm:puvVx OPT; do
503 case "$OPT" in
518 *) cmd="$OPT"; iface="$OPTARG";;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp294 const ObjCObjectPointerType *OPT) {
298 EnteringContext, OPT))
288 CorrectTypo( const DeclarationNameInfo &Typo, int LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT) argument
H A DSemaExprObjC.cpp1742 const ObjCObjectPointerType *OPT,
1746 for (const auto *PROTO : OPT->quals()) {
1757 HandleExprPropertyRefExpr(const ObjCObjectPointerType *OPT, argument
1763 const ObjCInterfaceType *IFaceT = OPT->getInterfaceType();
1768 << MemberName << QualType(OPT, 0);
1776 if (RequireCompleteType(MemberLoc, OPT->getPointeeType(),
1795 for (const auto *I : OPT->quals())
1821 Getter = LookupMethodInQualifiedType(Sel, OPT, true);
1841 Setter = LookupMethodInQualifiedType(SetterSel, OPT, true);
1863 << MemberName << QualType(OPT,
1741 LookupMethodInQualifiedType(Selector Sel, const ObjCObjectPointerType *OPT, bool Instance) argument
[all...]
H A DSemaExprMember.cpp1422 const ObjCObjectPointerType *OPT; local
1423 if (!IsArrow && (OPT = BaseType->getAs<ObjCObjectPointerType>())) {
1440 const ObjCObjectType *OT = OPT->getObjectType();
1447 FindGetterSetterNameDecl(OPT, Member, Sel, S.Context)) {
1467 if (Decl *SDecl = FindGetterSetterNameDecl(OPT,
1540 return S.HandleExprPropertyRefExpr(OPT, BaseExpr.get(), OpLoc, MemberName,
H A DSemaLookup.cpp4396 const ObjCObjectPointerType *OPT, bool ErrorRecovery) {
4469 if (OPT) {
4470 for (auto *I : OPT->quals())
4555 /// \param OPT when non-NULL, the search for visible declarations will
4556 /// also walk the protocols in the qualified interfaces of \p OPT.
4569 const ObjCObjectPointerType *OPT,
4577 TypoName, LookupKind, S, SS, *CCC, MemberContext, EnteringContext, OPT))
4590 EnteringContext, OPT, Mode == CTK_ErrorRecovery);
4690 /// \param OPT when non-NULL, the search for visible declarations will
4691 /// also walk the protocols in the qualified interfaces of \p OPT
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h5392 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>())
5393 return OPT->isObjCQualifiedIdType();
5397 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>())
5398 return OPT->isObjCQualifiedClassType();
5402 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>())
5403 return OPT->isObjCIdType();
5407 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>())
5408 return OPT->isObjCClassType();
5412 if (const PointerType *OPT = getAs<PointerType>())
5413 return OPT
[all...]

Completed in 374 milliseconds

12