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

12

/freebsd-11-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...]
H A Dfile.c105 #define OPT(shortname, longname, opt, def, doc) \ macro
110 #undef OPT macro
676 #define OPT(shortname, longname, opt, def, doc) \ macro
683 #undef OPT macro
/freebsd-11-stable/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-stable/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-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-11-stable/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-stable/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-stable/contrib/bmake/unit-tests/
H A Dmodmisc.exp8 PATHS=/BIN /TMP / /NO/SUCH/DIR /OPT/XBIN
/freebsd-11-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-11-stable/contrib/ntp/ntpq/
H A Dntpq.h55 #define OPT 0x80 /* this argument is optional, or'd with type */ macro
H A Dntpq.c264 { "?", help, { OPT|NTP_STR, NO, NO, NO },
267 { "help", help, { OPT|NTP_STR, NO, NO, NO },
270 { "timeout", timeout, { OPT|NTP_UINT, NO, NO, NO },
273 { "delay", auth_delay, { OPT|NTP_INT, NO, NO, NO },
276 { "host", host, { OPT|NTP_STR, OPT|NTP_STR, NO, NO },
279 { "poll", ntp_poll, { OPT|NTP_UINT, OPT|NTP_STR, NO, NO },
282 { "passwd", passwd, { OPT|NTP_STR, NO, NO, NO },
285 { "hostnames", hostnames, { OPT|NTP_ST
[all...]
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...]
/freebsd-11-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
176 $OPT -internalize -internalize-public-api-list=${SYMBOLIZER_API_LIST} all.bc -o opt.bc
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DExternalSemaSource.h208 const ObjCObjectPointerType *OPT) {
203 CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT) argument
H A DMultiplexExternalSemaSource.h342 const ObjCObjectPointerType *OPT) override;
/freebsd-11-stable/contrib/groff/contrib/pdfmark/
H A Dpdfroff.sh167 for OPT in $LONGOPTS
169 MATCH="$MATCH"`echo --$OPT | $GREP "^$OPTNAME"`
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DType.cpp560 if (const auto *OPT = getAs<ObjCObjectPointerType>())
561 return OPT->getPointeeType();
616 const auto *OPT = getAs<ObjCObjectPointerType>(); local
617 if (!OPT)
621 if (OPT->isObjCIdType())
625 if (!OPT->isKindOfType())
629 if (OPT->isObjCClassType() || OPT->isObjCQualifiedClassType())
633 bound = OPT->getObjectType()->stripObjCKindOfTypeAndQuals(ctx)
639 const auto *OPT local
[all...]
/freebsd-11-stable/contrib/openresolv/
H A Dresolvconf.in633 while getopts a:Dd:fhIilm:pRruvVx OPT; do
634 case "$OPT" in
649 *) cmd="$OPT"; iface="$OPTARG";;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1835 const ObjCObjectPointerType *OPT,
1839 for (const auto *PROTO : OPT->quals()) {
1850 HandleExprPropertyRefExpr(const ObjCObjectPointerType *OPT, argument
1856 const ObjCInterfaceType *IFaceT = OPT->getInterfaceType();
1861 << MemberName << QualType(OPT, 0);
1869 if (RequireCompleteType(MemberLoc, OPT->getPointeeType(),
1889 for (const auto *I : OPT->quals())
1916 Getter = LookupMethodInQualifiedType(Sel, OPT, true);
1936 Setter = LookupMethodInQualifiedType(SetterSel, OPT, true);
1959 << MemberName << QualType(OPT,
1834 LookupMethodInQualifiedType(Selector Sel, const ObjCObjectPointerType *OPT, bool Instance) argument
2380 const auto *OPT = ReceiverType->getAs<ObjCObjectPointerType>(); local
[all...]
H A DMultiplexExternalSemaSource.cpp322 const ObjCObjectPointerType *OPT) {
326 EnteringContext, OPT))
316 CorrectTypo( const DeclarationNameInfo &Typo, int LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT) argument
H A DSemaExprMember.cpp1485 const ObjCObjectPointerType *OPT; local
1486 if (!IsArrow && (OPT = BaseType->getAs<ObjCObjectPointerType>())) {
1503 const ObjCObjectType *OT = OPT->getObjectType();
1510 FindGetterSetterNameDecl(OPT, Member, Sel, S.Context)) {
1527 if (Decl *SDecl = FindGetterSetterNameDecl(OPT,
1603 return S.HandleExprPropertyRefExpr(OPT, BaseExpr.get(), OpLoc, MemberName,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h558 const clang::ObjCObjectPointerType *OPT) override {
562 MemberContext, EnteringContext, OPT))

Completed in 391 milliseconds

12