Home
last modified time | relevance | path

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

12

/NextBSD/contrib/file/src/
HDfile_opts.h16 OPT('v', "version", 0, " output version information and exit\n")
17 OPT('m', "magic-file", 1, " LIST use LIST as a colon-separated list of magic\n"
19 OPT('z', "uncompress", 0, " try to look inside compressed files\n")
20 OPT('Z', "uncompress-noreport", 0, " only print the contents of compressed files\n")
21 OPT('b', "brief", 0, " do not prepend filenames to output lines\n")
22 OPT('c', "checking-printout", 0, " print the parsed form of the magic file, use in\n"
25 OPT('e', "exclude", 1, " TEST exclude TEST from the list of test to be\n"
28 OPT('f', "files-from", 1, " FILE read the filenames to be examined from FILE\n")
29 OPT('F', "separator", 1, " STRING use string as separator instead of `:'\n")
30 OPT('i', "mime", 0, " output MIME type strings (--mime-type and\n"
[all …]
HDfile.c97 #define OPT(shortname, longname, opt, doc) \ macro
102 #undef OPT
598 #define OPT(shortname, longname, opt, doc) \ in help() macro
605 #undef OPT in help()
/NextBSD/contrib/ncurses/progs/
HDcapconvert98 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
/NextBSD/contrib/ncurses/misc/
HDtdlint37 OPT=""
98 -n) if [ -z "$OPT" ]
102 OPT="$OPT $1"
104 -*) OPT="$OPT $1"
113 eval lint $OPT $FILES $LIBS
HDmakellib62 OPT=""
73 OPT="$OPT $1"
144 echo OPT "$OPT"
147 if ( lint $CREATE $OPT $TARGET )
/NextBSD/usr.bin/vgrind/
HDregexp.c136 #define OPT 1 macro
161 *cre = META | OPT; in convexp()
241 *cs = *cs | OPT; in expconv()
376 } else if (*cs & OPT) { in expmatch()
416 } else if (*cs & OPT) { in expmatch()
450 } else if (ptr != NULL && (*cs & OPT)) { in expmatch()
487 } else if (ptr != NULL && (*cs & OPT)) { in expmatch()
530 } else if (*cs & OPT) { in expmatch()
554 } else if (*cs & OPT) { in expmatch()
577 } else if (*cs & OPT) { in expmatch()
/NextBSD/crypto/openssh/contrib/
HDssh-copy-id103 OPT= OPTARG=
107 OPT="$(printf -- "$1"|cut -c1-2)"
112 OPT="$1"
117 OPT="$1"
125 OPT="$1"
149 case "$OPT" in
155 SSH_OPTS="${SSH_OPTS:+$SSH_OPTS }$OPT '$(quote "$OPTARG")'"
/NextBSD/contrib/ntp/ntpdc/
HDntpdc_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 …]
HDntpdc.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 …]
HDntpdc.h19 #define OPT 0x80 /* this argument is optional, or'd with type */ macro
/NextBSD/crypto/heimdal/lib/krb5/
HDverify_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()
/NextBSD/contrib/ntp/ntpq/
HDntpq-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_STR, OPT|NTP_STR, },
137 { "mreadvar", mreadvar, { NTP_UINT, NTP_UINT, OPT|NTP_STR, NO },
140 { "mrv", mreadvar, { NTP_UINT, NTP_UINT, OPT|NTP_STR, NO },
143 { "clocklist", clocklist, { OPT|NTP_UINT, NO, NO, NO },
146 { "cl", clocklist, { OPT|NTP_UINT, NO, NO, NO },
149 { "clockvar", clockvar, { OPT|NTP_UINT, OPT|NTP_STR, NO, NO },
[all …]
HDntpq.c236 { "?", help, { OPT|NTP_STR, NO, NO, NO },
239 { "help", help, { OPT|NTP_STR, NO, NO, NO },
242 { "timeout", timeout, { OPT|NTP_UINT, NO, NO, NO },
245 { "delay", auth_delay, { OPT|NTP_INT, NO, NO, NO },
248 { "host", host, { OPT|NTP_STR, OPT|NTP_STR, NO, NO },
251 { "poll", ntp_poll, { OPT|NTP_UINT, OPT|NTP_STR, NO, NO },
254 { "passwd", passwd, { OPT|NTP_STR, NO, NO, NO },
257 { "hostnames", hostnames, { OPT|NTP_STR, NO, NO, NO },
260 { "debug", setdebug, { OPT|NTP_STR, NO, NO, NO },
269 { "keyid", keyid, { OPT|NTP_UINT, NO, NO, NO },
[all …]
HDntpq.h53 #define OPT 0x80 /* this argument is optional, or'd with type */ macro
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDType.cpp417 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>()) in getPointeeType() local
418 return OPT->getPointeeType(); in getPointeeType()
473 const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>(); in isObjCIdOrObjectKindOfType() local
474 if (!OPT) in isObjCIdOrObjectKindOfType()
478 if (OPT->isObjCIdType()) in isObjCIdOrObjectKindOfType()
482 if (!OPT->isKindOfType()) in isObjCIdOrObjectKindOfType()
486 if (OPT->isObjCClassType() || OPT->isObjCQualifiedClassType()) in isObjCIdOrObjectKindOfType()
490 bound = OPT->getObjectType()->stripObjCKindOfTypeAndQuals(ctx) in isObjCIdOrObjectKindOfType()
496 const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>(); in isObjCClassOrClassKindOfType() local
497 if (!OPT) in isObjCClassOrClassKindOfType()
[all …]
/NextBSD/contrib/openresolv/
HDresolvconf.in486 while getopts a:Dd:fhIilm:puvVx OPT; do
487 case "$OPT" in
502 *) cmd="$OPT"; iface="$OPTARG";;
/NextBSD/contrib/groff/contrib/pdfmark/
HDpdfroff.sh167 for OPT in $LONGOPTS
169 MATCH="$MATCH"`echo --$OPT | $GREP "^$OPTNAME"`
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDExternalSemaSource.h203 const ObjCObjectPointerType *OPT) { in CorrectTypo() argument
HDMultiplexExternalSemaSource.h348 const ObjCObjectPointerType *OPT) override;
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDMultiplexExternalSemaSource.cpp298 const ObjCObjectPointerType *OPT) { in CorrectTypo() argument
302 EnteringContext, OPT)) in CorrectTypo()
HDSemaExprMember.cpp1395 const ObjCObjectPointerType *OPT; in LookupMemberExpr() local
1396 if (!IsArrow && (OPT = BaseType->getAs<ObjCObjectPointerType>())) { in LookupMemberExpr()
1413 const ObjCObjectType *OT = OPT->getObjectType(); in LookupMemberExpr()
1420 FindGetterSetterNameDecl(OPT, Member, Sel, S.Context)) { in LookupMemberExpr()
1440 if (Decl *SDecl = FindGetterSetterNameDecl(OPT, in LookupMemberExpr()
1513 return S.HandleExprPropertyRefExpr(OPT, BaseExpr.get(), OpLoc, MemberName, in LookupMemberExpr()
HDSemaExprObjC.cpp1743 const ObjCObjectPointerType *OPT, in LookupMethodInQualifiedType() argument
1747 for (const auto *PROTO : OPT->quals()) { in LookupMethodInQualifiedType()
1758 HandleExprPropertyRefExpr(const ObjCObjectPointerType *OPT, in HandleExprPropertyRefExpr() argument
1764 const ObjCInterfaceType *IFaceT = OPT->getInterfaceType(); in HandleExprPropertyRefExpr()
1769 << MemberName << QualType(OPT, 0); in HandleExprPropertyRefExpr()
1777 if (RequireCompleteType(MemberLoc, OPT->getPointeeType(), in HandleExprPropertyRefExpr()
1797 for (const auto *I : OPT->quals()) in HandleExprPropertyRefExpr()
1823 Getter = LookupMethodInQualifiedType(Sel, OPT, true); in HandleExprPropertyRefExpr()
1843 Setter = LookupMethodInQualifiedType(SetterSel, OPT, true); in HandleExprPropertyRefExpr()
1865 << MemberName << QualType(OPT, 0) << PDecl->getName() in HandleExprPropertyRefExpr()
[all …]
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDType.h5319 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>())
5320 return OPT->isObjCQualifiedIdType();
5324 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>())
5325 return OPT->isObjCQualifiedClassType();
5329 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>())
5330 return OPT->isObjCIdType();
5334 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>())
5335 return OPT->isObjCClassType();
5339 if (const PointerType *OPT = getAs<PointerType>())
5340 return OPT->getPointeeType()->isSpecificBuiltinType(BuiltinType::ObjCSel);
/NextBSD/contrib/gcc/
HDstab.def69 __define_stab (N_OPT, 0x3c, "OPT")
212 | 38 OBJ | 3A | 3C OPT | 3E |
/NextBSD/contrib/unbound/doc/
HDFEATURES93 OPT type

12