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

12

/freebsd-10-stable/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
622 #define OPT(shortname, longname, opt, def, doc) \ macro
629 #undef OPT macro
/freebsd-10-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-10-stable/contrib/ncurses/progs/
H A Dcapconvert96 OPT="-x"
98 if test $OPT $TMP ; then
100 test $OPT $TMP && OPT="-f"
102 OPT="-f"
111 if test $OPT $x/tic
124 if test $OPT ../misc/shlib ; then
/freebsd-10-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-10-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-10-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-10-stable/contrib/bmake/unit-tests/
H A Dmodmisc.exp8 PATHS=/BIN /TMP / /NO/SUCH/DIR /OPT/XBIN
/freebsd-10-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-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
H A DExternalSemaSource.h204 const ObjCObjectPointerType *OPT) {
199 CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT) argument
H A DMultiplexExternalSemaSource.h341 const ObjCObjectPointerType *OPT);
/freebsd-10-stable/contrib/ntp/ntpq/
H A Dntpq.h55 #define OPT 0x80 /* this argument is optional, or'd with type */ macro
H A Dntpq.c260 { "?", help, { OPT|NTP_STR, NO, NO, NO },
263 { "help", help, { OPT|NTP_STR, NO, NO, NO },
266 { "timeout", timeout, { OPT|NTP_UINT, NO, NO, NO },
269 { "delay", auth_delay, { OPT|NTP_INT, NO, NO, NO },
272 { "host", host, { OPT|NTP_STR, OPT|NTP_STR, NO, NO },
275 { "poll", ntp_poll, { OPT|NTP_UINT, OPT|NTP_STR, NO, NO },
278 { "passwd", passwd, { OPT|NTP_STR, NO, NO, NO },
281 { "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-10-stable/contrib/groff/contrib/pdfmark/
H A Dpdfroff.sh167 for OPT in $LONGOPTS
169 MATCH="$MATCH"`echo --$OPT | $GREP "^$OPTNAME"`
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp283 const ObjCObjectPointerType *OPT) {
287 EnteringContext, OPT))
277 CorrectTypo( const DeclarationNameInfo &Typo, int LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT) argument
H A DSemaExprObjC.cpp1423 const ObjCObjectPointerType *OPT,
1427 for (ObjCObjectPointerType::qual_iterator I = OPT->qual_begin(),
1428 E = OPT->qual_end(); I != E; ++I) {
1498 HandleExprPropertyRefExpr(const ObjCObjectPointerType *OPT, argument
1504 const ObjCInterfaceType *IFaceT = OPT->getInterfaceType();
1509 << MemberName << QualType(OPT, 0);
1517 if (RequireCompleteType(MemberLoc, OPT->getPointeeType(),
1538 for (ObjCObjectPointerType::qual_iterator I = OPT->qual_begin(),
1539 E = OPT->qual_end(); I != E; ++I)
1571 Getter = LookupMethodInQualifiedType(Sel, OPT, tru
1422 LookupMethodInQualifiedType(Selector Sel, const ObjCObjectPointerType *OPT, bool Instance) argument
[all...]
H A DSemaExprMember.cpp1394 const ObjCObjectPointerType *OPT; local
1395 if (!IsArrow && (OPT = BaseType->getAs<ObjCObjectPointerType>())) {
1412 const ObjCObjectType *OT = OPT->getObjectType();
1418 if (Decl *PMDecl = FindGetterSetterNameDecl(OPT, Member, Sel, Context)) {
1441 if (Decl *SDecl = FindGetterSetterNameDecl(OPT, /*Property id*/0,
1515 return HandleExprPropertyRefExpr(OPT, BaseExpr.get(), OpLoc,
/freebsd-10-stable/contrib/openresolv/
H A Dresolvconf.in486 while getopts a:Dd:fhIilm:puvVx OPT; do
487 case "$OPT" in
502 *) cmd="$OPT"; iface="$OPTARG";;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp419 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>())
420 return OPT->getPointeeType();
498 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>()) {
499 if (OPT->isObjCQualifiedIdType())
500 return OPT;
508 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>()) {
509 if (OPT->isObjCQualifiedClassType())
510 return OPT;
516 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>()) {
517 if (OPT
[all...]
H A DASTContext.cpp5421 const ObjCObjectPointerType *OPT = T->castAs<ObjCObjectPointerType>(); local
5422 if (OPT->isObjCIdType()) {
5427 if (OPT->isObjCClassType() || OPT->isObjCQualifiedClassType()) {
5435 if (OPT->isObjCQualifiedIdType()) {
5443 for (ObjCObjectPointerType::qual_iterator I = OPT->qual_begin(),
5444 E = OPT->qual_end(); I != E; ++I) {
5454 QualType PointeeTy = OPT->getPointeeType();
5462 if (FD && OPT->getInterfaceDecl()) {
5464 ObjCInterfaceDecl *OI = OPT
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h4934 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>())
4935 return OPT->isObjCQualifiedIdType();
4939 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>())
4940 return OPT->isObjCQualifiedClassType();
4944 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>())
4945 return OPT->isObjCIdType();
4949 if (const ObjCObjectPointerType *OPT = getAs<ObjCObjectPointerType>())
4950 return OPT->isObjCClassType();
4954 if (const PointerType *OPT = getAs<PointerType>())
4955 return OPT
[all...]

Completed in 289 milliseconds

12